.intercity-accordion-block-section {
    background-color: var(--bg-light);
    color: var(--text-color);
    padding: 40px 0;
}
[data-theme='dark'] .intercity-accordion-section,
[data-theme='dark'] .intercity-accordion-block-section {
    background-color: #23272f !important;
    color: #fff !important;
}
[data-theme='dark'] .accordion-item {
    background: #23272f !important;
    color: #fff !important;
    border-color: #444 !important;
}
[data-theme='dark'] .accordion-header {
    background: #23272f !important;
    color: #fff !important;
}
[data-theme='dark'] .accordion-content {
    background: #23272f !important;
    color: #fff !important;
    border-top: 1px solid #444 !important;
}
