.doctor_card-r-appointment-days {
    display: flex;
    gap: .6rem;
    overflow-x: auto;
    padding: .2rem 0 .8rem;
    margin-top: .8rem;
    scrollbar-width: none;
}

.doctor_card-r-appointment-days::-webkit-scrollbar {
    display: none;
}

.slots_day_shortcut {
    flex: 0 0 auto;
    min-width: 6.4rem;
    border: 1px solid rgba(66, 152, 95, .28);
    border-radius: .8rem;
    background: #fff !important;
    color: #353535 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .2rem;
    padding: .7rem .9rem;
    transition: border-color .2s, background-color .2s, box-shadow .2s;
}

.slots_day_shortcut span {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    text-transform: lowercase;
}

.slots_day_shortcut strong {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.1;
}

.slots_day_shortcut:hover,
.slots_day_shortcut.is-active {
    border-color: #42985f;
    background: #f4fbf6 !important;
    box-shadow: inset 0 0 0 1px #42985f;
}

.price s,
.doctor__wrapper-info-info-bottom-price s,
.modal-info-wrapper-info-item .price s {
    opacity: .65;
    margin-right: .4rem;
    font-weight: 400;
}

.doctor_card-r-location-slot-summary {
    margin: .4rem 0 .8rem;
    color: rgba(53, 53, 53, .72);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
}
