.container-schedule {
    position: relative;
    max-width: 1440px;
    margin: 0px auto 80px auto;
    padding: 0 100px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .container-schedule {
        padding: 0 5%;
        margin: 40px auto;
    }
}

.container-schedule .header-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    text-align: left;
}

.container-schedule h2 {
    font-weight: 500;
    font-size: 34px;
    line-height: 132%;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #3F342A;
    margin: 20px auto 20px auto;
}

@media (max-width: 600px) {
    .container-schedule .header-section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        text-align: center;
    }
    .container-schedule h2 {
        font-size: 24px;
        margin: 10px auto 20px auto;
    }
}

.container-schedule .month-switch {
    position: relative;
    right: 0px;
    top: 00px;
    width: max-content;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    background: #DFC388;
    color: #FFF;
    white-space: nowrap;
    margin: 0 0 0 auto;
    padding: 4px;
    cursor: pointer;
}

@media (max-width: 600px) {
    .container-schedule .month-switch {
        position: relative;
        margin: 0 auto;
    }
}

.container-schedule .month-switch .switch-btn {
    width: 140px;
    height: 32px;
    justify-content: space-between;
    opacity: 1;
    padding-top: 4px;
    padding-right: 18px;
    padding-bottom: 4px;
    padding-left: 18px;
    border-radius: 16px;
    text-wrap: nowrap;
    text-align: center;
}

.container-schedule .month-switch .switch-btn.active {
    background: #FFFFFF;
    color: #000;
}




/* Календар */
.container-schedule .calendar-nav {
    position: relative;
    margin-bottom: 40px;
}

.container-schedule .days-wrapper {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
}

.container-schedule .days-wrapper::-webkit-scrollbar {
    display: none;
}

.container-schedule .day-item {
    min-width: 70px;
    width: 70px;
    height: 70px;
    gap: 4px;
    border-radius: 8px;
    padding: 14px 20px 14px 20px;
    background: #E0C99E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.container-schedule .day-item.active,
.container-schedule .day-item:hover {
    background: #D7B46A;
    color: white;
}

.container-schedule .day-item .day-number {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.container-schedule .day-item .day-name {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.container-schedule .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

@media (max-width: 600px) {
    .container-schedule .nav-arrow {
        display: none;
    }
}

.container-schedule .nav-arrow.left {
    left: -50px;
}

.container-schedule .nav-arrow.right {
    right: -50px;
}

/* Таблиця */
.container-schedule .schedule-table {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.container-schedule .schedule-header {
    width: 100%;
    height: 53px;
    opacity: 1;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    background: #E2CEAB66;
    display: grid;
    grid-template-columns: 100px auto 100px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 148%;
    letter-spacing: 0%;
    color: rgba(63, 52, 42, 0.5);
}

.container-schedule .schedule-header .time-col {
    width: 100px;
}

.container-schedule .schedule-header .program-col {}

.container-schedule .schedule-header .location-col {}

.container-schedule .schedule-header .price-col {
    padding-left: 20px;
}

.container-schedule .schedule-body {
    display: flex;
    flex-direction: column;
}

.container-schedule .schedule-row {
    display: grid;
    grid-template-columns: 100px auto 100px;
    padding: 20px;
    border-top: 1px solid rgba(63, 52, 42, 0.1);
    align-items: center;
}

.container-schedule .schedule-row:last-child {
    border-bottom: none;
}

.container-schedule .schedule-row .time-col {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
}

.container-schedule .schedule-row .program-col {
    display: grid;
    grid-template-columns: auto 150px;
    flex-direction: column;
    gap: 6px;
}

@media (max-width: 600px) {
    .container-schedule .schedule-row .program-col {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
}

.container-schedule .schedule-row .program-title {
    font-family: e-Ukraine;
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
}

.container-schedule .schedule-row .location {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 148%;
    letter-spacing: 0%;
}

.container-schedule .schedule-row .price-col {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    padding-left: 20px;
}

@media (max-width: 900px) {

    .container-schedule .schedule-header,
    .container-schedule .schedule-row {
        grid-template-columns: 80px 1fr 100px;
        padding: 16px;
        font-size: 16px;
    }

    .container-schedule .schedule-row .program-title {
        font-size: 16px;
    }

    .container-schedule .schedule-row .price-col {
        font-size: 14px;
    }
}

@media (max-width: 600px) {

    .container-schedule .schedule-header,
    .container-schedule .schedule-row {
        grid-template-columns: 70px 1fr 90px;
        padding: 12px;
        font-size: 13px;
    }

    .container-schedule .schedule-row .time-col {
        font-size: 14px;
    }

    .container-schedule .schedule-row {
        align-items: start;
    }

    .container-schedule .schedule-header {
        align-items: center;
    }

    .container-schedule .schedule-row .program-title {
        font-size: 14px;
    }

    .container-schedule .schedule-row .location {
        font-size: 13px;
    }
}