.fp-wrapper-2b182a81 {
    display: flex;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-sizing: border-box;
}

.fp-image-wrap-2b182a81 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    display: block;
    overflow: hidden;
}

.fp-image-wrap-2b182a81::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    filter: blur(20px);
    transform: scale(1.1); /* prevent blur edges from showing */
    opacity: 0.5;
}

.fp-image-wrap-2b182a81 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 2;
}

.fp-placeholder-2b182a81 {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-color: #f3f4f6;
    position: relative;
    z-index: 2;
}

.fp-content-2b182a81 {
    flex: 1;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fp-meta-2b182a81 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.fp-tag-2b182a81 {
    background-color: #f1f5f9;
    color: #1e293b;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fp-date-2b182a81 {
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
}

.fp-title-2b182a81 {
    margin: 0 0 20px 0;
    color: #111827;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
}

.fp-title-2b182a81 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.fp-excerpt-2b182a81 {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
}

.fp-button-wrap-2b182a81 {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

.fp-button-2b182a81 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #ffffff;
    color: #111827;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fp-button-2b182a81:hover {
    background-color: #f9fafb;
    border-color: #9ca3af;
}

/* Default responsive behavior if flex-direction is not overridden by Elementor */
@media (max-width: 767px) {
    .fp-wrapper-2b182a81 {
        flex-direction: column !important;
    }
    
    .fp-image-wrap-2b182a81 {
        flex: 0 0 auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .fp-content-2b182a81 {
        padding: 30px 24px;
    }
}
