.sfaq-4a4d86d5-heading {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 500;
    color: #111;
    margin: 0 0 40px;
}


@media (max-width: 768px) {
    .sfaq-4a4d86d5-heading {
        font-size: 36px;
        margin-bottom: 24px;
    }
}

.sfaq-4a4d86d5-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    font-family: inherit;
}

.sfaq-4a4d86d5-left {
    flex: 1 1 300px;
    max-width: 350px;
}

.sfaq-4a4d86d5-list {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.sfaq-4a4d86d5-left-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    transition: color 0.3s;
}

.sfaq-4a4d86d5-left-item:last-child {
    border-bottom: none;
}

.sfaq-4a4d86d5-left-item.active,
.sfaq-4a4d86d5-left-item:hover {
    color: #2a3b8f;
    font-weight: 500;
}

.sfaq-4a4d86d5-right {
    flex: 2 1 400px;
}

.sfaq-4a4d86d5-scroll-area {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 15px;
}

/* Custom Scrollbar */
.sfaq-4a4d86d5-scroll-area::-webkit-scrollbar {
    width: 6px;
}
.sfaq-4a4d86d5-scroll-area::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 4px;
}
.sfaq-4a4d86d5-scroll-area::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 4px;
}
.sfaq-4a4d86d5-scroll-area::-webkit-scrollbar-thumb:hover {
    background: #aaa; 
}

.sfaq-4a4d86d5-accordion-item {
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}

.sfaq-4a4d86d5-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s;
}

.sfaq-4a4d86d5-accordion-header.active {
    color: #2a3b8f;
    border-bottom: 1px solid #eee;
}

.sfaq-4a4d86d5-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

.sfaq-4a4d86d5-accordion-header.active .sfaq-4a4d86d5-icon {
    transform: rotate(180deg);
}

.sfaq-4a4d86d5-accordion-content {
    padding: 0;
}

.sfaq-4a4d86d5-content-inner {
    padding: 20px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .sfaq-4a4d86d5-container {
        flex-direction: column;
    }
    .sfaq-4a4d86d5-left {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
