.rhpfair-combined-event { color: #222; }
.rhpfair-combined-filter-toggle { display: none; padding-right: 1rem; margin-bottom: 1rem; }
.rhpfair-combined-filter-toggle-label { padding-left: 1rem; padding-right: 1rem; }
.rhpfair-combined-controls { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.5rem; }
.rhpfair-combined-label { display: flex; flex: 1 1 12rem; flex-direction: column; gap: .35rem; }
.rhpfair-combined-label--checkbox { flex-direction: row; align-items: center; justify-content: flex-start; }
.rhpfair-combined-label--checkbox input { min-height: auto; width: auto; }
.rhpfair-combined-label input, .rhpfair-combined-label select { border: 1px solid #bbb; min-height: 2.5rem; padding: .5rem; }
.rhpfair-combined-date-navigation { display: flex; justify-content: center; margin: 0 0 1rem; }
.rhpfair-combined-jump-button { background: transparent; border: 2px solid #2271b1; border-radius: .35rem; color: #135e96; cursor: pointer; font-weight: 700; min-height: 3rem; padding: .7rem 1rem; text-align: center; transition: background-color .15s ease, border-color .15s ease, color .15s ease; }
.rhpfair-combined-jump-button:hover { background: #e5f2fb; border-color: #135e96; color: #0a4b78; }
.rhpfair-combined-jump-button.is-active { background: #e5f2fb; border-color: #135e96; }
.rhpfair-combined-jump-button:focus { outline: 3px solid #f0b429; outline-offset: 2px; }
.rhpfair-combined-jump-button:disabled { cursor: default; opacity: .55; }
.rhpfair-combined-now { align-items: center; display: flex; flex-direction: column; margin: 0 0 1rem; }
.rhpfair-combined-now-button { background: transparent; border: 2px solid #2271b1; border-radius: .35rem; color: #135e96; cursor: pointer; display: block; font-weight: 700; margin: 0 auto; min-height: 3rem; padding: .7rem 1rem; text-align: center; transition: background-color .15s ease, border-color .15s ease, color .15s ease; }
.rhpfair-combined-now-button:hover { background: #e5f2fb; border-color: #135e96; color: #0a4b78; }
.rhpfair-combined-now-button.is-active { background: #2271b1; border-color: #0f5737; color: #fff; }
.rhpfair-combined-now-button.is-active:hover { background: #16799c; }
.rhpfair-combined-now-button:focus { outline: 3px solid #f0b429; outline-offset: 2px; }
/*.rhpfair-combined-now-button:hover { background: #e5f2fb; border-color: #135e96; color: #0a4b78; }*/
/*.rhpfair-combined-now-button.is-active { background: #16794c; border-color: #0f5737; color: #fff; }*/
/*.rhpfair-combined-now-button.is-active:hover { background: #16799c; }*/
/*.rhpfair-combined-now-button:focus { outline: 3px solid #f0b429; outline-offset: 2px; }*/
.rhpfair-combined-now-description { margin: .75rem 0 0; max-width: 42rem; text-align: center; }
.rhpfair-combined-status, .rhpfair-combined-error, .rhpfair-combined-empty { margin: 1rem 0; }
.rhpfair-combined-error { color: #9b1c1c; }
.rhpfair-combined-results { display: grid; gap: 1.5rem; }
.rhpfair-combined-date-group { min-width: 0; }
.rhpfair-combined-date { border-bottom: 2px solid #2271b1; margin: 0 0 .65rem; padding-bottom: .4rem; }
.rhpfair-combined-date-rows { display: grid; gap: 1rem; }
.rhpfair-combined-event--grid .rhpfair-combined-date-rows { grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }
.rhpfair-combined-card { border: 1px solid #ddd; padding: 1rem; }
.rhpfair-combined-title { margin: 0 0 .5rem; }
.rhpfair-combined-title a { color: inherit; }
.rhpfair-combined-meta { margin: 0; }
.rhpfair-all-day { font-weight: 600; }
.rhpfair-combined-time { font-weight: 600; }
.rhp-fair-event-activity-time-range__text, .rhp-fair-event-activity-time-range__start, .rhp-fair-event-activity-time-range__end, .rhp-fair-event-activity-time-range__all-day { display: inline; }
.rhpfair-combined-location { font-weight: 300; }
.rhpfair-combined-separator { display: inline; }
.rhpfair-combined-pagination { display: flex; justify-content: space-between; gap: .5rem; margin-top: 1.5rem; margin-bottom: 1.5rem;}
.rhpfair-combined-pagination-group { display: flex; gap: .5rem; }
.rhpfair-combined-page { cursor: pointer; min-width: 2.25rem; padding: .45rem .7rem; }
.rhpfair-combined-page--arrow { font-size: 1.25rem; line-height: 1; }
.rhpfair-combined-page-ellipsis { align-self: center; padding: .45rem .2rem; }
.rhpfair-combined-page:disabled { cursor: default; opacity: .55; }
.rhpfair-combined-more-info { cursor: pointer; margin-top: .75rem; padding: .5rem .8rem; }
.rhpfair-combined-modal[hidden] { display: none; }
.rhpfair-combined-modal { inset: 0; position: fixed; z-index: 99999; }
.rhpfair-combined-modal__backdrop { background: rgba(0, 0, 0, .65); inset: 0; position: absolute; }
.rhpfair-combined-modal__content { background: #fff; box-sizing: border-box; left: 50%; max-height: 90vh; max-width: 42rem; overflow: auto; padding: 2rem; position: absolute; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 2rem); }
.rhpfair-combined-modal__close { background: transparent; border: 0; cursor: pointer; font-size: 1.75rem; line-height: 1; padding: .25rem .5rem; position: absolute; right: .75rem; top: .75rem; }
.rhpfair-combined-modal__title { margin: 0 2rem .75rem 0; }
.rhpfair-combined-modal__datetime, .rhpfair-combined-modal__venue { margin: .5rem 0; }
.rhpfair-combined-modal__venue-link { display: inline-block; margin-bottom: 1rem; }
.rhpfair-combined-modal__image { display: block; height: auto; max-width: 100%; width: 100%; }
.rhpfair-combined-no-today-modal[hidden] { display: none; }
.rhpfair-combined-no-today-modal { inset: 0; position: fixed; z-index: 99999; }
.rhpfair-combined-no-today-modal__backdrop { background: rgba(0, 0, 0, .65); inset: 0; position: absolute; }
.rhpfair-combined-no-today-modal__content { background: #fff; box-sizing: border-box; left: 50%; max-width: 34rem; padding: 2rem; position: absolute; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 2rem); }
.rhpfair-combined-no-today-modal__close { background: transparent; border: 0; cursor: pointer; font-size: 1.75rem; line-height: 1; padding: .25rem .5rem; position: absolute; right: .75rem; top: .75rem; }
.rhpfair-combined-no-today-modal__title { margin: 0 2rem .75rem 0; }
.rhpfair-combined-no-today-modal__message { margin: 0; }
body.rhpfair-combined-modal-open { overflow: hidden; }
@media (max-width: 767px) {
    .rhpfair-combined-filter-toggle {
        align-items: center;
        background: transparent;
        border: 0;
        color: inherit;
        cursor: pointer;
        display: flex;
        font-size: 1rem;
        font-weight: 700;
        justify-content: space-between;
        padding: .7rem 1rem .7rem 0;
        text-align: left;
        width: 100%;
    }
    .rhpfair-combined-filter-toggle::after {
        border-bottom: 2px solid currentColor;
        border-right: 2px solid currentColor;
        content: '';
        height: .65rem;
        transform: rotate(45deg) translateY(-.15rem);
        width: .65rem;
    }
    .rhpfair-combined-event.rhpfair-combined-filters-open .rhpfair-combined-filter-toggle::after { transform: rotate(225deg) translateY(-.15rem); }
    .rhpfair-combined-controls { display: none; }
    .rhpfair-combined-event.rhpfair-combined-filters-open .rhpfair-combined-controls { display: block; }
    .rhpfair-combined-label { margin-bottom: .75rem; }
    .rhpfair-combined-date-navigation { margin-bottom: .75rem; }
    .rhpfair-combined-jump-button { width: 100%; }
    .rhpfair-combined-no-today-modal__content { padding: 1.5rem; }
}
