.ha-container-8ec431c0 {
    display: flex;
    gap: 40px;
    align-items: center;
}

.ha-image-col-8ec431c0 {
    flex: 0 0 45%;
    position: relative;
    width: 100%;
}

.ha-image-wrapper-8ec431c0 {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f5f5f5;
    border-radius: 8px; /* Default */
    overflow: hidden;
}

.ha-img-container-8ec431c0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover; /* Default */
    background-position: center center; /* Default */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.ha-img-container-8ec431c0.active {
    opacity: 1;
    visibility: visible;
}

.ha-content-col-8ec431c0 {
    flex: 1;
    width: 100%;
}

.ha-item-8ec431c0 {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    cursor: pointer;
}

.ha-title-row-8ec431c0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ha-title-8ec431c0 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    transition: color 0.3s ease;
}

.ha-icon-8ec431c0 {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ha-icon-chevron-8ec431c0 {
    transition: transform 0.3s ease;
}

.ha-item-8ec431c0.active .ha-icon-chevron-8ec431c0 {
    transform: rotate(-180deg);
}

.ha-desc-wrap-8ec431c0 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.ha-desc-8ec431c0 {
    padding-top: 15px;
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* Responsive fallback */
@media (max-width: 768px) {
    .ha-image-col-8ec431c0 {
        width: 100%;
        flex: none;
    }
}
