.booking-engine {
    background: #fff;
    padding: 18px 0 64px;
}

/* Keep the reservations module footer in sync with the refreshed public site footer. */
body.reservation-chrome footer {
    background: linear-gradient(180deg, rgba(0, 60, 84, 0.96) 0%, rgba(0, 32, 48, 1) 100%), #003c54 !important;
    padding: 28px 0 24px !important;
}

body.reservation-chrome footer .footer-links {
    border-bottom: 0;
    padding-bottom: 0;
}

body.reservation-chrome footer .footer-left,
body.reservation-chrome footer .footer-right {
    color: rgba(255, 255, 255, 0.48);
    font-size: 15px;
    line-height: 1.6;
}

body.reservation-chrome footer a {
    color: rgba(255, 255, 255, 0.94);
    font-weight: 500;
}

body.reservation-chrome footer a:hover {
    color: rgba(255, 255, 255, 0.68);
}

body.reservation-chrome footer .footer-social .icons ul > li > a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    margin: 0 4px;
    padding: 0;
    width: 32px;
}

body.reservation-chrome footer .footer-social .copyright {
    color: rgba(255, 255, 255, 0.88);
}

body.reservation-chrome footer .footer-social img {
    max-height: 42px;
    opacity: 0.72;
    width: auto;
}

body.reservation-chrome .floating-wpp,
body.reservation-chrome .floating-wpp-button,
body.reservation-chrome .floating-wpp-popup,
body.reservation-chrome [class*="uwac"],
body.reservation-chrome [id*="uwac"],
body.reservation-chrome [class*="whatsapp"],
body.reservation-chrome [id*="whatsapp"] {
    display: none !important;
}

@media (min-width: 992px) {
    body.reservation-chrome footer .container {
        max-width: 1540px;
        width: calc(100% - 120px);
    }

    body.reservation-chrome footer .footer-links .row {
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        display: flex;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 22px;
    }

    body.reservation-chrome footer .footer-social .row {
        align-items: center;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px;
    }

    body.reservation-chrome footer .footer-social .icons {
        grid-column: 1;
        margin-top: 0;
        text-align: left;
    }

    body.reservation-chrome footer .footer-social .copyright {
        grid-column: 2;
        margin: 0;
    }

    body.reservation-chrome footer .footer-social .text-center:last-child {
        grid-column: 3;
        text-align: right;
    }
}

@media (max-width: 620px) {
    body.reservation-chrome footer {
        padding: 28px 0 26px !important;
    }

    body.reservation-chrome footer .footer-links {
        padding-bottom: 18px;
    }

    body.reservation-chrome footer .footer-left,
    body.reservation-chrome footer .footer-right {
        font-size: 13px;
        line-height: 1.8;
        text-align: center;
    }

    body.reservation-chrome footer .footer-right {
        margin-top: 8px;
    }

    body.reservation-chrome footer .footer-social .icons {
        margin-top: 20px;
    }

    body.reservation-chrome footer .footer-social .copyright {
        line-height: 1.4;
        margin-bottom: 16px;
        margin-top: 16px;
    }

    body.reservation-chrome footer .footer-social img {
        max-height: 36px;
    }
}

.page .page-header {
    display: block;
    margin-bottom: 0;
    min-height: 260px;
    overflow: hidden;
    padding-bottom: 54px !important;
    padding-top: 74px !important;
    position: relative;
}

.page .page-header::before {
    background:
        linear-gradient(90deg, rgba(0, 38, 57, 0.64), rgba(0, 38, 57, 0.34)),
        linear-gradient(180deg, rgba(0, 38, 57, 0.1), rgba(0, 38, 57, 0.54));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.page .page-header .container {
    max-width: 1180px;
    position: relative;
    text-align: center;
    transform: translateY(18px);
    z-index: 1;
}

.page .page-header .title {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 56px;
    font-weight: 400 !important;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 auto 14px;
    max-width: 860px;
    text-align: center;
    text-transform: none;
    transform: none;
}

.page .page-header p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    font-weight: 500 !important;
    letter-spacing: 0;
    line-height: 1.45;
    margin: 0 auto 6px;
    max-width: 760px;
    text-transform: none;
}

.page .page-header .page-header-subline {
    color: rgba(227, 200, 128, 0.95);
    font-size: 15px;
    font-weight: 700 !important;
}

.booking-panel {
    background: #f7f4ef;
    border: 1px solid #cfc5b8;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    padding: 28px;
}

.booking-room-count-field {
    align-items: center;
    display: inline-flex !important;
    gap: 20px;
    font-weight: 700;
    margin: 0 0 26px;
    max-width: none;
    border: 1px solid #c8bdae;
    padding: 14px 16px;
}

.booking-panel .booking-room-count-field {
    font-weight: 700;
}

.booking-room-count-field span {
    color: #1f1b17;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 42px;
    padding-left: 9px;
}

.booking-room-stepper {
    align-items: center;
    display: inline-grid;
    gap: 12px;
    grid-template-columns: 30px 30px 30px;
}

.booking-room-stepper-btn {
    align-items: center;
    background: #fff;
    border: 1px solid #9f9688;
    color: #1f1b17;
    display: inline-flex;
    font-size: 18px;
    font-weight: 400;
    height: 30px;
    justify-content: center;
    line-height: 30px;
    padding: 0;
    transition: border-color 0.15s ease, color 0.15s ease;
    width: 30px;
}

.booking-room-stepper-btn:hover {
    border-color: #00486c;
    color: #00486c;
}

.booking-panel .booking-room-count-field input {
    appearance: textfield;
    -moz-appearance: textfield;
    border: 1px solid #9f9688;
    color: #1f1b17;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    min-height: 30px;
    padding: 0;
    text-align: center;
    width: 30px;
}

.booking-panel .booking-room-count-field input::-webkit-outer-spin-button,
.booking-panel .booking-room-count-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.booking-room-block {
    border-top: 1px solid #e4ddd4;
    margin-top: 20px;
    padding-top: 20px;
}

.booking-room-block:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.booking-room-heading {
    color: #2f2b26;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px 15px;
}

.booking-room-fields-frame {
    border: 1px solid #c8bdae;
    padding: 18px;
}

.booking-client-frame {
    border: 1px solid #c8bdae;
    margin-top: 18px;
    padding: 18px;
}

.booking-client-frame .booking-client-label-text,
.booking-client-frame .booking-interest-group legend {
    display: inline-block;
    transform: translateX(5px);
}

.booking-client-frame .booking-client-field-title {
    font-weight: 700;
}

.booking-client-frame .full-field .booking-client-label-text {
    color: #3d3a34;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.booking-client-frame .booking-interest-group input[type="checkbox"] {
    transform: translateX(5px);
}

.booking-starting-rates {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto 18px;
    max-width: 1080px;
}

.booking-starting-rate {
    background: #f7f4ef;
    border: 1px solid #ded6cc;
    padding: 14px 16px;
    text-align: center;
}

.booking-starting-rate strong,
.booking-starting-rate span {
    display: block;
}

.booking-starting-rate strong {
    color: #003f5e;
    margin-bottom: 4px;
}

.booking-starting-rate span {
    color: #3d3a34;
}

.booking-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.booking-start-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guest-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
}

.booking-panel .booking-calendar-panel + .guest-grid {
    margin-top: 6px !important;
}

.booking-option-summary {
    align-self: end;
    background: #fff;
    border: 1px solid #c8bdae;
    color: #3d3a34;
    grid-column: span 3;
    min-height: 46px;
    padding: 11px 14px;
    margin-top: 18px;
}

.booking-option-summary-placeholder {
    color: #7b756d;
    pointer-events: none;
    user-select: none;
}

.booking-option-detail-dot {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0 10px;
    vertical-align: -1px;
}

.booking-panel .booking-calendar-panel[hidden] {
    display: none !important;
}

.booking-panel .booking-calendar-panel:not([hidden]) {
    border-top: 1px solid #e4ddd4;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    margin: 10px 0 0 !important;
    min-height: 0 !important;
    padding: 8px 0 0 !important;
}

.booking-calendar-toolbar {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 42px 1fr 42px;
    flex: 0 0 auto;
    height: 42px;
    margin: 0 !important;
    min-height: 42px;
}

.booking-calendar-toolbar p {
    margin: 0;
    text-align: center;
}

.booking-calendar-toolbar p.booking-date-summary {
    font-weight: 700;
}

.booking-calendar-toolbar p.booking-date-summary span {
    display: block;
}

.booking-calendar-nav {
    align-items: center;
    background: #fff;
    border: 1px solid #3d3a34;
    border-radius: 50%;
    display: inline-flex;
    font-size: 28px;
    height: 42px;
    justify-content: center;
    line-height: 1;
    padding: 0 0 4px;
    width: 42px;
}

.booking-calendar-months {
    align-items: start;
    display: grid;
    flex: 0 0 auto;
    gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 !important;
    padding: 0 !important;
}

.booking-calendar-month {
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
}

.booking-calendar-month h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 14px;
    text-align: center;
}

.booking-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    margin: 0 !important;
    padding: 0 !important;
}

.booking-calendar-weekday {
    font-size: 13px;
    font-weight: 700;
    padding: 0 0 8px;
    text-align: center;
}

.booking-calendar-empty {
    background: #faf8f5;
    border: 1px solid #e2dcd4;
    min-height: 82px;
}

.booking-calendar-day {
    background: #fff;
    border: 1px solid #c8c1b8;
    color: #2f2b26;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    min-height: 82px;
    padding: 8px 6px;
    text-align: center;
}

.booking-calendar-day strong {
    font-size: 18px;
    line-height: 1;
}

.booking-calendar-day span {
    font-size: 13px;
    line-height: 1.15;
}

.booking-calendar-day:hover {
    border-color: #00486c;
    box-shadow: inset 0 0 0 2px #00486c;
}

.booking-calendar-day-disabled,
.booking-calendar-day-unavailable {
    color: #9d9892;
}

.booking-calendar-day-unavailable {
    background: #eeeae5;
}

.booking-calendar-day-start,
.booking-calendar-day-end {
    background: #00486c;
    border-color: #00486c;
    color: #fff;
}

.booking-calendar-day-range {
    background: #d9edf2;
}

.booking-calendar-loading {
    grid-column: 1 / -1;
    margin: 0;
    padding: 20px 0;
}

.booking-submit-ready {
    opacity: 1;
}

.required-marker {
    color: #9b2d2d;
    font-weight: 700;
    margin-left: 3px;
}

.booking-validation-message {
    background: #fff6f3;
    border: 1px solid #b78b79;
    color: #7a2d1d;
    font-weight: 700;
    margin-top: 18px;
    padding: 10px 14px;
}

.booking-panel label,
.admin-login label,
.admin-block-form label,
.admin-special-rate-form label,
.admin-reservation-form label,
.admin-reservation-edit-form label,
.admin-reservation-filters label,
.admin-past-reservations-form label {
    color: #3d3a34;
    display: block;
    font-weight: 400;
}

.booking-panel > .booking-grid label,
.booking-panel > .guest-grid label,
.booking-room-block .booking-grid label,
.booking-interest-group legend,
.full-field {
    font-weight: 700;
}

.booking-panel input,
.booking-panel select,
.booking-panel textarea,
.admin-login input,
.admin-block-form input,
.admin-block-form select,
.admin-special-rate-form input,
.admin-special-rate-form select,
.admin-reservation-form input,
.admin-reservation-form select,
.admin-reservation-form textarea,
.admin-reservation-edit-form input,
.admin-reservation-edit-form textarea,
.admin-reservation-filters input,
.admin-reservation-filters select,
.admin-past-reservations-form input {
    border: 1px solid #c8bdae;
    display: block;
    font-weight: 400;
    margin-top: 8px;
    min-height: 46px;
    padding: 10px 12px;
    width: 100%;
}

.full-field {
    margin-top: 18px;
}

.booking-panel .full-field {
    font-weight: 700;
}

.booking-panel textarea[name="special_requests"] {
    font-weight: 400;
    resize: none;
}

.admin-field-attention {
    background: #fff1df !important;
    border-color: #d89a4f !important;
    box-shadow: 0 0 0 2px rgba(216, 154, 79, 0.18);
}

.admin-manual-deposit-suggestion {
    color: #8a5318;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 6px;
}

.admin-manual-deposit-field {
    grid-column: span 2;
}

.admin-manual-deposit-row {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 8px;
    width: 100%;
}

.admin-reservation-form .admin-manual-deposit-row input {
    margin-top: 0;
    width: 100%;
}

.admin-manual-deposit-use {
    min-height: 46px;
    white-space: nowrap;
    width: 100%;
}

.admin-manual-deposit-suggestion[hidden],
.admin-manual-deposit-use[hidden] {
    display: none !important;
}

.booking-interest-group {
    border: 0;
    margin: 18px 0 0;
    padding: 0;
}

.booking-interest-group legend {
    border: 0;
    color: #3d3a34;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    padding: 0;
}

.booking-interest-group label {
    align-items: center;
    display: inline-flex;
    font-weight: 400;
    gap: 10px;
    margin: 0 22px 8px 0;
}

.booking-panel .booking-interest-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 2px solid #8b8174;
    box-sizing: border-box;
    display: inline-grid;
    flex: 0 0 24px;
    height: 24px;
    margin: 0;
    min-height: 24px;
    padding: 0;
    place-content: center;
    width: 24px;
}

.booking-panel .booking-interest-group input[type="checkbox"]::before {
    background: #00486c;
    content: "";
    height: 12px;
    opacity: 0;
    width: 12px;
}

.booking-panel .booking-interest-group input[type="checkbox"]:checked::before {
    opacity: 1;
}

.booking-actions {
    align-items: center;
    border-top: 1px solid #e4ddd4;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 24px;
}

.booking-actions p {
    margin: 0 0 0 23px;
}

.booking-request-intro,
.booking-request-status {
    border: 1px solid #ded6cc;
    margin: 0 auto 18px;
    max-width: 1080px;
    padding: 14px 18px;
}

.booking-request-intro {
    background: #f7f4ef;
    color: #3d3a34;
}

.booking-request-intro strong,
.booking-request-intro span {
    display: block;
}

.booking-request-intro strong {
    color: #003f5e;
    margin-bottom: 4px;
}

.booking-request-preselected {
    color: #1f1b17;
    font-weight: 700;
    margin-top: 8px;
}

.booking-request-status-success {
    background: #eef7ef;
    border-color: #b7d7bc;
    color: #185225;
}

.booking-request-status-error {
    background: #f8eeee;
    border-color: #dfb8b8;
    color: #7b2323;
}

.booking-request-honeypot {
    left: -9999px;
    position: absolute;
}

.booking-request-panel .booking-client-frame {
    margin-top: 0;
}

.booking-request-kind-grid,
.booking-request-date-grid,
.booking-request-lodging-grid {
    margin-top: 0;
    padding-bottom: 18px;
}

.booking-request-date-grid,
.booking-request-lodging-grid,
.booking-request-panel .guest-grid,
.booking-request-message {
    border-top: 1px solid #e4ddd4;
    padding-top: 18px;
}

.booking-request-note {
    align-self: end;
    background: #fff;
    border: 1px solid #c8bdae;
    color: #5f574f;
    grid-column: span 2;
    min-height: 46px;
    padding: 11px 14px;
}

.booking-error,
.booking-result,
.admin-wrap {
    margin: 90px auto 60px;
    max-width: 1080px;
    padding: 0 20px;
}

.result-card {
    background: #fff;
    border: 1px solid #ded6cc;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 760px;
    min-height: 420px;
    padding: 16px 34px 34px;
}

.booking-result {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    min-height: 560px;
    padding: 180px 20px 82px;
}

.result-card h1 {
    margin-top: 0;
}

.result-details {
    background: #f7f4ef;
    border-left: 4px solid #00486c;
    margin: 6px 0 24px;
    padding: 18px 20px;
}

.result-details p {
    margin: 0 0 8px;
}

.admin-login {
    max-width: 380px;
}

.admin-block-form {
    align-items: end;
    display: grid;
    gap: 14px;
    grid-template-columns: 1.2fr 1fr 1fr 1.4fr auto;
    margin: 0 0 28px;
}

.admin-block-form > .btn {
    min-height: 45px;
    transform: translateY(-6px);
}

.admin-special-rate-form {
    align-items: end;
    display: grid;
    gap: 14px;
    grid-template-columns: 190px 155px 155px 140px 215px 115px;
    margin: 0 0 24px;
}

.admin-rate-adjustment-form {
    grid-template-columns: 190px 155px 155px 140px 215px 115px;
}

.admin-special-rate-form input,
.admin-special-rate-form select {
    box-sizing: border-box;
}

.admin-special-rate-form label:first-child select,
.admin-rate-adjustment-form label:first-child select {
    width: 190px;
}

.admin-special-rate-form input[name="special_valid_from"],
.admin-special-rate-form input[name="special_valid_to"],
.admin-rate-adjustment-form input[name="adjust_valid_from"],
.admin-rate-adjustment-form input[name="adjust_valid_to"] {
    width: 155px;
}

.admin-special-rate-form input[name="special_price"],
.admin-rate-adjustment-form input[name="adjust_percentage"] {
    width: 140px;
}

.admin-special-rate-form input[name="special_note"],
.admin-rate-adjustment-form input[name="adjust_note"] {
    width: 215px;
}

.admin-special-rate-form > .btn {
    width: 115px;
}

.admin-special-rate-label {
    display: inline-block;
    font-weight: 700;
    transform: translateX(10px);
}

.admin-special-rate-form > .btn {
    align-items: center;
    align-self: end;
    box-sizing: border-box;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    min-height: 46px;
    padding: 0;
    transform: translateY(-5px);
}

.admin-special-rate-form input[name="special_note"],
.admin-special-rate-form input[name="adjust_note"] {
    text-align: left;
}

.admin-delete-all-special-rates {
    display: flex;
    margin: 0;
}

.admin-delete-all-special-rates-row {
    display: grid;
    gap: 14px;
    grid-template-columns: 190px 155px 155px 140px 215px 115px;
    margin: -20px 0 18px;
}

.admin-delete-all-special-rates-row .admin-delete-all-special-rates-button {
    grid-column: 6;
}

.admin-delete-all-special-rates-button {
    box-sizing: border-box;
    height: 46px;
    min-height: 46px;
    width: 115px;
}

.admin-rate-adjustment-form > .btn {
    width: 115px;
}

.admin-special-rates-table {
    width: 100%;
}

.admin-special-rates-table > thead > tr > th,
.admin-special-rates-table > tbody > tr > td {
    vertical-align: middle !important;
}

.admin-special-rates-table th:first-child,
.admin-special-rates-table td:first-child {
    white-space: nowrap;
    width: 340px;
}

.admin-special-rates-table th:nth-child(2),
.admin-special-rates-table td:nth-child(2),
.admin-special-rates-table th:nth-child(3),
.admin-special-rates-table td:nth-child(3),
.admin-special-rates-table th:nth-child(4),
.admin-special-rates-table td:nth-child(4) {
    width: 150px;
}

.admin-special-rates-table th:nth-child(5),
.admin-special-rates-table td:nth-child(5) {
    text-align: center;
}

.admin-special-rates-table th:nth-child(5) {
    transform: translateX(-5px);
}

.admin-special-rates-table th:nth-child(6) {
    transform: translateX(38px);
}

.admin-special-rates-actions-heading {
    align-items: center;
    display: flex;
    gap: 10px;
    transform: translateX(40px);
    white-space: nowrap;
}

.admin-special-rates-table td:nth-child(6) {
    transform: translateX(40px);
}

.admin-toast {
    background: #fff8e7;
    border: 1px solid #e6c36b;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
    color: #1d1a16;
    max-width: min(520px, calc(100vw - 36px));
    opacity: 1;
    padding: 14px 18px;
    position: fixed;
    left: 50%;
    top: 22%;
    transform: translate(-50%, 0);
    transition: opacity 200ms ease, transform 200ms ease;
    z-index: 9999;
}

.admin-toast strong {
    display: block;
    margin-bottom: 4px;
}

.admin-toast span {
    display: block;
    line-height: 1.35;
}

.admin-toast-hide {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -8px);
}

.admin-reservation-form {
    align-items: start;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 34px;
}

.admin-reservation-form > .btn {
    align-self: end;
}

.admin-reservation-edit-form {
    align-items: end;
    background: #f7f4ef;
    border: 1px solid #ded6cc;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 18px;
    padding: 14px;
}

.admin-wide-field {
    grid-column: 1 / -1;
}

.admin-reservation-form textarea,
.admin-reservation-edit-form textarea {
    min-height: 74px;
    resize: vertical;
}

.admin-reservation-filters {
    align-items: end;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(260px, 1.4fr) minmax(150px, .8fr) 150px 150px auto auto;
    margin: 0 0 18px;
}

.admin-reservation-filters > .btn {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    transform: translateY(-6px);
}

.admin-past-reservations-form {
    align-items: end;
    display: grid;
    gap: 14px;
    grid-template-columns: 220px 220px auto auto;
    margin: 0 0 24px;
    max-width: 760px;
}

.admin-past-reservations-form > .btn {
    min-height: 46px;
    transform: translateY(-5px);
}

.admin-unlock-form {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: -2px 0 20px;
    padding: 0;
    width: fit-content;
}

.admin-unlock-form label {
    font-size: 14px;
    font-weight: 700;
}

.admin-unlock-form input[type="text"],
.admin-unlock-form input[type="password"] {
    border: 1px solid #9f9688;
    display: block;
    margin-top: 5px;
    min-height: 30px;
    padding: 5px 8px;
    width: 130px;
}

.admin-unlock-button,
.admin-lock-button {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.1;
    min-height: 30px;
    padding: 5px 12px;
}

.admin-lock-button {
    background: #fff;
    border: 1px solid #9f9688;
    color: #2a2a2a;
}

.admin-superadmin-panel,
.admin-backup-panel {
    border-top: 1px solid #ded6cc;
    margin-top: 28px;
    padding-top: 18px;
}

.admin-superadmin-panel h2,
.admin-backup-panel h2 {
    margin-top: 0;
}

.admin-superadmin-panel p,
.admin-backup-panel p {
    margin: 0;
}

.admin-backup-panel form {
    margin-top: 12px;
}

.admin-superadmin-form {
    margin-bottom: 0;
}

.admin-superadmin-form .admin-unlock-button {
    min-height: 32px;
    transform: translateY(-5px);
}

.admin-inline-action {
    margin: 0;
}

.admin-action-stack {
    align-items: stretch;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
}

.admin-action-stack .btn,
.admin-reservations-table td:last-child > .admin-inline-action .btn,
.admin-compact-action {
    font-size: 12px;
    line-height: 1;
    min-height: 24px;
    padding: 2px 10px;
}

.admin-action-stack .btn,
.admin-reservations-table td:last-child > .admin-inline-action .btn {
    width: 100%;
}

.admin-action-stack .btn:disabled,
.admin-action-stack input[type="submit"]:disabled {
    border: 1px solid #9f9688;
}

.admin-action-stack .btn-main:disabled,
.admin-action-stack input.btn-main:disabled {
    border-color: #00486c;
}

.admin-action-stack .btn-danger:disabled,
.admin-action-stack input.btn-danger:disabled {
    border-color: #d7a52f;
}

.admin-muted-line {
    display: inline-block;
    margin-top: 3px;
}

.admin-date-line {
    white-space: nowrap;
}

.admin-guest-link {
    background: transparent;
    border: 0;
    color: #003f5e;
    cursor: pointer;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
}

.admin-guest-link:hover,
.admin-guest-link:focus {
    color: #00628f;
    text-decoration: none;
}

.admin-reservation-detail {
    border-bottom: 1px solid #ded6cc;
    border-top: 1px solid #ded6cc;
    margin: 0 0 24px;
    padding: 18px 0 22px;
}

.admin-detail-grid {
    display: grid;
    gap: 14px 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 16px;
}

.admin-detail-grid div,
.admin-detail-notes {
    background: #f7f4ef;
    border: 1px solid #ded6cc;
    padding: 10px 12px;
}

.admin-detail-grid span,
.admin-detail-notes span {
    color: #5e5a52;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}

.admin-detail-grid strong {
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.admin-detail-notes {
    margin: 14px 0 18px;
}

.admin-detail-notes p {
    margin: 0;
}

.admin-reservation-detail h3 {
    font-size: 24px;
    margin: 14px 0 10px;
}

.admin-detail-email-table {
    margin-bottom: 0;
}

.admin-framed-table > tbody > tr > td:first-child {
    border-left: 1px solid #ded6cc;
}

.admin-framed-table > tbody > tr > td:last-child {
    border-right: 1px solid #ded6cc;
}

.admin-framed-table > tbody > tr:last-child > td {
    border-bottom: 1px solid #ded6cc;
}

.admin-reservations-table {
    font-size: 14px;
    table-layout: fixed;
    width: auto;
}

.admin-reservations-table > thead > tr > th,
.admin-reservations-table > tbody > tr > td {
    line-height: 1.25;
    padding: 6px 8px;
    vertical-align: middle;
}

.admin-reservations-table > tbody > tr > td:nth-child(2) {
    vertical-align: top;
}

.admin-arrivals-table > tbody > tr > td {
    vertical-align: middle;
}

.admin-operation-table {
    max-width: 100%;
    table-layout: fixed;
    width: 100%;
}

.admin-operation-table th,
.admin-operation-table td,
.admin-arrivals-table th,
.admin-arrivals-table td {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.admin-operation-table > tbody > tr > td {
    vertical-align: middle;
}

.admin-operation-table th:nth-child(1),
.admin-operation-table td:nth-child(1) {
    text-align: center;
    width: 54px;
}

.admin-operation-table th:nth-child(2),
.admin-operation-table td:nth-child(2) {
    width: 220px;
}

.admin-operation-table th:nth-child(3),
.admin-operation-table td:nth-child(3) {
    width: 132px;
}

.admin-operation-table th:nth-child(3),
.admin-operation-table td:nth-child(3),
.admin-operation-table th:nth-child(5),
.admin-operation-table td:nth-child(5),
.admin-operation-table th:nth-child(6),
.admin-operation-table td:nth-child(6),
.admin-operation-table th:nth-child(7),
.admin-operation-table td:nth-child(7) {
    text-align: center;
}

.admin-operation-table th:nth-child(4),
.admin-operation-table td:nth-child(4) {
    width: 150px;
}

.admin-operation-table th:nth-child(5),
.admin-operation-table td:nth-child(5) {
    width: 135px;
}

.admin-operation-table th:nth-child(6),
.admin-operation-table td:nth-child(6) {
    width: 100px;
}

.admin-operation-table th:nth-child(7),
.admin-operation-table td:nth-child(7) {
    width: 168px;
}

.admin-operation-actions .btn {
    box-sizing: border-box;
    min-height: 30px;
    min-width: 134px;
    white-space: nowrap;
    width: 134px;
}

.admin-operation-actions {
    align-items: center;
}

.admin-balance-cell {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.admin-balance-cell strong {
    font-size: 0.95em;
}

.admin-balance-paid {
    color: #0f7a3b;
    display: block;
    font-size: 0.82em;
    font-weight: 700;
}

.admin-balance-button {
    box-sizing: border-box;
    min-height: 28px;
    min-width: 116px;
    padding-left: 10px;
    padding-right: 10px;
}

.admin-arrivals-table {
    max-width: 100%;
    table-layout: fixed;
    width: 100%;
}

.admin-arrivals-table th:nth-child(1),
.admin-arrivals-table td:nth-child(1) {
    text-align: center;
    width: 54px;
}

.admin-arrivals-table th:nth-child(2),
.admin-arrivals-table td:nth-child(2) {
    width: 220px;
}

.admin-arrivals-table th:nth-child(3),
.admin-arrivals-table td:nth-child(3) {
    width: 132px;
}

.admin-arrivals-table th:nth-child(4),
.admin-arrivals-table td:nth-child(4) {
    width: 150px;
}

.admin-arrivals-table th:nth-child(5),
.admin-arrivals-table td:nth-child(5) {
    width: 135px;
}

.admin-arrivals-table td:nth-child(5) {
    font-size: 0.86em;
    line-height: 1.35;
}

.admin-contact-line {
    overflow-wrap: anywhere;
}

.admin-arrivals-table th:nth-child(6),
.admin-arrivals-table td:nth-child(6) {
    width: 100px;
}

.admin-arrivals-table th:nth-child(7),
.admin-arrivals-table td:nth-child(7) {
    width: 168px;
}

.admin-arrivals-table th:nth-child(3),
.admin-arrivals-table td:nth-child(3),
.admin-arrivals-table th:nth-child(5),
.admin-arrivals-table td:nth-child(5),
.admin-arrivals-table th:nth-child(6),
.admin-arrivals-table td:nth-child(6),
.admin-arrivals-table th:nth-child(7),
.admin-arrivals-table td:nth-child(7) {
    text-align: center;
}

.admin-arrivals-table > tbody > tr > td:nth-child(6) {
    vertical-align: middle;
}

.admin-reservations-table th:nth-child(1),
.admin-reservations-table td:nth-child(1) {
    width: 92px;
}

.admin-reservations-table th:nth-child(2),
.admin-reservations-table td:nth-child(2) {
    width: 200px;
}

.admin-reservations-table th:nth-child(3),
.admin-reservations-table td:nth-child(3) {
    width: 198px;
}

.admin-reservations-table th:nth-child(4),
.admin-reservations-table td:nth-child(4) {
    width: 155px;
}

.admin-reservations-table th:nth-child(5),
.admin-reservations-table td:nth-child(5) {
    width: 110px;
}

.admin-reservations-table th:nth-child(6),
.admin-reservations-table td:nth-child(6),
.admin-reservations-table th:nth-child(7),
.admin-reservations-table td:nth-child(7) {
    width: 73px;
}

.admin-reservations-table th:nth-child(8),
.admin-reservations-table td:nth-child(8) {
    width: 95px;
}

.admin-reservations-table th:nth-child(9),
.admin-reservations-table td:nth-child(9) {
    width: 126px;
}

.admin-room-assign {
    align-items: center;
    display: flex;
    gap: 6px;
}

.admin-room-type-action {
    align-items: center;
    display: flex;
    gap: 3px;
}

.admin-inline-action select,
.admin-inline-action input[type="text"],
.admin-inline-action input[type="date"],
.admin-inline-action input[type="number"],
td input,
td select {
    max-width: 180px;
    min-height: 36px;
}

.admin-room-assign select {
    max-width: 72px;
    min-height: 32px;
    padding: 4px 8px;
}

.admin-room-type-action select {
    max-width: 128px;
    min-height: 32px;
    padding: 4px 8px;
}

.admin-reservations-table .admin-room-assign select {
    width: 68px;
}

.admin-reservations-table .admin-room-type-action select {
    max-width: 154px !important;
    width: 154px !important;
}

.admin-room-assign .btn {
    min-height: 32px;
    padding: 5px 9px;
}

.admin-room-type-action .btn {
    min-height: 32px;
    min-width: 36px;
    padding: 5px 7px;
}

.admin-inline-action select:disabled,
.admin-inline-action input:disabled,
td input:disabled,
td select:disabled,
input[type="submit"]:disabled {
    background: #eeeeee;
    color: #777;
    cursor: not-allowed;
    opacity: 1;
}

.btn-danger {
    background: #f7dc93;
    border-color: #e9c56b;
    color: #1d1a16;
}

.btn-danger:hover,
.btn-danger:focus {
    background: #efd17f;
    border-color: #dfbb5f;
    color: #1d1a16;
}

td select[name="beds"] {
    padding-left: 14px;
    padding-right: 24px;
    text-align: left;
    text-align-last: left;
}

td select[name="active"],
.admin-rooms-table select[name$="[active]"] {
    max-width: 70px;
    min-width: 70px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    text-align-last: center;
}

.admin-check-cell {
    text-align: center;
    vertical-align: middle;
    width: 82px;
}

.admin-rooms-table {
    width: auto;
}

.admin-rooms-table input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    accent-color: #00486c;
    background: #fff;
    border: 2px solid #00486c;
    cursor: pointer;
    display: block;
    height: 22px;
    margin: 0 auto;
    min-height: 0;
    padding: 0;
    width: 22px;
}

.admin-rooms-table input[type="checkbox"]:checked {
    background: #00486c;
    box-shadow: inset 0 0 0 4px #fff;
}

.admin-rooms-table input[type="checkbox"]:disabled {
    background: #fff;
    border-color: #b7b7b7;
    box-shadow: none;
    cursor: not-allowed;
}

.admin-rooms-table input[type="checkbox"]:disabled:checked {
    background: #6f8793;
    border-color: #6f8793;
    box-shadow: inset 0 0 0 4px #fff;
}

.admin-rooms-table > thead > tr > th:nth-child(5),
.admin-rooms-table > thead > tr > th:nth-child(6),
.admin-rooms-table > tbody > tr > td:nth-child(5),
.admin-rooms-table > tbody > tr > td:nth-child(6) {
    text-align: center;
    vertical-align: middle;
}

.admin-rooms-table > thead > tr > th:nth-child(7),
.admin-rooms-table > tbody > tr > td:nth-child(7) {
    text-align: center;
}

.admin-rates-table {
    max-width: none;
    width: 100%;
}

.admin-rates-table th:first-child,
.admin-rates-table td:first-child {
    width: 190px;
}

.admin-rates-table th:nth-child(2),
.admin-rates-table td:nth-child(2) {
    width: 260px;
}

.admin-rates-option-heading {
    position: relative;
    left: -5px;
}

.admin-rates-table th:nth-child(3),
.admin-rates-table td:nth-child(3),
.admin-rates-table th:nth-child(4),
.admin-rates-table td:nth-child(4),
.admin-rates-table th:nth-child(5),
.admin-rates-table td:nth-child(5) {
    width: 140px;
}

.admin-rates-table th:nth-child(3),
.admin-rates-table td:nth-child(3) {
    transform: translateX(-16px);
}

.admin-rates-table th:nth-child(5),
.admin-rates-table td:nth-child(5) {
    transform: translateX(16px);
}

.admin-rates-table th:last-child,
.admin-rates-table td:last-child {
    transform: translateX(30px);
    width: 150px;
}

.admin-rates-table > tbody > tr > td {
    vertical-align: middle;
}

.admin-rates-table input[type="number"] {
    max-width: 110px;
    min-height: 30px;
    padding: 5px 8px;
}

.admin-extra-guest-price {
    margin: 18px 0 34px;
}

.admin-extra-guest-price label {
    color: #3d3a34;
    display: block;
    font-weight: 700;
}

.admin-extra-guest-price-control {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.admin-extra-guest-price input[type="number"] {
    display: block;
    max-width: 160px;
    min-height: 42px;
    padding: 7px 10px;
}

.admin-extra-guest-price .btn {
    min-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
}

.admin-rooms-table > thead > tr > th:first-child {
    padding-left: 21px;
    width: 74px;
}

.admin-rooms-table > tbody > tr > td:first-child {
    padding-left: 14px;
    width: 74px;
}

.admin-rooms-table > thead > tr > th:nth-child(2),
.admin-rooms-table > thead > tr > th:nth-child(3),
.admin-rooms-table > thead > tr > th:nth-child(4) {
    padding-left: 22px;
    text-align: left;
}

.admin-rooms-table > thead > tr > th:nth-child(4) {
    padding-left: 19px;
}

.admin-rooms-table > thead > tr > th:nth-child(3) {
    padding-left: 20px;
}

.admin-rooms-table > thead > tr > th:nth-child(7) {
    position: relative;
    left: -1px;
}

td select[name="room_type_id"] {
    max-width: 220px;
    min-width: 190px;
    padding-left: 16px;
    padding-right: 28px;
}

.admin-rooms-table input[name$="[room_name]"] {
    background: #eee;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    color: #6a6a6a;
    font-weight: 700;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    width: 39px;
}

.admin-rooms-table select[name$="[beds]"] {
    max-width: 120px;
    min-width: 120px;
    padding-left: 16px;
    padding-right: 24px;
    text-align: left;
    text-align-last: left;
}

.admin-rooms-table select[name$="[room_type_id]"] {
    max-width: 155px;
    min-width: 155px;
    padding-left: 16px;
    padding-right: 13px;
    text-align: left;
    text-align-last: left;
}

.admin-rooms-table select[name$="[room_option_id]"] {
    max-width: 155px;
    min-width: 155px;
    padding-left: 12px;
    padding-right: 13px;
    position: relative;
    text-align: left;
    text-align-last: left;
    top: 11px;
}

.admin-room-details-cell {
    min-width: 398px;
    width: 398px;
}

.admin-room-details-grid {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 198px 188px;
    padding-top: 0;
    transform: translateX(-10px);
}

.admin-rooms-table > thead > tr > th:nth-child(5),
.admin-rooms-table > thead > tr > th:nth-child(6),
.admin-rooms-table > thead > tr > th:nth-child(7),
.admin-rooms-table > tbody > tr > td:nth-child(5),
.admin-rooms-table > tbody > tr > td:nth-child(6),
.admin-rooms-table > tbody > tr > td:nth-child(7) {
    transform: translateX(-12px);
}

.admin-room-details-grid label {
    color: #3d3a34;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

.admin-room-detail-stack {
    display: grid;
    gap: 10px;
    grid-template-columns: 70px 112px;
    position: relative;
    top: -7px;
    transform: translateX(15px);
}

.admin-room-detail-stack label {
    display: block;
}

.admin-room-detail-stack label > span,
.admin-room-capacity-field > span {
    display: block;
    margin-bottom: 3px;
    white-space: nowrap;
}

.admin-room-detail-stack label > span {
    transform: translateX(7px);
}

.admin-room-feature-grid {
    align-items: center;
    align-self: center;
    display: grid;
    gap: 9px 0;
    grid-template-columns: 104px 84px;
    justify-self: start;
    padding-top: 0;
    position: relative;
    top: 3px;
    transform: translateX(6px);
}

.admin-room-details-grid select,
.admin-room-details-grid input[type="text"] {
    min-height: 36px;
    padding: 5px 8px;
}

.admin-room-detail-stack select[name$="[beds]"],
.admin-room-detail-stack input[name$="[room_notes]"] {
    background: #eee;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    color: #6a6a6a;
    font-weight: 700;
    height: 36px;
}

.admin-room-detail-stack select[name$="[beds]"] {
    padding-left: 8px;
    max-width: 70px !important;
    min-width: 70px !important;
    padding-right: 18px;
    width: 70px !important;
}

.admin-room-details-grid select[name$="[max_occupancy]"] {
    max-width: none;
    min-width: 0;
}

.admin-room-capacity-field {
    align-items: center;
    display: flex !important;
    gap: 7px;
    min-height: 24px;
}

.admin-room-capacity-field select {
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #b7b7b7;
    height: 22px;
    min-height: 0 !important;
    min-width: 22px !important;
    padding: 0;
    text-align: center;
    text-align-last: center;
    width: 22px;
}

.admin-rooms-table > tbody > tr > td:first-child,
.admin-rooms-table > tbody > tr > td:nth-child(2),
.admin-rooms-table > tbody > tr > td:last-child {
    vertical-align: middle;
}

.admin-room-feature-check {
    align-items: center;
    cursor: pointer;
    display: flex !important;
    gap: 7px;
    min-height: 24px;
    position: relative;
    z-index: 2;
}

.admin-room-capacity-field {
    transform: translateX(8px);
}

.admin-room-feature-grid .admin-room-feature-check:nth-child(3) {
    transform: translate(8px, -5px);
}

.admin-room-feature-grid .admin-room-feature-check:nth-child(4) {
    transform: translateY(-5px);
}

.admin-rooms-table .admin-room-feature-check input[type="checkbox"] {
    display: inline-block;
    flex: 0 0 auto;
    height: 22px;
    margin: 0;
    width: 22px;
}

.admin-room-detail-stack input[type="text"] {
    max-width: 112px !important;
    min-width: 112px !important;
    width: 112px !important;
}

.admin-blocked-table > thead > tr > th:first-child,
.admin-blocked-table > tbody > tr > td:first-child {
    text-align: center;
    vertical-align: middle;
}

.admin-blocked-table > tbody > tr > td {
    vertical-align: middle;
}

.admin-rates-table > thead > tr > th:first-child,
.admin-special-rates-table > thead > tr > th:first-child {
    padding-left: 12px;
}

.admin-rates-table > thead > tr > th:first-child {
    padding-left: 11px;
}

.admin-rates-table > thead > tr > th:nth-child(n+2),
.admin-special-rates-table > thead > tr > th:nth-child(n+2) {
    padding-left: 16px;
}

.admin-rates-table > thead > tr > th:nth-child(2) {
    padding-left: 11px;
}

.admin-reservations-table td select[name="room_type_id"] {
    font-size: 12px;
    max-width: 154px !important;
    min-width: 0 !important;
    padding-left: 8px;
    padding-right: 18px;
    width: 154px !important;
}

.admin-topbar {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.admin-topbar-actions {
    align-items: center;
    display: flex;
    gap: 10px;
}

.admin-section-heading {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    margin-top: 28px;
}

.admin-section-heading h2 {
    margin: 0;
}

.admin-heading-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-tab-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 18px;
}

.admin-heading-unlock {
    align-items: end;
    background: #f7f3ee;
    border: 1px solid #ded6cc;
    column-gap: 8px;
    margin: 0;
    padding: 8px 10px;
}

.admin-heading-unlock label {
    display: block;
    white-space: nowrap;
}

.admin-heading-unlock input[type="text"],
.admin-heading-unlock input[type="password"] {
    display: block;
    margin-top: 5px;
    min-height: 30px;
    width: 120px;
}

.admin-heading-unlock .admin-unlock-button {
    margin-bottom: 5px;
    min-height: 32px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.admin-tabs {
    border-bottom: 1px solid #ded6cc;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 22px;
}

.admin-tabs a {
    color: #00486c;
    display: inline-block;
    font-weight: 700;
    padding: 10px 14px;
    text-decoration: none;
}

.admin-tabs a.active {
    background: #00486c;
    color: #fff;
}

.admin-summary {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 22px 0 34px;
}

.admin-summary div:nth-child(1) {
    order: 5;
}

.admin-summary div:nth-child(2) {
    order: 6;
}

.admin-summary div:nth-child(3) {
    order: 1;
}

.admin-summary div:nth-child(4) {
    order: 2;
}

.admin-summary div:nth-child(5) {
    order: 3;
}

.admin-summary div:nth-child(6) {
    order: 4;
}

.admin-summary div {
    background: #fff;
    border: 1px solid #ded6cc;
    padding: 16px;
}

.admin-summary strong,
.admin-summary span {
    display: block;
}

.admin-summary strong {
    color: #00486c;
    font-size: 24px;
    line-height: 1.2;
}

.admin-summary span {
    color: #5e5a52;
    font-size: 13px;
    margin-top: 4px;
}

.admin-attention-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 28px;
}

.admin-attention-card {
    background: #fff;
    border: 1px solid #ded6cc;
    border-left: 4px solid #6f8793;
    min-height: 118px;
    padding: 12px 14px;
}

.admin-attention-ok {
    border-left-color: #6f8f68;
}

.admin-attention-warning {
    border-left-color: #b47a2b;
}

.admin-attention-danger {
    border-left-color: #8f1f1f;
}

.admin-attention-header {
    align-items: baseline;
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.admin-attention-header strong {
    color: #00486c;
    font-size: 24px;
    line-height: 1;
}

.admin-attention-header span {
    color: #222;
    font-size: 14px;
    font-weight: 700;
}

.admin-attention-card p {
    color: #5e5a52;
    margin: 0;
}

.admin-attention-subtitle {
    color: #3d3a34;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 4px;
}

.admin-attention-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-attention-card li {
    margin-bottom: 7px;
}

.admin-attention-card a {
    color: #003f5e;
    font-weight: 700;
    text-decoration: none;
}

.admin-attention-card li span {
    color: #5e5a52;
    display: block;
    font-size: 12px;
}

.admin-attention-link {
    display: inline-block;
    margin-top: 4px;
}

.calendar-controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.calendar-scroll {
    border: 1px solid #ded6cc;
    max-height: 72vh;
    overflow-x: auto;
    overflow-y: auto;
}

.admin-calendar {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    min-width: 6720px;
    table-layout: fixed;
}

.calendar-col-room {
    width: 51px;
}

.calendar-col-type {
    width: 125px;
}

.calendar-col-option {
    width: 128px;
}

.calendar-col-date {
    width: 72px;
}

.admin-calendar th,
.admin-calendar td {
    background: #fff;
    border-right: 1px solid #ded6cc;
    overflow: hidden;
    padding: 5px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-calendar th {
    padding: 7px 8px;
    position: sticky;
    top: 0;
    z-index: 5;
}

.admin-calendar th:nth-child(1),
.admin-calendar td:nth-child(1) {
    left: 0;
    position: sticky;
    text-align: center;
    width: 51px;
    z-index: 6;
}

.admin-calendar th:nth-child(2),
.admin-calendar td:nth-child(2) {
    left: 51px;
    position: sticky;
    width: 125px;
    z-index: 6;
}

.admin-calendar th:nth-child(3),
.admin-calendar td:nth-child(3) {
    left: 176px;
    position: sticky;
    width: 128px;
    z-index: 6;
}

.admin-calendar th:nth-child(1),
.admin-calendar th:nth-child(2),
.admin-calendar th:nth-child(3) {
    z-index: 8;
}

.admin-calendar tbody tr.calendar-room-occupied > td:nth-child(-n+3) {
    background: #edf7ea !important;
}

.admin-calendar tbody tr.calendar-room-dirty > td:nth-child(-n+3) {
    background: #fdeaea !important;
}

.calendar-cell {
    font-size: 11px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-calendar tbody td {
    font-size: 13px;
    line-height: 1.15;
}

.calendar-available {
    background: #fff;
}

.calendar-reserved {
    background: #dff0d8 !important;
}

.calendar-blocked {
    background: #f9d7a8 !important;
}

.calendar-reservation-button {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font: inherit;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.calendar-reservation-button:hover,
.calendar-reservation-button:focus {
    text-decoration: underline;
}

.calendar-legend {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
}

.calendar-reservation-modal[hidden] {
    display: none;
}

.calendar-reservation-modal {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.calendar-reservation-modal-backdrop {
    background: rgba(0, 24, 36, 0.48);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.calendar-reservation-dialog {
    background: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
    left: 50%;
    max-height: calc(100vh - 48px);
    max-width: 760px;
    overflow: auto;
    padding: 22px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw - 48px);
}

.calendar-reservation-dialog h3 {
    margin-top: 18px;
}

.calendar-reservation-dialog p {
    margin-bottom: 18px;
}

.calendar-reservation-detail-grid {
    margin-top: 12px;
}

@media (max-width: 900px) {
    .booking-starting-rates,
    .booking-grid,
    .booking-start-grid,
    .guest-grid,
    .admin-summary,
    .admin-attention-grid,
    .admin-block-form,
    .admin-special-rate-form,
    .admin-reservation-form,
    .admin-reservation-edit-form,
    .admin-reservation-filters,
    .admin-past-reservations-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .booking-calendar-months {
        grid-template-columns: 1fr;
    }

    .admin-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .booking-starting-rates,
    .booking-grid,
    .booking-start-grid,
    .guest-grid {
        grid-template-columns: 1fr;
    }

    .booking-option-summary {
        grid-column: auto;
    }

    .booking-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-summary,
    .admin-attention-grid,
    .admin-block-form,
    .admin-special-rate-form,
    .admin-reservation-form,
    .admin-reservation-edit-form,
    .admin-reservation-filters,
    .admin-past-reservations-form {
        grid-template-columns: 1fr;
    }

    .admin-detail-grid {
        grid-template-columns: 1fr;
    }
}

.booking-engine {
    background: #fbfaf7;
    padding: 26px 0 72px;
}

.booking-panel,
.booking-starting-rate {
    border-color: #ddd2c2;
    box-shadow: 0 14px 38px rgba(31, 27, 23, 0.08);
}

.booking-panel {
    background: #f7f4ef;
    border-radius: 8px;
    padding: 30px;
}

.booking-room-count-field,
.booking-room-fields-frame,
.booking-client-frame,
.booking-option-summary {
    border-color: #ddd2c2;
    border-radius: 8px;
}

.booking-room-count-field {
    background: #fbf8f2;
    box-shadow: 0 6px 18px rgba(31, 27, 23, 0.05);
}

.booking-room-stepper-btn {
    border-radius: 6px;
}

.booking-room-stepper-btn:focus,
.booking-calendar-nav:focus,
.booking-calendar-day:focus,
.booking-panel input:focus,
.booking-panel select:focus,
.booking-panel textarea:focus {
    border-color: #00486c;
    box-shadow: 0 0 0 3px rgba(0, 72, 108, 0.16);
    outline: 0;
}

.booking-starting-rates {
    gap: 14px;
    margin-bottom: 22px;
}

.booking-starting-rate {
    background: #f7f4ef;
    border-radius: 8px;
    min-height: 78px;
}

.booking-starting-rate strong {
    color: #00486c;
    font-size: 15px;
}

.booking-starting-rate span {
    color: #6b4f25;
    font-weight: 700;
}

.booking-room-heading {
    color: #00486c;
    margin-left: 23px;
}

@media (min-width: 621px) {
    .booking-room-block .booking-required-label {
        display: inline-block;
        transform: translateX(3px);
    }
}

.booking-room-fields-frame,
.booking-client-frame {
    background: #fbf8f2;
    padding: 20px;
}

.booking-panel input,
.booking-panel select,
.booking-panel textarea {
    background: #fff;
    border-color: #cbbda9;
    border-radius: 6px;
    color: #24211d;
}

.booking-panel select {
    background-image: linear-gradient(45deg, transparent 50%, #00486c 50%), linear-gradient(135deg, #00486c 50%, transparent 50%);
    background-position: calc(100% - 18px) 20px, calc(100% - 12px) 20px;
    background-repeat: no-repeat;
    background-size: 6px 6px, 6px 6px;
    padding-right: 34px;
}

.booking-option-summary {
    background: #f8fbfc;
    border-left: 4px solid #b58e3e;
    line-height: 1.45;
}

.booking-panel .booking-calendar-panel:not([hidden]) {
    border-top-color: #e8dfd2;
    margin-top: 16px !important;
    padding-top: 18px !important;
}

.booking-calendar-nav {
    border-color: #cbbda9;
    border-radius: 8px;
    color: #00486c;
}

.booking-calendar-nav:hover {
    background: #00486c;
    border-color: #00486c;
    color: #fff;
}

.booking-calendar-month h3 {
    color: #2f2b26;
    font-size: 18px;
}

.booking-calendar-weekday {
    color: #7a6f62;
}

.booking-calendar-empty,
.booking-calendar-day {
    min-height: 76px;
}

.booking-calendar-empty {
    background: #f7f2eb;
}

.booking-calendar-day {
    border-color: #ded5ca;
    border-radius: 0;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.booking-calendar-day span {
    color: #7b623d;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.booking-calendar-day:hover {
    box-shadow: inset 0 0 0 2px #00486c;
}

.booking-calendar-day-disabled:hover,
.booking-calendar-day-unavailable:hover {
    border-color: #ded5ca;
    box-shadow: none;
}

.booking-calendar-day-start span,
.booking-calendar-day-end span {
    color: #fff;
}

.booking-calendar-day-range {
    background: #e8f4f2;
}

.booking-validation-message {
    border-radius: 8px;
}

.booking-actions {
    background: #fbf8f2;
    border: 1px solid #e0d5c5;
    border-radius: 8px;
    padding: 18px;
}

.booking-actions p {
    color: #4c453c;
    font-weight: 500;
    margin-left: 9px;
}

.booking-actions .btn-main {
    border-radius: 8px;
    min-height: 48px;
    min-width: 190px;
}

.booking-actions #booking_submit {
    left: -5px;
    position: relative;
}

@media (max-width: 900px) {
    .page .page-header::before {
        display: none !important;
    }

    .booking-panel {
        padding: 24px;
    }

    .booking-starting-rates {
        gap: 6px !important;
        margin-bottom: 14px !important;
    }

    .booking-starting-rate {
        min-height: 42px !important;
        padding: 6px 8px !important;
        text-align: center !important;
    }

    .booking-starting-rate strong {
        font-size: 11px !important;
        line-height: 1.08 !important;
        margin-bottom: 1px !important;
    }

    .booking-starting-rate span {
        font-size: 10px !important;
        line-height: 1.05 !important;
    }

    .booking-calendar-empty,
    .booking-calendar-day {
        min-height: 70px;
    }
}

/* Reservation header lock: keep the tuned reservations header stable while the shared site header is matched to it. */
header {
    background: linear-gradient(180deg, #005578 0%, #00486c 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 26px rgba(0, 38, 57, 0.16);
}

nav.navigation-top {
    margin-bottom: 2px;
    margin-top: 0;
}

nav.navigation-top .box,
nav.navigation-main .navigation-block ul li a {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

nav.navigation-top .box {
    opacity: 0.92;
}

nav.navigation-top .box:hover,
nav.navigation-main .navigation-block ul li > a:hover {
    color: #ffffff;
    opacity: 0.78;
}

nav.navigation-main .navigation-block > ul > li > a {
    padding-bottom: 19px;
    padding-top: 19px;
}

nav.navigation-main .logo {
    filter: drop-shadow(0 6px 12px rgba(0, 38, 57, 0.22));
}

@media (min-width: 992px) {
    header {
        box-shadow: 0 12px 30px rgba(0, 38, 57, 0.22);
    }

    header .container {
        max-width: 1540px;
        width: calc(100% - 52px);
    }

    nav.navigation-top {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding: 13px 0 10px;
    }

    nav.navigation-top .navigation-top-right {
        transform: translateX(3px);
    }

    nav.navigation-top .navigation-top-right .box {
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 999px;
        margin-left: 8px;
        padding: 6px 12px;
    }

    nav.navigation-top .navigation-top-left .box {
        align-items: center;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 50%;
        display: inline-flex;
        height: 28px;
        justify-content: center;
        margin-right: 8px;
        padding: 0;
        width: 28px;
    }

    nav.navigation-main {
        min-height: 74px;
    }

    nav.navigation-main .navigation-right {
        transform: translateX(-14px);
    }

    nav.navigation-main .navigation-right > li:nth-child(-n+2) {
        transform: translateX(-3px);
    }

    nav.navigation-main .navigation-right > li:first-child {
        transform: translateX(-13px);
    }

    nav.navigation-main .navigation-block > ul > li > a {
        padding: 24px 18px 22px;
        position: relative;
    }

    nav.navigation-main .navigation-block > ul > li > a::after {
        background: rgba(255, 255, 255, 0.72);
        bottom: 13px;
        content: "";
        height: 2px;
        left: 18px;
        opacity: 0;
        position: absolute;
        right: 18px;
        transform: translateY(3px);
        transition: opacity 0.18s ease, transform 0.18s ease;
    }

    nav.navigation-main .navigation-block > ul > li > a:hover::after {
        opacity: 1;
        transform: translateY(0);
    }

    nav.navigation-main .logo {
        background: transparent;
        border: 0;
        border-radius: 0;
        bottom: 5px;
        height: 116px;
        padding: 0;
        width: 152px;
    }

    nav.navigation-main .logo::before {
        background: #00486c;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        top: 64px;
        transform: translateX(-50%);
        width: 180px;
        z-index: -1;
    }

    header.sticked {
        box-shadow: 0 10px 24px rgba(0, 38, 57, 0.28);
    }

    header.sticked nav.navigation-top {
        margin-top: -52px;
    }

    header.sticked nav.navigation-main .logo {
        background: #00486c;
        border-radius: 50%;
        bottom: -36px;
        box-shadow: 0 8px 22px rgba(0, 38, 57, 0.32);
        height: 94px;
        padding: 8px;
        width: 94px;
    }

    header.sticked nav.navigation-main .logo::before {
        display: none;
    }

    header.sticked nav.navigation-main .logo img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 620px) {
    .page .page-header {
        margin-bottom: 0;
        min-height: 220px;
        padding-bottom: 42px !important;
        padding-top: 64px !important;
    }

    .page .page-header::before {
        background:
            linear-gradient(90deg, rgba(0, 38, 57, 0.64), rgba(0, 38, 57, 0.34)),
            linear-gradient(180deg, rgba(0, 38, 57, 0.1), rgba(0, 38, 57, 0.54)) !important;
    }

    .page .page-header .container {
        padding-left: 22px;
        padding-right: 22px;
        transform: translateY(14px);
    }

    .page .page-header .title {
        font-size: 40px;
        line-height: 1.05;
        margin: 0 auto 14px;
        white-space: normal;
        text-align: center;
        text-transform: none;
        transform: none;
    }

    .page .page-header p {
        font-size: 16px;
    }

    .booking-engine {
        padding: 22px 0 42px;
    }

    .booking-panel {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 18px 15px;
    }

    .booking-starting-rates {
        gap: 6px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 14px;
    }

    .booking-starting-rate {
        min-height: 42px;
        padding: 6px 8px;
        text-align: center;
    }

    .booking-starting-rate strong {
        font-size: 11px;
        line-height: 1.08;
        margin-bottom: 1px;
    }

    .booking-starting-rate span {
        font-size: 10px;
        line-height: 1.05;
    }

    .booking-room-count-field {
        align-items: center;
        display: flex !important;
        justify-content: space-between;
        margin-bottom: 18px;
        margin-top: -2px;
        width: 100%;
    }

    .booking-room-count-field span {
        line-height: 1.2;
        padding-left: 5px;
        text-align: left;
    }

    .booking-room-stepper {
        flex: 0 0 auto;
        transform: translateX(-5px);
    }

    .booking-room-fields-frame,
    .booking-client-frame {
        padding: 14px;
    }

    .booking-grid {
        gap: 12px;
    }

    .booking-room-heading {
        font-size: 16px;
        line-height: 1.25;
        margin-left: 19px;
        margin-bottom: 10px;
        text-align: left;
    }

    .booking-room-block .booking-grid label,
    .booking-client-frame label,
    .booking-client-frame .full-field,
    .booking-interest-group legend {
        line-height: 1.25;
        margin-bottom: 0;
        text-align: left;
    }

    .booking-client-frame .booking-client-label-text,
    .booking-client-frame .booking-interest-group legend,
    .booking-client-frame .booking-interest-group input[type="checkbox"] {
        transform: none;
    }

    .booking-client-frame .booking-client-label-text,
    .booking-client-frame .booking-interest-group legend,
    .booking-interest-group label {
        transform: translateX(5px);
    }

    .booking-required-label,
    .booking-client-label-text {
        display: inline-block;
        line-height: 1.25;
    }

    .booking-room-block .booking-required-label {
        transform: translateX(5px);
    }

    .booking-interest-group legend {
        margin-bottom: 11px;
    }

    .booking-panel input,
    .booking-panel select,
    .booking-panel textarea {
        font-size: 16px;
        min-height: 48px;
    }

    .booking-option-summary {
        font-size: 13px;
        line-height: 1.35;
        margin-top: 12px;
        min-height: 0;
        padding: 10px;
        text-align: center;
    }

    .booking-option-summary:not(.booking-option-summary-placeholder) {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: center;
    }

    .booking-option-summary:not(.booking-option-summary-placeholder) span:not(.booking-option-detail-dot) {
        background: #fff;
        border: 1px solid #e0d5c5;
        border-radius: 999px;
        color: #3d3a34;
        display: inline-flex;
        font-size: 12px;
        line-height: 1.15;
        padding: 5px 8px;
        text-align: center;
    }

    .booking-option-summary .booking-option-detail-dot {
        display: none;
    }

    .booking-calendar-toolbar {
        align-items: center;
        gap: 10px;
        grid-template-columns: 38px 1fr 38px;
    }

    .booking-calendar-toolbar p {
        font-size: 13px;
        line-height: 1.25;
    }

    .booking-calendar-nav {
        height: 38px;
        width: 38px;
    }

    .booking-calendar-months {
        gap: 20px;
    }

    .booking-calendar-month h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .booking-calendar-weekday {
        font-size: 11px;
    }

    .booking-calendar-empty,
    .booking-calendar-day {
        min-height: 54px;
    }

    .booking-calendar-day {
        align-items: center;
        gap: 3px;
        justify-content: center;
        padding: 6px 2px;
        text-align: center;
    }

    .booking-calendar-day strong {
        font-size: 15px;
        line-height: 1;
    }

    .booking-calendar-day span {
        font-size: 10px;
        line-height: 1.05;
        text-align: center;
        width: 100%;
    }

    .booking-interest-group label {
        align-items: center;
        display: flex;
        gap: 9px;
        line-height: 1.3;
        margin: 0 0 9px;
        width: 100%;
    }

    .booking-panel .booking-interest-group input[type="checkbox"] {
        flex: 0 0 24px;
        margin: 0;
    }

    .booking-interest-group .booking-client-label-text {
        display: block;
        line-height: 24px;
    }

    .booking-actions {
        align-items: stretch;
        display: flex;
        flex-direction: column-reverse;
        gap: 14px;
        margin-top: 18px;
        padding: 14px;
        text-align: left;
    }

    .booking-actions p {
        font-size: 13px;
        line-height: 1.35;
        margin-left: -1px;
        margin-right: 1px;
        transform: none;
        text-align: center;
    }

    .booking-actions .btn-main {
        text-align: center;
        width: 100%;
    }

    .booking-result {
        min-height: auto;
        padding: 82px 15px 42px;
    }

    .result-card {
        padding: 24px 18px;
        width: 100%;
    }
}

/* Reservation chrome: loaded last so the reservas module matches the public site shell. */
body.reservation-chrome footer {
    background: linear-gradient(180deg, rgba(0, 60, 84, 0.96) 0%, rgba(0, 32, 48, 1) 100%), #003c54 !important;
    padding: 28px 0 24px !important;
}

body.reservation-chrome footer .container {
    max-width: 1540px;
}

body.reservation-chrome footer .footer-links {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body.reservation-chrome footer .footer-left,
body.reservation-chrome footer .footer-right {
    color: rgba(255, 255, 255, 0.48) !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

body.reservation-chrome footer a {
    color: rgba(255, 255, 255, 0.94) !important;
    font-weight: 500 !important;
}

body.reservation-chrome footer a:hover {
    color: rgba(255, 255, 255, 0.68) !important;
}

body.reservation-chrome footer .footer-social .icons ul > li > a {
    align-items: center !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    height: 32px !important;
    justify-content: center !important;
    margin: 0 4px !important;
    padding: 0 !important;
    width: 32px !important;
}

body.reservation-chrome footer .footer-social .copyright {
    color: rgba(255, 255, 255, 0.88) !important;
}

body.reservation-chrome footer .footer-social img {
    max-height: 42px !important;
    opacity: 0.72 !important;
    width: auto !important;
}

body.reservation-chrome .floating-wpp,
body.reservation-chrome .floating-wpp-button,
body.reservation-chrome .floating-wpp-popup,
body.reservation-chrome [class*="uwac"],
body.reservation-chrome [id*="uwac"],
body.reservation-chrome [class*="whatsapp"],
body.reservation-chrome [id*="whatsapp"] {
    display: none !important;
}

@media (min-width: 992px) {
    body.reservation-chrome footer .container {
        width: calc(100% - 120px) !important;
    }

    body.reservation-chrome footer .footer-links .row {
        align-items: center !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
        display: flex !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-bottom: 22px !important;
    }

    body.reservation-chrome footer .footer-social .row {
        align-items: center !important;
        display: grid !important;
        grid-template-columns: 1fr auto 1fr !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-top: 20px !important;
    }

    body.reservation-chrome footer .footer-social .icons {
        grid-column: 1 !important;
        margin-top: 0 !important;
        text-align: left !important;
    }

    body.reservation-chrome footer .footer-social .copyright {
        grid-column: 2 !important;
        margin: 0 !important;
    }

    body.reservation-chrome footer .footer-social .text-center:last-child {
        grid-column: 3 !important;
        text-align: right !important;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul > li {
        position: relative;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul > li > a::after {
        background: rgba(255, 255, 255, 0.72);
        bottom: 13px;
        content: "";
        height: 2px;
        left: 50%;
        opacity: 0;
        position: absolute;
        right: auto;
        transform: translateX(-50%) translateY(3px);
        transition: opacity 0.18s ease, transform 0.18s ease;
        width: calc(100% - 36px);
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul > li > a:has(.open-dropdown)::after {
        margin-left: -20px;
        width: calc(100% - 52px);
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul > li > a:hover::after {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul li > ul {
        background: rgba(246, 239, 226, 0.98) !important;
        border: 1px solid rgba(0, 72, 108, 0.12) !important;
        border-radius: 8px !important;
        box-shadow: 0 18px 38px rgba(0, 38, 57, 0.18) !important;
        left: 50% !important;
        min-width: 190px !important;
        overflow: visible !important;
        padding: 8px !important;
        right: auto !important;
        transform: translateX(-50%) translateY(4px) !important;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul > li:has(.open-dropdown) > ul {
        transform: translateX(calc(-50% - 20px)) translateY(4px) !important;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul.navigation-left > li:first-child > ul {
        min-width: 170px !important;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul li > ul:before {
        background: rgba(246, 239, 226, 0.98);
        border-left: 1px solid rgba(0, 72, 108, 0.12);
        border-top: 1px solid rgba(0, 72, 108, 0.12);
        content: "";
        height: 14px;
        left: 50%;
        position: absolute;
        top: -7px;
        transform: translateX(-50%) rotate(45deg);
        width: 14px;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul li > ul:after {
        display: none !important;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul.navigation-right > li:first-child > ul:before {
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(45deg);
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul.navigation-right > li:nth-last-child(-n+2) > ul:before {
        left: auto;
        right: 26px;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul li > ul li {
        background: transparent !important;
        border-top: 0 !important;
        position: relative;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul li > ul li + li {
        border-top: 1px solid rgba(0, 72, 108, 0.08) !important;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul li > ul li a {
        background: transparent !important;
        border-radius: 6px !important;
        color: #33404c !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        letter-spacing: 0.01em !important;
        line-height: 1.35 !important;
        padding: 13px 14px !important;
        text-shadow: none !important;
        text-transform: none !important;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul li > ul li a:before {
        background: #b58e3e;
        border-radius: 999px;
        content: "";
        height: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: height 0.18s ease, opacity 0.18s ease;
        width: 3px;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul li > ul li:hover a {
        background: rgba(0, 85, 120, 0.07) !important;
        color: #00486c !important;
        transform: none !important;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul li > ul li:hover a:before {
        height: 22px;
        opacity: 1;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul li.hovered > ul,
    body.reservation-chrome nav.navigation-main .navigation-block > ul > li:hover > ul {
        transform: translateX(-50%) translateY(0) !important;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul > li:has(.open-dropdown).hovered > ul,
    body.reservation-chrome nav.navigation-main .navigation-block > ul > li:has(.open-dropdown):hover > ul {
        transform: translateX(calc(-50% - 20px)) translateY(0) !important;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul.navigation-left > li:first-child > a::after {
        left: -1px;
        margin-left: 0;
        transform: translateY(3px);
        width: 51px;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul.navigation-left > li:first-child > a:hover::after {
        transform: translateY(0);
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul.navigation-left > li:first-child > ul {
        transform: translateX(calc(-50% - 10px)) translateY(4px) !important;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul.navigation-left > li:first-child.hovered > ul,
    body.reservation-chrome nav.navigation-main .navigation-block > ul.navigation-left > li:first-child:hover > ul {
        transform: translateX(calc(-50% - 10px)) translateY(0) !important;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul.navigation-right > li:first-child > a::after {
        left: -1px;
        margin-left: 0;
        transform: translateY(3px);
        width: 113px;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul.navigation-right > li:first-child > a:hover::after {
        transform: translateY(0);
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul.navigation-right > li:first-child > ul {
        transform: translateX(calc(-50% - 8px)) translateY(4px) !important;
    }

    body.reservation-chrome nav.navigation-main .navigation-block > ul.navigation-right > li:first-child.hovered > ul,
    body.reservation-chrome nav.navigation-main .navigation-block > ul.navigation-right > li:first-child:hover > ul {
        transform: translateX(calc(-50% - 8px)) translateY(0) !important;
    }
}

@media (max-width: 620px) {
    body.reservation-chrome footer {
        padding: 28px 0 26px !important;
    }

    body.reservation-chrome footer .footer-links {
        padding-bottom: 18px !important;
    }

    body.reservation-chrome footer .footer-left,
    body.reservation-chrome footer .footer-right {
        font-size: 13px !important;
        line-height: 1.8 !important;
        text-align: center !important;
    }

    body.reservation-chrome footer .footer-right {
        margin-top: 8px !important;
    }

    body.reservation-chrome footer .footer-social .icons {
        margin-top: 20px !important;
    }

    body.reservation-chrome footer .footer-social .copyright {
        line-height: 1.4 !important;
        margin-bottom: 16px !important;
        margin-top: 16px !important;
    }

    body.reservation-chrome footer .footer-social img {
        max-height: 36px !important;
    }
}
