.angie-accordion-container-0939475b {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.angie-accordion-item-0939475b {
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: flex 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
}

.angie-accordion-item-0939475b:hover {
    flex: 4;
}

.angie-accordion-overlay-0939475b {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

.angie-accordion-content-0939475b {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0.1s;
    pointer-events: none;
}

.angie-accordion-item-0939475b:hover .angie-accordion-content-0939475b {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.angie-accordion-title-0939475b {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ffffff;
}

.angie-accordion-desc-0939475b {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.angie-accordion-btn-0939475b {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Fallback styles for overlay gradient if not set in controls */
.angie-accordion-overlay-0939475b {
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
}

@media (max-width: 767px) {
    .angie-accordion-container-0939475b {
        flex-direction: column;
    }
    
    .angie-accordion-title-0939475b {
        white-space: normal;
    }
}
