.ocw-mobile-buckaroo,
.ocw-mobile-buckaroo * {
    box-sizing: border-box;
}

.ocw-mobile-buckaroo {
    width: 100%;
    min-height: calc(100vh - 170px);
    padding: 14px 12px 34px;
    background: #f4f7fb;
    color: #16243d;
    font-family: Arial, Helvetica, sans-serif;
}

.ocw-mobile-buckaroo__hero,
.ocw-mobile-buckaroo__summary article,
.ocw-mobile-buckaroo__days,
.ocw-mobile-buckaroo__table {
    border: 1px solid #dde5f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(22, 36, 61, .07);
}

.ocw-mobile-buckaroo__hero {
    padding: 18px 16px;
    background: linear-gradient(135deg, #16243d, #0f7c67);
    color: #fff;
}

.ocw-mobile-buckaroo__hero span,
.ocw-mobile-buckaroo__summary article span,
.ocw-mobile-buckaroo__table-title span {
    display: block;
    margin-bottom: 7px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ocw-mobile-buckaroo__hero h1 {
    margin: 0;
    font-size: 28px;
    line-height: 1.12;
}

.ocw-mobile-buckaroo__hero p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.45;
}

.ocw-mobile-buckaroo__summary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 12px 0;
}

.ocw-mobile-buckaroo__summary article {
    padding: 16px;
}

.ocw-mobile-buckaroo__summary article.is-accent {
    border-color: #0e7c66;
    background: #0e7c66;
    color: #fff;
}

.ocw-mobile-buckaroo__summary article span {
    color: #65758d;
}

.ocw-mobile-buckaroo__summary article.is-accent span,
.ocw-mobile-buckaroo__summary article.is-accent small,
.ocw-mobile-buckaroo__summary article.is-accent strong {
    color: #fff;
}

.ocw-mobile-buckaroo__summary article strong {
    display: block;
    color: #14213a;
    font-size: 24px;
    line-height: 1.1;
}

.ocw-mobile-buckaroo__summary article small {
    display: block;
    margin-top: 7px;
    color: #74849a;
    font-size: 13px;
}

.ocw-mobile-buckaroo__days {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
    padding: 12px;
}

.ocw-mobile-buckaroo__day {
    position: relative;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding: 10px 12px;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    background: #f8fafc;
    color: #253650;
    cursor: pointer;
}

.ocw-mobile-buckaroo__day input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.ocw-mobile-buckaroo__day span {
    font-size: 19px;
    font-weight: 900;
}

.ocw-mobile-buckaroo__day small {
    color: #708198;
    font-size: 12px;
    font-weight: 700;
}

.ocw-mobile-buckaroo__day:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    border: 1px solid #bac7d8;
    border-radius: 4px;
    background: #fff;
}

.ocw-mobile-buckaroo__day.is-selected,
.ocw-mobile-buckaroo__day:has(input:checked) {
    border-color: #168a65;
    background: #f4fffa;
}

.ocw-mobile-buckaroo__day.is-selected:after,
.ocw-mobile-buckaroo__day:has(input:checked):after {
    border-color: #168a65;
    background: #168a65;
}

.ocw-mobile-buckaroo__day.is-selected:before,
.ocw-mobile-buckaroo__day:has(input:checked):before {
    content: "";
    position: absolute;
    top: 13px;
    right: 14px;
    z-index: 1;
    width: 7px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.ocw-mobile-buckaroo__day.is-today {
    box-shadow: inset 0 -3px 0 #2959a8;
}

.ocw-mobile-buckaroo__refresh {
    min-height: 48px;
    grid-column: 1 / -1;
    border: 0;
    border-radius: 8px;
    background: #16243d;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}

.ocw-mobile-buckaroo__table {
    overflow: hidden;
}

.ocw-mobile-buckaroo__table-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #e7edf5;
}

.ocw-mobile-buckaroo__table-title h2 {
    margin: 0;
    color: #17243b;
    font-size: 20px;
}

.ocw-mobile-buckaroo__table-title strong {
    color: #0e7c66;
    font-size: 19px;
    white-space: nowrap;
}

.ocw-mobile-buckaroo__table-scroll {
    overflow-x: auto;
}

.ocw-mobile-buckaroo__table table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.ocw-mobile-buckaroo__table th {
    padding: 12px 13px;
    border-bottom: 1px solid #e7edf5;
    background: #f8fafc;
    color: #53637a;
    font-size: 11px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
}

.ocw-mobile-buckaroo__table td {
    padding: 13px;
    border-bottom: 1px solid #edf1f6;
    color: #22314a;
    font-size: 13px;
    vertical-align: middle;
}

.ocw-mobile-buckaroo__table a {
    color: #174e8c;
    font-weight: 900;
    text-decoration: none;
}

.ocw-mobile-buckaroo__number {
    text-align: right;
    white-space: nowrap;
}

.ocw-mobile-buckaroo__pill {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 0 9px;
    border-radius: 999px;
    background: #dff7ed;
    color: #0e7c66;
    font-size: 12px;
    font-weight: 900;
}

.ocw-mobile-buckaroo__empty,
.ocw-mobile-buckaroo__denied {
    padding: 22px 16px;
    color: #76869a;
    font-size: 15px;
    line-height: 1.5;
}

@media (min-width: 520px) {
    .ocw-mobile-buckaroo__days {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
