.seo-origin-month-calendar .month-calendar__day.has-price {
    background: #fff;
}

.seo-origin-month-calendar .month-calendar__day.has-price strong {
    color: #164b7e;
}

.seo-origin-month-calendar .month-calendar__day.has-price:not(.is-lowest-price):hover,
.seo-origin-month-calendar .month-calendar__day.has-price:not(.is-lowest-price):focus-visible {
    outline-color: #6b9ed3;
    background: #f2f7fd;
}

.seo-origin-month-calendar .month-calendar__day.is-lowest-price,
.seo-origin-month-calendar .month-calendar__day.is-lowest-price:hover,
.seo-origin-month-calendar .month-calendar__day.is-lowest-price:focus-visible {
    outline-color: #52aa7d;
    background: linear-gradient(145deg, #eafaf2 0%, #f8fffb 100%);
}

.seo-origin-month-calendar .month-calendar__day.is-lowest-price strong {
    color: #087f49;
}

.seo-origin-month-calendar .month-calendar__day.is-past {
    cursor: not-allowed;
    color: #9aa9ba;
    background: #f5f7fa;
    box-shadow: none;
}

.seo-origin-month-calendar .month-calendar__day.is-past time,
.seo-origin-month-calendar .month-calendar__day.is-past small {
    color: #9aa9ba;
}

.seo-origin-month-calendar .month-calendar__day.is-search-prompt {
    cursor: pointer;
    background: #fff;
    transition: background .18s ease, box-shadow .18s ease;
}

.seo-origin-month-calendar .month-calendar__day.is-search-prompt:hover,
.seo-origin-month-calendar .month-calendar__day.is-search-prompt:focus-visible {
    position: relative;
    z-index: 1;
    outline: 2px solid #ed8a31;
    outline-offset: -2px;
    background: #fff8ef;
}

.seo-origin-month-calendar .month-calendar__search-label {
    color: #315f91;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
}

.seo-origin-month-calendar .month-calendar__search-hover {
    display: none;
    color: #d85f08;
    font-size: 10px;
}

.seo-origin-month-calendar .month-calendar__day.is-search-prompt:hover .month-calendar__search-idle,
.seo-origin-month-calendar .month-calendar__day.is-search-prompt:focus-visible .month-calendar__search-idle {
    display: none;
}

.seo-origin-month-calendar .month-calendar__day.is-search-prompt:hover .month-calendar__search-hover,
.seo-origin-month-calendar .month-calendar__day.is-search-prompt:focus-visible .month-calendar__search-hover {
    display: inline;
}
