:root {
    --v2-ink: #111111;
    --v2-ink-soft: #2a2a2a;
    --v2-paper: #f5f3ee;
    --v2-white: #ffffff;
    --v2-line: #dedbd3;
    --v2-muted: #686762;
    --v2-accent: #1e65d6;
    --v2-accent-dark: #164da5;
    --v2-success: #12623c;
    --v2-danger: #9d2d2d;
    --v2-radius: 24px;
    --v2-radius-lg: 34px;
    --v2-shadow: 0 26px 70px rgba(0, 0, 0, 0.10);
}

html.theme-v2 {
    scroll-padding-top: 92px;
}

body.room-theme-v2 {
    background: var(--v2-paper) !important;
    color: var(--v2-ink) !important;
    font-family: "DM Sans", sans-serif !important;
}

.room-theme-v2 :focus-visible {
    outline: 3px solid #78a9f5 !important;
    outline-offset: 3px;
}

.room-theme-v2 .room-v2-nav {
    background: rgba(17, 17, 17, 0.96) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: var(--v2-white);
}

.room-theme-v2 .room-v2-nav > div:first-child {
    min-height: 76px;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.room-theme-v2 .room-v2-nav > div:first-child > a:first-child {
    color: var(--v2-white);
    font-family: "DM Sans", sans-serif;
    letter-spacing: -0.065em !important;
}

.room-theme-v2 .room-v2-nav > div:first-child > a:first-child::first-letter {
    letter-spacing: -0.08em;
}

.room-theme-v2 .room-v2-nav .room-v2-nav-cta,
.room-theme-v2 .room-v2-nav .room-v2-mobile-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    background: var(--v2-white);
    color: var(--v2-ink) !important;
    font-weight: 700;
}

.room-theme-v2 .room-v2-mobile-cta {
    margin-top: 6px;
}

.room-theme-v2 .room-v2-account-link {
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 700;
    text-decoration: none;
}

.room-theme-v2 .room-v2-account-link:hover {
    color: var(--v2-white) !important;
}

.room-theme-v2 main {
    background: var(--v2-paper);
    color: var(--v2-ink);
}

.room-theme-v2 main > [class*="pt-24"],
.room-theme-v2 main > [class*="pt-32"] {
    padding-top: 128px !important;
}

.room-theme-v2 main h1,
.room-theme-v2 main h2:not(.font-bold.text-xl),
.room-theme-v2 main .prose h1,
.room-theme-v2 main .prose h2 {
    color: var(--v2-ink) !important;
}

.room-theme-v2 main h1,
.room-theme-v2 main > div > h1,
.room-theme-v2 main .prose > h1 {
    font-family: "Newsreader", serif !important;
    font-weight: 400 !important;
    letter-spacing: -0.045em !important;
}

.room-theme-v2 main [class*="text-room-light"],
.room-theme-v2 main [class*="text-[#8a8b99]"] {
    color: var(--v2-muted) !important;
}

.room-theme-v2 main [class*="border-room-gray"],
.room-theme-v2 main [class*="border-[#28282c]"] {
    border-color: var(--v2-line) !important;
}

.room-theme-v2 main [class*="bg-[#15151a]"],
.room-theme-v2 main [class*="bg-[#1c1c22]"],
.room-theme-v2 main [class*="bg-room-dark/40"] {
    background-color: var(--v2-white) !important;
}

.room-theme-v2 main input:not([type="checkbox"]):not([type="radio"]),
.room-theme-v2 main select,
.room-theme-v2 main textarea {
    border-color: #c9c5bc !important;
    background: var(--v2-white) !important;
    color: var(--v2-ink) !important;
}

.room-theme-v2 main input::placeholder,
.room-theme-v2 main textarea::placeholder {
    color: #8f8c84 !important;
}

.room-theme-v2 main input:focus,
.room-theme-v2 main select:focus,
.room-theme-v2 main textarea:focus {
    border-color: var(--v2-accent) !important;
    box-shadow: 0 0 0 3px rgba(30, 101, 214, 0.12);
}

.room-theme-v2 main a[class*="text-[#0099ff]"],
.room-theme-v2 main [class*="text-room-accent"] {
    color: var(--v2-accent) !important;
}

.room-theme-v2 main [class*="bg-room-accent"],
.room-theme-v2 main [class*="bg-[#0099ff]"] {
    background: var(--v2-accent) !important;
}

.room-theme-v2 main [class*="bg-room-accent"]:hover,
.room-theme-v2 main [class*="bg-[#0099ff]"]:hover {
    background: var(--v2-accent-dark) !important;
}

/* Unit page */
.room-theme-v2 main > div.pt-24 {
    max-width: 1240px !important;
}

.room-theme-v2 main > div.pt-24 > div:first-child a {
    color: var(--v2-muted) !important;
}

.room-theme-v2 main > div.pt-24 > section:first-of-type > div:first-child {
    align-items: flex-end;
}

.room-theme-v2 main > div.pt-24 > section:first-of-type h1 {
    font-size: clamp(46px, 6vw, 72px) !important;
    line-height: 0.98 !important;
}

.room-theme-v2 main > div.pt-24 > section:first-of-type [class*="text-room-light"] {
    color: #5f5d57 !important;
}

.room-theme-v2 main > div.pt-24 > section:first-of-type [class*="rounded-[2rem]"] {
    box-shadow: var(--v2-shadow);
}

.room-theme-v2 main > div.pt-24 > section:first-of-type > div:last-child > div {
    background: var(--v2-white) !important;
    border-color: var(--v2-line) !important;
    color: var(--v2-muted) !important;
}

.room-theme-v2 main > div.pt-24 > div.flex > main h2 {
    font-family: "Newsreader", serif !important;
    font-size: clamp(32px, 4vw, 46px) !important;
    font-weight: 400 !important;
    letter-spacing: -0.035em;
}

.room-theme-v2 main > div.pt-24 > div.flex > main .prose,
.room-theme-v2 main > div.pt-24 > div.flex > main .prose p {
    color: #4f4e49 !important;
}

.room-theme-v2 main > div.pt-24 > div.flex > main [class*="rounded-2xl"],
.room-theme-v2 main > div.pt-24 > div.flex > main [class*="rounded-3xl"] {
    background: var(--v2-white) !important;
    color: var(--v2-ink-soft) !important;
}

.room-theme-v2 main aside#reserva > div {
    border-color: var(--v2-line) !important;
    border-radius: var(--v2-radius) !important;
    background: var(--v2-white) !important;
    color: var(--v2-ink) !important;
    box-shadow: var(--v2-shadow) !important;
}

.room-theme-v2 main aside#reserva label {
    color: var(--v2-muted) !important;
}

.room-theme-v2 main aside#reserva button[type="submit"] {
    min-height: 54px;
    border-radius: 999px !important;
    background: var(--v2-accent) !important;
    box-shadow: none !important;
}

.room-theme-v2 main aside#reserva button[type="submit"]:hover {
    background: var(--v2-accent-dark) !important;
}

.room-theme-v2 .flatpickr-calendar {
    border: 1px solid var(--v2-line) !important;
    background: var(--v2-white) !important;
    color: var(--v2-ink) !important;
    box-shadow: var(--v2-shadow) !important;
}

.room-theme-v2 .flatpickr-day,
.room-theme-v2 .flatpickr-months .flatpickr-month,
.room-theme-v2 .flatpickr-current-month .flatpickr-monthDropdown-months,
.room-theme-v2 span.flatpickr-weekday {
    color: var(--v2-ink) !important;
}

.room-theme-v2 .flatpickr-day.selected,
.room-theme-v2 .flatpickr-day.startRange,
.room-theme-v2 .flatpickr-day.endRange {
    border-color: var(--v2-accent) !important;
    background: var(--v2-accent) !important;
    color: var(--v2-white) !important;
}

.room-theme-v2 .flatpickr-day.today:not(.selected) {
    border-color: var(--v2-ink) !important;
    background: #edf3ef !important;
    color: var(--v2-ink) !important;
    font-weight: 800 !important;
    box-shadow: inset 0 0 0 1px var(--v2-ink);
}

.room-v2-calendar-context {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: -3px 2px 1px;
    color: var(--v2-muted);
    font-size: 12px;
    line-height: 1.45;
}

.room-v2-calendar-context strong {
    color: var(--v2-ink);
    font-weight: 800;
}

.room-v2-calendar-context strong::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--v2-success);
}

.room-v2-flatpickr-reference {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 13px;
    border-top: 1px solid var(--v2-line);
    background: #f7f5f0;
    color: var(--v2-muted);
    font: 11px/1.35 "DM Sans", sans-serif;
}

.room-v2-flatpickr-reference strong {
    color: var(--v2-ink);
}

@media (max-width: 640px) {
    .room-v2-calendar-context {
        display: block;
    }

    .room-v2-calendar-context span {
        display: block;
        margin: 3px 0 0 14px;
    }
}

/* FAQ, terms and forms that use the shared shell */
.room-theme-v2 main > div.pt-32 {
    max-width: 980px !important;
}

.room-theme-v2 main > div.pt-32 h1 {
    font-size: clamp(46px, 7vw, 72px) !important;
    line-height: 0.98 !important;
}

.room-theme-v2 .faq-item {
    border-color: var(--v2-line) !important;
    border-radius: 18px !important;
    background: var(--v2-white) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.035);
}

.room-theme-v2 .faq-item h3,
.room-theme-v2 .faq-item strong,
.room-theme-v2 .prose strong,
.room-theme-v2 .prose h3 {
    color: var(--v2-ink) !important;
}

.room-theme-v2 .faq-item p,
.room-theme-v2 .prose,
.room-theme-v2 .prose p,
.room-theme-v2 .prose li {
    color: #4f4e49 !important;
}

.room-theme-v2 .prose > div,
.room-theme-v2 main > div.pt-32 section {
    border-color: var(--v2-line) !important;
}

/* Shared V2 footer */
.room-v2-footer {
    margin-top: 0;
    padding: 76px 0 26px;
    background: #0d0d0d;
    color: var(--v2-white);
}

.room-v2-footer-grid,
.room-v2-footer-bottom {
    width: min(1240px, calc(100% - 40px));
    margin-inline: auto;
}

.room-v2-footer-grid {
    display: grid;
    grid-template-columns: 1.55fr repeat(3, 1fr);
    gap: 58px;
    padding-bottom: 58px;
}

.room-v2-footer-logo {
    display: inline-block;
    margin-bottom: 22px;
    color: var(--v2-white);
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.065em;
}

.room-v2-footer-logo span {
    color: #79a8f0;
}

.room-v2-footer-brand > p {
    max-width: 350px;
    margin: 0;
    color: #a8a8a5;
    font-size: 14px;
    line-height: 1.65;
}

.room-v2-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 22px;
}

.room-v2-footer a {
    color: #d1d1ce;
    text-decoration: none;
}

.room-v2-footer a:hover {
    color: var(--v2-white);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.room-v2-footer h4 {
    margin: 0 0 20px;
    color: #8f8f8c;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.room-v2-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.room-v2-footer li + li {
    margin-top: 14px;
}

.room-v2-footer li a,
.room-v2-footer-contact a {
    font-size: 14px;
}

.room-v2-footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    padding-top: 26px;
    border-top: 1px solid #2a2a2a;
    color: #8f8f8c;
    font-size: 11px;
}

.room-v2-footer-bottom p {
    margin: 0;
}

.room-v2-footer-bottom p:last-child {
    text-align: right;
}

.room-v2-footer-language {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Booking details page */
.room-v2-booking-page {
    background: var(--v2-paper) !important;
    color: var(--v2-ink) !important;
    font-family: "DM Sans", sans-serif !important;
}

.room-v2-booking-page .room-v2-checkout-header {
    background: #111 !important;
    border-color: #2d2d2d !important;
    color: var(--v2-white);
}

.room-v2-booking-page .room-v2-checkout-header > div {
    min-height: 72px;
    max-width: 1240px !important;
}

.room-v2-booking-page .room-v2-checkout-header a {
    color: #d1d1ce !important;
}

.room-v2-booking-page .room-v2-checkout-header h1 {
    letter-spacing: -0.055em !important;
}

.room-v2-booking-progress {
    border-bottom: 1px solid var(--v2-line);
    background: var(--v2-white);
}

.room-v2-progress-inner {
    width: min(1160px, calc(100% - 40px));
    min-height: 66px;
    display: flex;
    align-items: center;
    gap: 42px;
    margin-inline: auto;
}

.room-v2-progress-inner span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #85827a;
    font-size: 13px;
    font-weight: 600;
}

.room-v2-progress-inner b {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c7c3b9;
    border-radius: 50%;
    font-size: 11px;
}

.room-v2-progress-inner .is-active {
    color: var(--v2-ink);
}

.room-v2-progress-inner .is-active b {
    border-color: var(--v2-accent);
    background: var(--v2-accent);
    color: var(--v2-white);
}

.room-v2-booking-main {
    max-width: 1240px !important;
    padding-top: 68px !important;
    padding-bottom: 110px !important;
}

.room-v2-page-heading {
    max-width: 760px;
    margin-bottom: 46px;
}

.room-v2-page-heading .room-v2-eyebrow {
    margin: 0 0 12px;
    color: var(--v2-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.room-v2-page-heading h2 {
    margin: 0 !important;
    color: var(--v2-ink) !important;
    font-family: "Newsreader", serif;
    font-size: clamp(46px, 6vw, 68px) !important;
    font-weight: 400 !important;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.room-v2-page-heading > p:last-child {
    max-width: 680px;
    margin: 18px 0 0;
    color: var(--v2-muted);
    font-size: 16px;
    line-height: 1.65;
}

.room-v2-booking-main > div.flex {
    gap: 30px !important;
    align-items: flex-start;
}

.room-v2-booking-main > div.flex > div:first-child > div,
.room-v2-booking-main > div.flex > div:last-child > div {
    border-color: var(--v2-line) !important;
    border-radius: var(--v2-radius) !important;
    background: var(--v2-white) !important;
    color: var(--v2-ink) !important;
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.055) !important;
}

.room-v2-booking-main > div.flex > div:first-child > div {
    padding: 34px !important;
}

.room-v2-booking-main h3,
.room-v2-booking-main h4,
.room-v2-booking-main .font-bold {
    color: var(--v2-ink);
}

.room-v2-booking-main [class*="border-[#28282c]"] {
    border-color: var(--v2-line) !important;
}

.room-v2-booking-main [class*="text-[#8a8b99]"],
.room-v2-booking-main [class*="text-[#d0d1db]"] {
    color: var(--v2-muted) !important;
}

.room-v2-booking-main [class*="bg-[#101014]"],
.room-v2-booking-main [class*="bg-[#1c1c22]"] {
    background: #f8f6f1 !important;
}

.room-v2-booking-main input:not([type="checkbox"]),
.room-v2-booking-main select,
.room-v2-booking-main textarea {
    min-height: 54px;
    border-color: #c8c4bb !important;
    border-radius: 13px !important;
    background: var(--v2-white) !important;
    color: var(--v2-ink) !important;
}

.room-v2-booking-main input:focus,
.room-v2-booking-main select:focus,
.room-v2-booking-main textarea:focus {
    border-color: var(--v2-accent) !important;
    box-shadow: 0 0 0 3px rgba(30, 101, 214, 0.12);
}

.room-v2-booking-main #btn_apply_coupon {
    border-color: var(--v2-ink) !important;
    border-radius: 13px !important;
    background: var(--v2-ink) !important;
    color: var(--v2-white) !important;
}

.room-v2-booking-main #terms {
    accent-color: var(--v2-accent);
}

.room-v2-booking-main label a,
.room-v2-booking-main a[class*="text-[#0099ff]"] {
    color: var(--v2-accent) !important;
}

.room-v2-booking-main form button[type="submit"] {
    min-height: 58px;
    border-radius: 999px !important;
    background: var(--v2-accent) !important;
    color: var(--v2-white) !important;
    box-shadow: none !important;
}

.room-v2-booking-main form button[type="submit"]:hover {
    background: var(--v2-accent-dark) !important;
}

.room-v2-booking-main #summary_total {
    color: var(--v2-accent) !important;
}

.room-v2-booking-main [class*="text-green-400"] {
    color: var(--v2-success) !important;
}

.room-v2-booking-main [class*="text-red-400"] {
    color: var(--v2-danger) !important;
}

.room-v2-booking-main img {
    border-color: var(--v2-line) !important;
    border-radius: 14px !important;
}

/* Preserve contrast in legacy components when they are rendered in the light theme. */
.room-theme-v2 main form label[class*="bg-[#101014]"] {
    border-color: var(--v2-line) !important;
    background: #f8f6f1 !important;
    color: #3f3f3a !important;
}

.room-theme-v2 main form label[class*="bg-[#101014]"] input[type="checkbox"] {
    accent-color: var(--v2-accent);
}

.room-theme-v2 main > div[class*="pt-24"] span[class*="bg-room-dark/50"] {
    border-color: var(--v2-ink) !important;
    background: var(--v2-ink) !important;
    color: var(--v2-white) !important;
}

.room-v2-status-page {
    min-height: calc(100vh - 76px);
    display: grid;
    place-items: center;
    padding: 132px 24px 96px;
    background:
        radial-gradient(circle at 18% 0%, rgba(30, 101, 214, 0.08), transparent 34rem),
        var(--v2-sand);
}

.room-v2-status-card {
    width: min(680px, 100%);
    border: 1px solid var(--v2-line);
    border-radius: 28px;
    padding: clamp(30px, 6vw, 58px);
    background: var(--v2-white);
    color: var(--v2-ink);
    box-shadow: 0 24px 70px rgba(33, 31, 26, 0.11);
    text-align: center;
}

.room-v2-status-icon {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 24px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 700;
}

.room-v2-status-icon--success { background: #e6f4ec; color: #177447; }
.room-v2-status-icon--pending { background: #fff3d6; color: #986400; }
.room-v2-status-icon--failure { background: #fde9e7; color: #b3382f; }

.room-v2-status-eyebrow {
    color: var(--v2-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.room-v2-status-card h1 {
    margin: 12px 0 16px;
    font: 500 clamp(42px, 7vw, 64px)/.98 var(--v2-serif);
    letter-spacing: -.045em;
}

.room-v2-status-card > p {
    max-width: 540px;
    margin: 0 auto;
    color: var(--v2-muted);
    font-size: 17px;
    line-height: 1.65;
}

.room-v2-status-reference {
    margin: 26px 0 0;
    padding: 14px 16px;
    border: 1px solid var(--v2-line);
    border-radius: 14px;
    background: #f8f6f1;
    color: var(--v2-muted);
    font-size: 13px;
}

.room-v2-status-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.room-v2-status-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid var(--v2-ink);
    border-radius: 999px;
    color: var(--v2-ink);
    font-weight: 700;
    text-decoration: none;
}

.room-v2-status-actions a:first-child {
    border-color: var(--v2-accent);
    background: var(--v2-accent);
    color: #fff;
}

.room-v2-booking-footer {
    margin-top: 16px;
    padding: 54px 24px 26px;
    background: #0e0e0d;
    color: #fff;
}

.room-v2-booking-footer__inner {
    width: min(1152px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
}

.room-v2-booking-footer__inner > div {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.room-v2-booking-footer__brand > a {
    color: #fff;
    font-size: 25px !important;
    font-weight: 700;
    letter-spacing: -.055em;
}

.room-v2-booking-footer__brand p {
    max-width: 410px;
    color: #aaa9a4;
    line-height: 1.7;
}

.room-v2-booking-footer strong {
    margin-bottom: 4px;
    color: #77756f;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.room-v2-booking-footer a {
    color: #d5d3ce;
    font-size: 14px;
    text-decoration: none;
}

.room-v2-booking-footer a:hover { color: #fff; }

.room-v2-booking-footer__bottom {
    width: min(1152px, 100%);
    margin: 42px auto 0;
    padding-top: 20px;
    border-top: 1px solid #292927;
    color: #77756f;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .room-v2-footer-grid {
        grid-template-columns: 1.4fr repeat(2, 1fr);
    }

    .room-v2-footer-grid > div:last-child {
        grid-column: 2 / 4;
    }

    .room-v2-booking-main > div.flex {
        flex-direction: column-reverse !important;
    }

    .room-v2-booking-main > div.flex > div {
        width: 100% !important;
    }

    .room-v2-booking-main > div.flex > div:last-child > div {
        position: static !important;
    }
}

@media (max-width: 768px) {
    .room-theme-v2 main > [class*="pt-24"],
    .room-theme-v2 main > [class*="pt-32"] {
        padding-top: 112px !important;
    }

    .room-v2-progress-inner {
        gap: 14px;
        overflow-x: auto;
        padding: 0 2px;
    }

    .room-v2-progress-inner span {
        min-width: max-content;
    }

    .room-v2-booking-main {
        padding: 44px 18px 82px !important;
    }

    .room-v2-page-heading {
        margin-bottom: 32px;
    }

    .room-v2-page-heading h2 {
        text-align: left !important;
    }

    .room-v2-booking-main > div.flex > div:first-child > div {
        padding: 24px 20px !important;
    }

    .room-v2-booking-main form button[type="submit"] {
        padding-right: 14px !important;
        padding-left: 14px !important;
        font-size: 16px !important;
    }

    .room-v2-booking-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 38px 24px;
    }

    .room-v2-booking-footer__brand {
        grid-column: 1 / -1;
    }

    .room-v2-footer {
        padding-top: 58px;
    }

    .room-v2-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 42px 24px;
    }

    .room-v2-footer-brand {
        grid-column: 1 / -1;
    }

    .room-v2-footer-grid > div:last-child {
        grid-column: auto;
    }

    .room-v2-footer-bottom {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .room-v2-footer-bottom p:last-child {
        text-align: left;
    }
}

@media (max-width: 520px) {
    .room-theme-v2 .room-v2-nav > div:first-child {
        min-height: 68px;
    }

    .room-v2-progress-inner span {
        font-size: 12px;
    }

    .room-v2-progress-inner span:last-child {
        display: none;
    }

    .room-v2-footer-grid {
        grid-template-columns: 1fr;
    }

    .room-v2-footer-brand,
    .room-v2-footer-grid > div:last-child {
        grid-column: auto;
    }

    .room-v2-booking-footer__inner {
        grid-template-columns: 1fr;
    }

    .room-v2-booking-footer__brand {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .room-theme-v2 *,
    .room-theme-v2 *::before,
    .room-theme-v2 *::after,
    .room-v2-booking-page *,
    .room-v2-booking-page *::before,
    .room-v2-booking-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
