.RO190-reserve-banner {
    min-height: 70px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;

    color: #00237e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;

    padding: 8px 24px;
    margin-bottom: 16px;

    background: #dbf5ff;
}

.RO190-reserve-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
}

.RO190-reserve-copy span {
    font-size: 16px;
}

.RO190-reserve-copy strong {
    font-weight: 700;
    font-size: 18px;
}

.RO190-reserve-timer {
    font-size: 36px;
    font-weight: 300;
    margin: 0;
    padding: 2px 8px;
    border-radius: 5px;
    border: 1px dashed rgba(102, 102, 102, 0.5);
    font-variant-numeric: tabular-nums;
}

body.RO84-mixed header.entry-header,
div.entry-header {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .RO190-reserve-banner {
        font-size: 14px;
    }

    .RO190-reserve-copy strong {
        font-size: 16px;
    }

    .RO190-reserve-copy span {
        font-size: 14px;
    }

    .RO190-reserve-copy {
        align-items: flex-start;
        line-height: 1.5;
    }

    .RO190-reserve-timer {
        font-size: 30px;
    }
}