.ds-tabs {
    display: flex;
    margin-bottom: 1rem;
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
}

.ds-tab {
    flex: 1;
    text-align: center;
    border: 1px solid transparent;
    border-bottom: none;
    padding: 10px 0;
    font-weight: 600;
    font-size: 26px !important;
    cursor: pointer;
    transition: all 0.15s ease;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 3px solid transparent;
    outline: none;
    bottom: -2px;
    position: relative;
    text-transform: none !important;
    font-family: lato, sans-serif !important;
}

.ds-tab:not(.active) {
    background: rgba(0, 0, 0, 0.05);
}

.ds-tab:hover {
    background: rgba(0, 0, 0, 0.15);
}

.ds-tab.active {
    font-weight: 700;
    box-shadow: inset 0 -2px 0 #4a90e2;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 2;
}

.ds-tab.active:hover {
    background: var(--e-global-color-secondary);
    filter: brightness(0.9);
}

.ds-filters {
    margin-bottom: 12px;
}

.ds-filters select {
    margin-right: 8px;
    padding: 6px;
}

.ds-beginners-filter {
    margin-bottom: 15px;
    display: flex;
}

.ds-checkbox-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    user-select: none;
    gap: 8px;
}

.ds-checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    accent-color: #222;
    vertical-align: middle;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-checkbox-text {
    margin: 0;
    color: #222;
}

.ds-time {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
}

.ds-title {
    font-weight: 600;
}

.ds-meta {
    font-size: 13px;
    opacity: 0.8;
}

.ds-title {
    font-weight: 700;
    margin-bottom: 4px;
}

.ds-modal {
    display: none;
    position: fixed;
    right: 20px;
    top: 80px;
    width: 380px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    padding: 14px;
}

.ds-modal.show {
    display: block;
}

.ds-modal .ds-modal-close {
    float: right;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.ds-modal .ds-modal-body {
    clear: both;
    margin-top: 6px;
}

.ds-description-wrap {
    margin: 1em 0 2em;
}

.ds-description {
    display: none;
    color: #444;
    font-size: 0.95rem;
    line-height: 1.6;
}

.ds-description.active {
    display: block;
}

.ds-style-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1.5em;
}

.ds-style-item {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    color: #222;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ds-style-item:hover {
    transform: scale(1.05);
}

.ds-style-item.active {
    box-shadow: 0 0 0 3px #333 inset;
}

.modal-header .btn-close {
    margin-right: 0;
    background-color: transparent;
}

#modalDescription hr {
    border: 0;
    border-top: 2px solid #6b7280;
    opacity: 1;
    margin-bottom: 3rem;
}

.ds-schedule .border-bold {
    border-width: 2px !important;
}
