.image-tabs-wrap-b4d9f2a1 {
    display: flex;
    align-items: stretch;
}

/* ── Left column (image) ──────────────────────────────────────── */
.image-tabs-left-b4d9f2a1 {
    position: relative;
    width: 50%;
    flex-shrink: 0;
    min-height: 420px;
}

.image-tabs-img-b4d9f2a1 {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.image-tabs-img-b4d9f2a1.is-active {
    opacity: 1;
    pointer-events: auto;
}

.image-tabs-img-b4d9f2a1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    border-radius: 0 20px 20px 0;
}

/* ── Right column (tabs) ──────────────────────────────────────── */
.image-tabs-right-b4d9f2a1 {
    flex: 1;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #d0d0d0;
}

.image-tabs-item-b4d9f2a1 {
    border-top: 1px solid #d0d0d0;
    cursor: pointer;
}

.image-tabs-header-b4d9f2a1 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 0;
}

.image-tabs-arrow-b4d9f2a1 {
    color: #2d7a2d;
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
}

.image-tabs-title-b4d9f2a1 {
    color: #2d7a2d;
}

.image-tabs-body-b4d9f2a1 {
    color: #333;
    padding-bottom: 20px;
}

.image-tabs-body-b4d9f2a1[hidden] {
    display: none;
}

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 767px) {
    .image-tabs-wrap-b4d9f2a1 {
        flex-direction: column;
    }

    .image-tabs-left-b4d9f2a1 {
        width: 100% !important;
        min-height: 280px;
    }

    .image-tabs-img-b4d9f2a1 img {
        border-radius: 0;
    }

    .image-tabs-right-b4d9f2a1 {
        padding-left: 0 !important;
        margin-top: 24px;
    }
}
