/*
Theme Name: Minh Nguyet Grand Hotel
Theme URI: https://example.com/minh-nguyet-grand-hotel
Author: Project Team
Description: Elementor-compatible WordPress theme scaffold for the Minh Nguyet Grand Hotel chain.
Version: 1.0.5
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: minh-nguyet-grand-hotel
*/

:root {
  --mn-navy: #071d35;
  --mn-navy-2: #0b2745;
  --mn-gold: #c9973b;
  --mn-gold-hover: #b9842f;
  --mn-gold-dark: #b87512;
  --mn-ivory: #faf7f0;
  --mn-cream: #f3ebdd;
  --mn-white: #ffffff;
  --mn-text: #1f2937;
  --mn-muted: #64748b;
  --mn-border: #e5ded2;
  --mn-radius-sm: 6px;
  --mn-radius: 12px;
  --mn-shadow: 0 12px 32px rgba(7, 29, 53, 0.08);
  --mn-font-serif: Georgia, 'Times New Roman', serif;
  --mn-font-sans: Arial, Helvetica, sans-serif;
  --mn-container: 1360px;
  --mn-header-height: 64px;
}

html { scroll-behavior: smooth; }

.mn-elementor-free-template { display: contents; }

/* Elementor containers ship with a 10px padding and 20px gap fallback. The
 * Saved Templates own their spacing through the approved theme profiles, so
 * neutralize only that generated fallback inside the Free shell. */
.mn-elementor-footer.e-con,
.mn-elementor-footer .e-con,
.mn-hotel-detail.e-con,
.mn-hotel-detail .e-con,
.mn-room-detail.e-con,
.mn-room-detail .e-con {
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --gap: 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}

.mn-elementor-footer.e-con {
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

body {
  margin: 0;
  color: var(--mn-text);
  background: var(--mn-white);
  font-family: var(--mn-font-sans);
}

img { max-width: 100%; height: auto; }

a { color: inherit; }

button,
input,
select,
textarea { font: inherit; }

.mn-container {
  width: min(calc(100% - 64px), var(--mn-container));
  margin-inline: auto;
}

.mn-site-main { min-height: 50vh; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mn-skip-link {
  position: absolute;
  top: 12px;
  left: -9999px;
}

.mn-skip-link:focus {
  left: 16px;
  z-index: 100000;
  padding: 10px 14px;
  background: var(--mn-white);
  color: var(--mn-navy);
}

:where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid var(--mn-gold);
  outline-offset: 3px;
}

.mn-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid var(--mn-gold);
  border-radius: var(--mn-radius-sm);
  background: var(--mn-gold);
  color: var(--mn-navy) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.mn-button:hover,
.mn-button:focus-visible {
  border-color: var(--mn-gold-hover);
  background: var(--mn-gold-hover);
}

.mn-fallback-header,
.mn-fallback-footer {
  background: var(--mn-navy);
  color: var(--mn-white);
}

.mn-header {
  position: relative;
  z-index: 30;
  background: var(--mn-navy);
  color: var(--mn-white);
  border-bottom: 1px solid rgba(250, 247, 240, 0.08);
}

.mn-header.e-con,
.mn-header .mn-header__inner.e-con {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  padding: 0;
}

.mn-header__inner {
  width: calc(100% - 48px);
  max-width: none;
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr) auto auto;
  align-items: center;
  min-height: 64px;
  gap: clamp(14px, 1.7vw, 30px);
}

.mn-header .mn-header__inner {
  width: calc(100% - 48px);
  margin-inline: auto;
}

.mn-header .mn-header__inner > .e-con-inner {
  --display: grid;
  display: grid;
  width: 100%;
  min-height: 64px;
  grid-template-columns: 256px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: clamp(14px, 1.7vw, 30px);
}

.mn-header__brand { min-width: 0; }

.mn-header__brand-link,
.mn-header__brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
  color: var(--mn-gold);
  font-family: var(--mn-font-serif);
  max-width: 184px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1.05;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}

/* One fallback brand and menu shell is shared by every route. Route styles
   must never resize or replace these header primitives. */
.mn-header__brand-link {
  width: 184px;
  height: 46px;
  gap: 10px;
}

.mn-header__brand-link::before {
  display: grid;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 2px solid var(--mn-gold);
  border-radius: 50%;
  color: var(--mn-gold);
  content: 'M';
  font-family: var(--mn-font-serif);
  font-size: 20px;
  line-height: 1;
}

.mn-header__brand-name {
  min-width: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.mn-header__brand-name::before {
  display: block;
  color: var(--mn-gold);
  content: 'MINH NGUYỆT\A GRAND HOTEL';
  font-family: var(--mn-font-serif);
  font-size: 16px;
  line-height: 18px;
  letter-spacing: .7px;
  white-space: pre;
}

.mn-header__brand .custom-logo {
  display: block;
  width: auto;
  max-height: 44px;
}

.mn-header__menu {
  display: flex;
  gap: clamp(12px, 1.6vw, 26px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.mn-header__menu-toggle { display: none; }

.mn-header__menu a {
  color: var(--mn-white);
  font-size: 13px;
  font-weight: 600;
  line-height: var(--mn-header-height);
  text-decoration: none;
  white-space: nowrap;
}

.mn-header__menu .current-menu-item > a,
.mn-header__menu a:hover { color: var(--mn-gold); }

.mn-header__utilities {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.mn-header__utilities-content {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  overflow: hidden;
}

.mn-header__utilities > .elementor-widget-container,
.mn-header__utilities .mn-widget-component {
  width: 100%;
  min-width: 0;
}

.mn-header__utility {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  gap: 6px;
  padding-inline: 12px;
  border: 1px solid rgba(250, 247, 240, 0.12);
  border-radius: 10px;
  min-width: 0;
  color: var(--mn-cream);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.mn-header__utility--static { color: #d5dde4; }

.mn-header__book {
  box-sizing: border-box;
  width: 148px;
  min-width: 148px;
  min-height: 44px;
  padding-inline: 22px;
  white-space: nowrap;
}

.mn-header__book.elementor-element {
  min-height: 0;
  padding-inline: 0;
}

.mn-header__booking-link {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding-inline: 22px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.mn-header .mn-header__inner > .e-con-inner > .mn-header__brand,
.mn-header .mn-header__inner > .e-con-inner > .mn-header__nav,
.mn-header .mn-header__inner > .e-con-inner > .mn-header__utilities,
.mn-header .mn-header__inner > .e-con-inner > .mn-header__book {
  height: auto;
  align-self: center;
}

body .mn-footer {
  display: flex;
  flex-direction: column;
  padding: 18px 0 0;
  background: var(--mn-navy);
  color: var(--mn-white);
}

.mn-elementor-footer .elementor-widget:not(:last-child) { margin-block-end: 0; }

.mn-footer .mn-container {
  box-sizing: border-box;
  width: min(calc(100% - 64px), var(--mn-container));
  max-width: var(--mn-container);
  margin-inline: auto;
}

.mn-footer .mn-footer__columns {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .8fr) minmax(0, .9fr) minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 16px;
  padding: 0 0 12px;
}

.mn-footer__column {
  box-sizing: border-box;
  width: auto;
  min-width: 0;
  max-width: none;
  padding: 0;
  --width: auto;
}

.mn-footer .mn-footer__menu-group,
.mn-footer .mn-footer__contact-summary {
  box-sizing: border-box;
  padding: 0;
}

.mn-footer .mn-footer__contact-summary { margin-top: 4px; }

.mn-footer h2,
.mn-footer-site-identity__heading,
.mn-footer-hotels__heading,
.mn-footer-contact__heading {
  margin: 0 0 6px;
  color: var(--mn-gold);
  font-family: var(--mn-font-sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.mn-footer p,
.mn-footer li,
.mn-footer a {
  color: #e4eaf0;
  font-size: 9px;
  line-height: 1.35;
}

.mn-footer .mn-footer__brand-copy,
.mn-footer .mn-footer__signup-copy {
  color: #e4eaf0;
  font-size: 9px;
  line-height: 1.35;
}

.mn-footer p { margin: 0 0 4px; }

.mn-footer a {
  overflow-wrap: anywhere;
  text-decoration: none;
}

.mn-footer a:hover { color: var(--mn-gold); }

.mn-footer :where(a, button):focus-visible {
  outline: 2px solid var(--mn-gold);
  outline-offset: 3px;
}

.mn-footer :where(ul, ol),
.mn-footer__menu,
.mn-footer-hotels__list,
.mn-footer-contact__list,
.mn-footer-social__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mn-footer__menu,
.mn-footer-hotels__list,
.mn-footer-contact__list {
  display: grid;
  gap: 3px;
}

.mn-footer-site-identity__brand { margin-bottom: 6px; }

.mn-footer-site-identity__brand a,
.mn-footer__brand-link {
  display: inline-block;
  color: var(--mn-gold) !important;
  font-family: var(--mn-font-serif);
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.mn-footer-site-identity__brand .custom-logo {
  display: block;
  width: auto;
  max-width: 150px;
  max-height: 38px;
}

.mn-footer-contact__availability { color: var(--mn-gold); }

.mn-footer-social__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 6px;
}

.mn-footer-social__item a {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(250, 247, 240, 0.2);
  border-radius: 50%;
}

.mn-footer__support-link {
  color: var(--mn-gold) !important;
  font-weight: 700;
}

.mn-footer__menu-state {
  color: #9eabb7 !important;
  font-style: italic;
}

.mn-footer__signup-link {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  min-height: 32px;
  grid-template-columns: minmax(28px, 1fr) minmax(72px, 42%);
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(250, 247, 240, 0.42);
  border-radius: 3px;
  background: var(--mn-gold);
  color: var(--mn-navy) !important;
}

.mn-footer__signup-field {
  min-width: 0;
  background: var(--mn-white);
  border-right: 1px solid rgba(7, 29, 53, 0.12);
}

.mn-footer__signup-label {
  display: grid;
  min-width: 0;
  place-items: center;
  padding: 4px 7px;
  color: var(--mn-navy);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-align: center;
}

.mn-footer .mn-footer__signup-cta {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  min-height: 32px;
  grid-template-columns: minmax(28px, 1fr) minmax(72px, 42%);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(250, 247, 240, 0.42);
  border-radius: 3px;
  background: var(--mn-white);
}

.mn-footer .mn-footer__signup-cta::before {
  content: "";
  min-width: 0;
  border-right: 1px solid rgba(7, 29, 53, 0.12);
  background: var(--mn-white);
}

.mn-footer .mn-footer__signup-cta .elementor-button-wrapper {
  display: grid;
  min-width: 0;
}

.mn-footer .mn-footer__signup-cta .elementor-button {
  display: grid;
  min-width: 0;
  min-height: 30px;
  place-items: center;
  padding: 4px 7px;
  border: 0;
  border-radius: 0;
  background: var(--mn-gold);
  color: var(--mn-navy);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-align: center;
  white-space: normal;
}

.mn-footer .mn-footer__bottom {
  display: flex;
  min-height: 26px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 7px 0 6px;
  border-top: 1px solid rgba(250, 247, 240, 0.16);
}

.mn-footer .mn-footer__copyright,
.mn-footer .mn-footer__copyright p {
  flex: 1 1 auto;
  margin: 0;
  color: #b7c1cb;
  font-size: 9px;
  line-height: 1.3;
  white-space: nowrap;
}

.mn-footer .mn-footer__payments {
  width: auto;
  flex: 0 0 auto;
  margin-left: auto;
}

.mn-footer__payments[hidden] { display: none; }

.mn-footer__payment-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.mn-footer__payment-item img {
  display: block;
  width: auto;
  height: 16px;
  max-width: 48px;
  object-fit: contain;
}

/* The compact 935–1024px approval viewport uses the values above. At wider
   desktops, preserve the same five-column composition without shrinking the
   editable Footer to an unreadable miniature. */
@media (min-width: 1181px) {
  body .mn-footer { padding-top: 28px; }

  .mn-footer .mn-footer__columns {
    gap: 28px;
    padding-bottom: 24px;
  }

  .mn-footer h2,
  .mn-footer-site-identity__heading,
  .mn-footer-hotels__heading,
  .mn-footer-contact__heading {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mn-footer p,
  .mn-footer li,
  .mn-footer a,
  .mn-footer .mn-footer__brand-copy,
  .mn-footer .mn-footer__signup-copy {
    font-size: 13px;
    line-height: 1.5;
  }

  .mn-footer-site-identity__brand { margin-bottom: 10px; }

  .mn-footer-site-identity__brand a,
  .mn-footer__brand-link { font-size: 20px !important; }

  .mn-footer-site-identity__brand .custom-logo {
    max-width: 190px;
    max-height: 58px;
  }

  .mn-footer__menu,
  .mn-footer-hotels__list,
  .mn-footer-contact__list { gap: 6px; }

  .mn-footer-social__list { gap: 8px; margin-top: 10px; }
  .mn-footer-social__item a { width: 30px; height: 30px; }

  .mn-footer__signup-link,
  .mn-footer .mn-footer__signup-cta { min-height: 42px; }
  .mn-footer__signup-label,
  .mn-footer .mn-footer__signup-cta .elementor-button { font-size: 12px; }

  .mn-footer .mn-footer__bottom {
    min-height: 42px;
    padding: 11px 0 9px;
  }

  .mn-footer .mn-footer__copyright,
  .mn-footer .mn-footer__copyright p { font-size: 12px; }
  .mn-footer__payment-item img { height: 20px; max-width: 60px; }
}

.mn-mobile-action { display: none; }

.mn-entry { padding-block: 48px; }

@media (max-width: 1180px) {
  .mn-header__inner { grid-template-columns: 130px minmax(320px, 1fr) 215px 112px; gap: 10px; }
  .mn-header .mn-header__inner > .e-con-inner { grid-template-columns: 130px minmax(320px, 1fr) 215px 112px; gap: 10px; }
  .mn-header__menu { justify-content: flex-start; gap: 12px; }
  .mn-header__menu a { font-size: 10px; }
  .mn-header__utilities { gap: 7px; }
  .mn-header__utilities-content { gap: 7px; }
  .mn-header__utility { max-width: 86px; min-height: 34px; padding-inline: 8px; overflow: hidden; font-size: 9px; text-overflow: ellipsis; }
  .mn-header__brand-link,
  .mn-header__brand .custom-logo-link { font-size: 9px; }
  .mn-header__brand-link { width: 130px; max-width: 130px; gap: 6px; }
  .mn-header__brand-link::before { width: 34px; height: 34px; flex-basis: 34px; font-size: 15px; }
  .mn-header__brand-name::before { font-size: 10px; line-height: 12px; letter-spacing: .3px; }
  .mn-header__book { box-sizing: border-box; width: 112px; min-width: 112px; padding-inline: 12px; font-size: 11px; }
  .mn-header__book.elementor-element { padding-inline: 0; }
  .mn-header__booking-link { padding-inline: 12px; font-size: 11px; }
}

@media (max-width: 900px) {
  .mn-container { width: min(calc(100% - 48px), var(--mn-container)); }
  .mn-footer .mn-container { width: min(calc(100% - 48px), var(--mn-container)); }
  .mn-header .mn-header__inner { width: min(calc(100% - 48px), var(--mn-container)); grid-template-columns: auto minmax(135px, 1fr) auto auto; gap: 12px; }
  .mn-header .mn-header__inner > .e-con-inner { grid-template-columns: auto minmax(135px, 1fr) auto auto; gap: 12px; }
  .mn-header__nav { order: -1; min-width: 0; }
  .mn-header__menu-toggle {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--mn-white);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
  }
  .mn-header__menu-toggle span[aria-hidden='true'] { color: var(--mn-gold); font-size: 18px; }
  .mn-header .mn-header__inner > .e-con-inner > .mn-header__nav,
  .mn-header .mn-header__nav > .elementor-widget-container,
  .mn-header .mn-header__nav .mn-widget-component,
  .mn-header .mn-header__nav-content { position: static; }
  .mn-header__nav > .mn-header__menu,
  .mn-header__nav-content .mn-header__menu { display: none; }
  .mn-header--menu-open .mn-header__nav > .mn-header__menu,
  .mn-header--menu-open .mn-header__nav-content .mn-header__menu {
    position: absolute;
    z-index: 40;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px 24px 20px;
    background: var(--mn-navy);
    border-top: 1px solid rgba(250, 247, 240, 0.18);
    box-shadow: 0 16px 28px rgba(7, 29, 53, 0.24);
  }
  .mn-header--menu-open .mn-header__menu a { display: block; line-height: 2.9; }
}

@media (min-width: 901px) and (max-width: 1024px) {
  .mn-footer .mn-container { width: min(calc(100% - 64px), 812px); }
}

@media (min-width: 768px) and (max-width: 900px) {
  body .mn-footer.mn-elementor-footer.e-con { padding-bottom: 16px !important; }
  .mn-footer .mn-footer__columns {
    /* Keep the footer readable at tablet widths: five columns collapse into
     * a balanced 3 + 2 grid instead of compressing every column into one row. */
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 12px;
    padding-bottom: 8px;
  }
  .mn-footer a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  .mn-footer .mn-footer__signup-link { display: grid; min-height: 44px; }
  .mn-footer h2,
  .mn-footer-site-identity__heading,
  .mn-footer-hotels__heading,
  .mn-footer-contact__heading { margin-bottom: 6px; font-size: 11px; }
  .mn-footer p,
  .mn-footer li,
  .mn-footer a,
  .mn-footer .mn-footer__brand-copy,
  .mn-footer .mn-footer__signup-copy { font-size: 9px; line-height: 1.4; }
  .mn-footer p { margin-bottom: 5px; }
  .mn-footer-site-identity__brand { margin-bottom: 6px; }
  .mn-footer-site-identity__brand a,
  .mn-footer__brand-link { font-size: 14px !important; }
  .mn-footer__menu,
  .mn-footer-hotels__list,
  .mn-footer-contact__list { gap: 4px; }
  .mn-footer-social__list { gap: 4px; margin-top: 6px; }
  .mn-footer .mn-footer-social__item a { display: inline-flex; width: 44px; height: 44px; }
  .mn-footer__signup-link { grid-template-columns: minmax(20px, 1fr) minmax(42px, 42%); }
  .mn-footer__signup-field,
  .mn-footer__signup-submit { font-size: 9px; }
}

@media (max-width: 767px) {
  body:has(.mn-mobile-action) { padding-bottom: 68px; }
  .mn-container { width: min(calc(100% - 32px), var(--mn-container)); }
  .mn-footer .mn-container { width: min(calc(100% - 32px), var(--mn-container)); }
  .mn-header .mn-header__inner { width: min(calc(100% - 32px), var(--mn-container)); grid-template-columns: auto minmax(100px, 1fr) minmax(0, 1fr); gap: 8px; }
  .mn-header .mn-header__inner > .e-con-inner { grid-template-columns: auto minmax(100px, 1fr) minmax(0, 1fr); gap: 8px; }
  .mn-header__book { display: none; }
  .mn-header__utilities { display: flex; min-width: 0; justify-content: flex-end; }
  .mn-header__utilities-content { justify-content: flex-end; }
  .mn-header__utility { display: none; }
  .mn-header__utility:first-child {
    display: inline-flex;
    max-width: 118px;
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
  }
  .mn-header__utility:first-child::after { display: none; }
  .mn-header__brand-link,
  .mn-header__brand .custom-logo-link { font-size: 11px; }
  .mn-header__brand-link { width: 108px; max-width: 108px; height: 42px; gap: 5px; }
  .mn-header__brand-link::before { width: 30px; height: 30px; flex-basis: 30px; border-width: 1px; font-size: 13px; }
  .mn-header__brand-name::before { font-size: 9px; line-height: 10px; letter-spacing: .2px; }
  body .mn-footer { padding-top: 30px; }
  body .mn-footer .mn-footer__columns {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px;
    padding-bottom: 18px;
  }
  .mn-footer :where(a, button) {
    min-height: 44px;
    align-items: center;
  }
  .mn-footer__menu a,
  .mn-footer-hotels__list a,
  .mn-footer-contact__list a,
  .mn-footer-contact__fallback { display: flex; }
  .mn-footer-social__item a { width: 44px; height: 44px; }
  .mn-footer__signup-link { min-height: 44px; }
  .mn-footer .mn-footer__signup-cta,
  .mn-footer .mn-footer__signup-cta .elementor-button { min-height: 44px; }
  .mn-footer .mn-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0 80px;
  }
  .mn-footer__payment-list { justify-content: flex-start; flex-wrap: wrap; }
  .mn-mobile-action {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid var(--mn-border);
    box-shadow: 0 -8px 22px rgba(7, 29, 53, 0.12);
  }
  .mn-mobile-action .mn-button { width: 100%; }
  body:has(.mn-mobile-action) .mn-mobile-cta { bottom: 68px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mn-button { transition: none; }
}

/* Development-only generated media. Replace before production; see assets/manifest.md. */
.mn-page-hero--home,
.mn-page-hero--hotels,
.mn-page-hero--rooms,
.mn-page-hero--services,
.mn-page-hero--offers,
.mn-page-hero--contact {
  background-color: var(--mn-navy);
  background-image: linear-gradient(90deg, rgba(7, 29, 53, 0.94) 0%, rgba(7, 29, 53, 0.78) 42%, rgba(7, 29, 53, 0.24) 100%), url('assets/images/temporary-hotel-hero.png');
  background-position: center, center right;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Content safety and readable desktop type.
 *
 * Dynamic records can be materially longer than the design-fixture copy.
 * Allow their containers to shrink in grids, wrap rate/status copy and retain
 * a 10px minimum for operational labels and CTAs on the desktop canvas. */
.mn-card__body,
.mn-room-result__body,
.mn-offer-card .mn-card__body,
.mn-featured-offer .mn-card__body,
.mn-hotel-offer-list li,
.mn-contact-intent,
.mn-detail-facts > div,
.mn-room-hero .mn-room-availability {
  min-width: 0;
}

.mn-card :is(a, p, span, small, strong),
.mn-room-result :is(a, p, span, small, strong),
.mn-contact-intent :is(a, p, span, small, strong),
.mn-detail-facts :is(dd, dt),
.mn-inquiry :is(p, label, small),
.mn-dynamic-hero :is(.mn-breadcrumb, .mn-amenity-badge),
.mn-room-hero :is(.mn-breadcrumb, .mn-provider-note, .mn-room-hero__excerpt) {
  overflow-wrap: anywhere;
}

body.page .mn-room-results .mn-room-result {
  align-items: stretch;
  height: auto;
}

body.page .mn-room-results .mn-room-result__image {
  height: 100%;
}

body.page .mn-room-results .mn-room-result__price,
body.page .mn-room-results .mn-room-result__monthly,
body.page .mn-room-results .mn-provider-note {
  white-space: normal;
}

body.page .mn-room-results .mn-room-result__price {
  line-height: 1.25;
  overflow-wrap: anywhere;
}

body.page .mn-room-results .mn-room-result__prices {
  min-height: 0;
}

body.page .mn-room-results .mn-provider-note {
  overflow: visible;
  line-height: 1.3;
  text-overflow: clip;
}

@media (min-width: 1025px) {
  body.home .mn-home-hero .mn-search label > span:first-child,
  body.home .mn-home-hotels .mn-card__base-price span,
  body.home .mn-home-hotels .mn-amenity-badge,
  body.home .mn-home-section-link .elementor-button,
  body.home .mn-home-map .mn-map-panel__list li,
  body.home .mn-home-map .mn-map-panel__list p,
  body.home .mn-home-map .mn-map-panel__number,
  body.home .mn-home-map .mn-map-panel__marker > span {
    font-size: 10px;
  }

  body.home .mn-home-hero .mn-search input,
  body.home .mn-home-hero .mn-search select,
  body.home .mn-home-hotels .mn-card p,
  body.home .mn-home-offers .mn-card__body > p:not(.mn-eyebrow) {
    font-size: 11px;
    line-height: 1.35;
  }

  body.home .mn-home-hotels .mn-card .mn-button,
  body.home .mn-home-offers .mn-button {
    min-height: 30px;
    font-size: 10px !important;
  }

  body.page .mn-hotels-results .mn-card__base-price,
  body.page .mn-hotels-results .mn-card__base-price small,
  body.page .mn-services-results .mn-card__base-price,
  body.page .mn-services-results .mn-card__base-price small,
  body.page .mn-hotels-results .mn-amenity-badge,
  body.page .mn-services-results .mn-amenity-badge {
    font-size: 10px;
    line-height: 1.3;
  }

  body.page .mn-hotels-results .mn-card .mn-button,
  body.page .mn-services-results .mn-card .mn-button {
    min-height: 30px;
    font-size: 10px;
  }

  body.page .mn-widget-instance-mn-hotels-offer-grid .mn-offer-card__fixture,
  body.page .mn-widget-instance-mn-hotels-offer-grid .mn-offer-card .mn-card__body > p,
  body.page .mn-widget-instance-mn-hotels-offer-grid .mn-offer-card .mn-button,
  body.page .mn-hotel-offer-list header a,
  body.page .mn-trust-strip small {
    font-size: 10px;
    line-height: 1.3;
  }

  body.page .mn-room-results .mn-room-result .mn-eyebrow,
  body.page .mn-room-results .mn-room-result .mn-facts,
  body.page .mn-room-results .mn-room-result .mn-amenity-badge,
  body.page .mn-room-results .mn-room-result__monthly,
  body.page .mn-room-results .mn-room-result__monthly small,
  body.page .mn-room-results .mn-provider-note,
  body.page .mn-room-results .mn-room-result .mn-button {
    font-size: 10px;
  }

  body.page .mn-room-results .mn-room-result .mn-button {
    min-height: 30px;
  }

  body.page .mn-offers-results .mn-offer-card__badge,
  body.page .mn-offers-results .mn-offer-card p,
  body.page .mn-offers-results .mn-offer-card .mn-button,
  body.page .mn-offers-rail .mn-hotel-offer-list__title,
  body.page .mn-offers-rail .mn-hotel-offer-list small,
  body.page .mn-offers-trust small {
    font-size: 10px;
    line-height: 1.3;
  }

  body.page .mn-contact-intent small,
  body.page .mn-global-contact small,
  body.page .mn-inquiry > p,
  body.page .mn-inquiry label,
  body.page .mn-contact-directory p,
  body.page .mn-contact-directory .mn-button,
  body.page .mn-hotel-contact-card p,
  body.page .mn-hotel-contact-card .mn-button,
  body.page .mn-inquiry .mn-button,
  body.page .mn-contact-office-map .mn-button,
  body.page .mn-contact-office-map__canvas p,
  body.page .mn-contact-office-map__address,
  body.page .mn-urgent-support p,
  body.page .mn-urgent-support .mn-button {
    font-size: 10px;
    line-height: 1.35;
  }

  body.single-mn_hotel .mn-dynamic-hero .mn-breadcrumb,
  body.single-mn_hotel .mn-dynamic-hero .mn-amenity-badge,
  body.single-mn_hotel .mn-dynamic-hero .mn-search label span:first-child,
  body.single-mn_hotel .mn-dynamic-hero .mn-search .mn-button,
  body.single-mn_hotel .mn-detail-content .mn-eyebrow,
  body.single-mn_hotel .mn-detail-facts dt,
  body.single-mn_hotel .mn-detail-facts dd,
  body.single-mn_hotel #hang-phong-gia .mn-facts,
  body.single-mn_hotel #hang-phong-gia .mn-button,
  body.single-mn_hotel #kinh-nghiem-luu-tru .mn-card__body p,
  body.single-mn_hotel #lien-he .mn-hotel-contact-summary li,
  body.single-mn_hotel #lien-he .mn-inquiry .mn-button,
  body.single-mn_hotel #lien-he .mn-hotel-map p,
  body.single-mn_hotel .mn-hotel-detail .mn-trust-strip small,
  body.single-mn_hotel .mn-hotel-detail .mn-trust-strip strong {
    font-size: 10px;
    line-height: 1.3;
  }

  body.single-mn_room .mn-room-hero .mn-provider-note,
  body.single-mn_room .mn-room-hero .mn-eyebrow,
  body.single-mn_room .mn-room-hero__excerpt,
  body.single-mn_room .mn-room-hero .mn-room-facts dt,
  body.single-mn_room .mn-room-policies .mn-policy-accordion summary,
  body.single-mn_room .mn-room-policy-summary dl > div,
  body.single-mn_room .mn-room-hero .mn-amenity-badge,
  body.single-mn_room .mn-room-availability label,
  body.single-mn_room .mn-room-availability label span,
  body.single-mn_room .mn-related-rooms .mn-facts,
  body.single-mn_room .mn-related-rooms .mn-button {
    font-size: 10px;
    line-height: 1.3;
  }

  /* Core page styles load after the theme. These operational labels must stay
   * at the audited desktop minimum rather than reverting to an 8–9px fixture
   * scale through source-order precedence. */
  body.page .mn-hotel-contact-card p,
  body.page .mn-hotel-contact-card .mn-button,
  body.page .mn-inquiry .mn-button,
  body.page .mn-contact-office-map .mn-button,
  body.page .mn-services-trust .mn-trust-strip small,
  body.page .mn-offers-trust .mn-trust-strip small,
  body.page .mn-hotel-offer-list header a,
  body.single-mn_hotel .mn-hotel-detail .mn-trust-strip small,
  body.single-mn_hotel .mn-hotel-detail .mn-trust-strip strong,
  body.single-mn_room .mn-room-hero .mn-amenity-badge,
  body.single-mn_room .mn-room-availability label span {
    font-size: 10px !important;
  }
}
