.degustaciju-grafikas {
    margin-top: 60px !important;
    margin-bottom: 40px !important;
}

.degustaciju-grafikas h2 {
    color: #9f7743;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin: 0 0 20px;
}

.degustaciju-grafikas-calendar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.degustaciju-grafikas-month {
    background-color: #fff;
    box-shadow: 0 8px 24px 0 rgba(68, 99, 137, .12);
    padding: 20px;
}

.degustaciju-grafikas-month h3 {
    color: #9f7743;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 16px;
}

.degustaciju-grafikas-weekdays,
.degustaciju-grafikas-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 5px;
}

.degustaciju-grafikas-weekdays {
    margin-bottom: 5px;
}

.degustaciju-grafikas-weekdays span {
    color: #9f7743;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}

.degustaciju-grafikas-day {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #525252;
    background-color: #fffdf9;
    border: 1px solid #eee0ce;
    padding: 6px 4px;
    text-align: center;
    transition: ease all .3s;
}

a.degustaciju-grafikas-day:hover {
    box-shadow: 0 8px 20px 0 rgba(68, 99, 137, .14);
    transform: translateY(-1px);
}

.degustaciju-grafikas-day.is-placeholder {
    visibility: hidden;
}

.degustaciju-grafikas-day.is-empty {
    background-color: #fffdf9;
    border-color: #eadcc9;
    color: #b6ada3;
}

.degustaciju-grafikas-day.is-planned {
    background-color: #9f7743;
    border-color: #9f7743;
    color: #fff;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .22);
}

.degustaciju-grafikas-day.is-past {
    opacity: .45;
}

.degustaciju-grafikas-day strong {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

.degustaciju-grafikas-day.is-planned strong {
    font-weight: 600;
}

.degustaciju-grafikas-day em {
    width: 18px;
    height: 18px;
    position: absolute;
    top: -6px;
    right: -6px;
    color: #fff;
    background-color: #384958;
    border-radius: 50%;
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
}

.degustaciju-grafikas-details {
    max-width: 980px;
    margin: 36px auto 0;
}

.degustaciju-grafikas-details > h3 {
    color: #9f7743;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 0 22px;
}

.degustaciju-grafikas-empty {
    color: #525252;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    margin: 0;
}

.degustaciju-grafikas-date-group {
    scroll-margin-top: 120px;
}

.degustaciju-grafikas-date-group:not(:last-child) {
    margin-bottom: 24px;
}

.degustaciju-grafikas-date-group h4 {
    color: #9f7743;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .8px;
    margin: 0 0 10px;
}

.degustaciju-grafikas-card {
    display: flex;
    align-items: stretch;
    gap: 24px;
    background-color: #fff;
    border-left: 4px solid #9f7743;
    box-shadow: 0 8px 24px 0 rgba(68, 99, 137, .12);
    padding: 22px;
    transition: ease all .3s;
}

.degustaciju-grafikas-card:not(:last-child) {
    margin-bottom: 14px;
}

.degustaciju-grafikas-content {
    flex: 1 1 auto;
}

.degustaciju-grafikas-card-top h5 {
    color: #9f7743;
    font-size: 23px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: .7px;
    margin: 0;
}

.degustaciju-grafikas-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 0 0 12px;
    padding: 0;
}

.degustaciju-grafikas-content li {
    display: block;
    color: #525252;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .8px;
}

.degustaciju-grafikas-content p {
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: .7px;
    margin: 0;
}

.degustaciju-grafikas-note {
    color: #9f7743;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .7px;
    margin-top: 10px;
}

.degustaciju-grafikas-action {
    flex: 0 0 190px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.degustaciju-grafikas-action .btn {
    display: block;
    width: 100%;
    color: #9f7743;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #fcf5eb;
    padding: 13px 12px;
    transition: ease all .3s;
}

.degustaciju-grafikas-action .btn:hover {
    background-color: #f1dec6;
}

@media (max-width: 1199px) {
    .degustaciju-grafikas-calendar {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .degustaciju-grafikas {
        margin-top: 35px !important;
    }

    .degustaciju-grafikas h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 18px;
    }

    .degustaciju-grafikas-month {
        padding: 14px;
    }

    .degustaciju-grafikas-day {
        min-height: 46px;
        padding: 4px 2px;
    }

    .degustaciju-grafikas-day strong {
        font-size: 17px;
        line-height: 19px;
    }

    .degustaciju-grafikas-card {
        display: block;
        padding: 18px;
    }

    .degustaciju-grafikas-card-top {
        display: block;
    }

    .degustaciju-grafikas-card-top h5 {
        font-size: 21px;
        line-height: 29px;
        margin-bottom: 10px;
    }

    .degustaciju-grafikas-content ul {
        display: block;
    }

    .degustaciju-grafikas-content li:not(:last-child) {
        margin-bottom: 4px;
    }

    .degustaciju-grafikas-action {
        display: block;
        margin-top: 18px;
    }
}
