.course-accordion-wrapper-b5824fe0 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.ca-item-b5824fe0 {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.ca-header-b5824fe0 {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.ca-title-b5824fe0 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    margin-right: 15px;
}

.ca-icon-b5824fe0 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.ca-content-wrapper-b5824fe0 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}

.ca-item-b5824fe0.is-open .ca-content-wrapper-b5824fe0 {
    transition: max-height 0.4s ease-in-out;
}

.ca-content-b5824fe0 {
    padding: 0 25px 25px 25px;
    font-size: 15px;
    line-height: 1.6;
}

.ca-item-b5824fe0.is-open .ca-icon-closed-b5824fe0 {
    display: none;
}

.ca-item-b5824fe0.is-open .ca-icon-opened-b5824fe0 {
    display: inline-block !important;
}

@media (max-width: 767px) {
    .ca-header-b5824fe0 {
        padding: 15px 20px;
    }
    .ca-content-b5824fe0 {
        padding: 0 20px 20px 20px;
    }
    .ca-title-b5824fe0 {
        font-size: 14px;
    }
}
