.ed-acc-container-33c242e0 {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    background-color: transparent;
}

.ed-acc-left-33c242e0 {
    flex-shrink: 0;
}

.ed-acc-left-title-33c242e0 {
    margin: 0 0 10px 0;
    font-weight: 600;
}

.ed-acc-left-desc-33c242e0 {
    margin: 0;
}

.ed-acc-right-33c242e0 {
    border-top: 1px solid #E0E0E0;
    flex-grow: 1;
}

.ed-acc-item-33c242e0 {
    border-bottom: 1px solid #E0E0E0;
}

.ed-acc-header-33c242e0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: transparent;
    user-select: none;
    outline: none;
}

.ed-acc-title-33c242e0 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    transition: color 0.3s ease;
}

.ed-acc-icon-33c242e0 {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.ed-acc-icon-33c242e0 .icon-v {
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform-origin: center;
}

.ed-acc-item-33c242e0.is-active .ed-acc-icon-33c242e0 .icon-v {
    opacity: 0;
    transform: rotate(90deg);
}

.ed-acc-content-33c242e0 {
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ed-acc-content-inner-33c242e0 {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .ed-acc-container-33c242e0 {
        flex-direction: column;
    }
    
    .ed-acc-left-33c242e0,
    .ed-acc-right-33c242e0 {
        width: 100% !important;
    }
    
    .ed-acc-left-33c242e0 {
        margin-bottom: 30px;
    }
}