/* Suspension page only: render the existing jQuery UI calendar as a clear, mobile-safe overlay. */
body.page-id-11315 #ui-datepicker-div,
body.page-template #ui-datepicker-div {
    z-index: 2147483000 !important;
    box-sizing: border-box;
    width: 340px;
    max-width: calc(100vw - 32px);
    padding: 12px;
    border: 1px solid #9a1d24;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
    color: #222222;
    font-size: 15px;
    line-height: 1.25;
}

body.page-id-11315 #ui-datepicker-div .ui-datepicker-header,
body.page-template #ui-datepicker-div .ui-datepicker-header {
    position: relative;
    min-height: 34px;
    margin-bottom: 8px;
    padding: 4px 34px;
    border: 0;
    border-radius: 2px;
    background: #9a1d24;
    color: #ffffff;
}

body.page-id-11315 #ui-datepicker-div .ui-datepicker-title,
body.page-template #ui-datepicker-div .ui-datepicker-title {
    margin: 0;
    text-align: center;
    font-weight: 700;
    line-height: 26px;
}

body.page-id-11315 #ui-datepicker-div .ui-datepicker-prev,
body.page-id-11315 #ui-datepicker-div .ui-datepicker-next,
body.page-template #ui-datepicker-div .ui-datepicker-prev,
body.page-template #ui-datepicker-div .ui-datepicker-next {
    position: absolute;
    top: 5px;
    width: 28px;
    height: 24px;
    cursor: pointer;
    border-radius: 2px;
}

body.page-id-11315 #ui-datepicker-div .ui-datepicker-prev,
body.page-template #ui-datepicker-div .ui-datepicker-prev {
    left: 5px;
}

body.page-id-11315 #ui-datepicker-div .ui-datepicker-next,
body.page-template #ui-datepicker-div .ui-datepicker-next {
    right: 5px;
}

body.page-id-11315 #ui-datepicker-div .ui-datepicker-prev span,
body.page-id-11315 #ui-datepicker-div .ui-datepicker-next span,
body.page-template #ui-datepicker-div .ui-datepicker-prev span,
body.page-template #ui-datepicker-div .ui-datepicker-next span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

body.page-id-11315 #ui-datepicker-div .ui-datepicker-prev::after,
body.page-id-11315 #ui-datepicker-div .ui-datepicker-next::after,
body.page-template #ui-datepicker-div .ui-datepicker-prev::after,
body.page-template #ui-datepicker-div .ui-datepicker-next::after {
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

body.page-id-11315 #ui-datepicker-div .ui-datepicker-prev::after,
body.page-template #ui-datepicker-div .ui-datepicker-prev::after {
    content: '‹';
}

body.page-id-11315 #ui-datepicker-div .ui-datepicker-next::after,
body.page-template #ui-datepicker-div .ui-datepicker-next::after {
    content: '›';
}

body.page-id-11315 #ui-datepicker-div table,
body.page-template #ui-datepicker-div table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

body.page-id-11315 #ui-datepicker-div th,
body.page-template #ui-datepicker-div th {
    padding: 7px 2px;
    color: #6d161b;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

body.page-id-11315 #ui-datepicker-div td,
body.page-template #ui-datepicker-div td {
    padding: 2px;
    text-align: center;
}

body.page-id-11315 #ui-datepicker-div td a,
body.page-id-11315 #ui-datepicker-div td span,
body.page-template #ui-datepicker-div td a,
body.page-template #ui-datepicker-div td span {
    display: block;
    min-width: 32px;
    padding: 8px 3px;
    border-radius: 3px;
    color: #222222;
    text-decoration: none;
}

body.page-id-11315 #ui-datepicker-div td a:hover,
body.page-id-11315 #ui-datepicker-div .ui-state-active,
body.page-template #ui-datepicker-div td a:hover,
body.page-template #ui-datepicker-div .ui-state-active {
    background: #9a1d24;
    color: #ffffff;
}

body.page-id-11315 #ui-datepicker-div .ui-state-disabled span,
body.page-template #ui-datepicker-div .ui-state-disabled span {
    color: #aaaaaa;
}

@media (max-width: 600px) {
    body.page-id-11315 #ui-datepicker-div,
    body.page-template #ui-datepicker-div {
        position: fixed !important;
        top: max(16px, env(safe-area-inset-top)) !important;
        right: 16px !important;
        left: 16px !important;
        width: auto !important;
        max-width: none;
        font-size: 16px;
    }

    body.page-id-11315 #ui-datepicker-div th,
    body.page-template #ui-datepicker-div th {
        padding: 8px 2px;
        font-size: 14px;
    }

    body.page-id-11315 #ui-datepicker-div td a,
    body.page-id-11315 #ui-datepicker-div td span,
    body.page-template #ui-datepicker-div td a,
    body.page-template #ui-datepicker-div td span {
        min-width: 36px;
        padding: 10px 3px;
    }
}
