/* ============================================================
   MAINE STAYS — brand reskin overlay for existing inner pages.
   Recolours the cream/gold design to the new teal brand.
   Loaded LAST in <head>, after the page's own styles.
   NO markup changes — all content, Lodgify booking & schema preserved.
   ============================================================ */

/* The old design drives almost everything off these CSS variables, so
   overriding them here recolours buttons, links, accents, badges, headers. */
:root{
  --accent:#0e9aa7;
  --accent-dark:#0b7f8a;
  --accent-light:#d6eff1;
}

::selection{ background:#0e9aa7; color:#fff; }

/* Primary calls-to-action → teal pills (matches the new homepage) */
.btn-primary,.btn-book,.btn-book-main,.btn-submit,.btn-book-now,.sticky-mobile-cta-btn{
  background:#0e9aa7 !important;
  border-color:#0e9aa7 !important;
  border-radius:9999px !important;
}
.btn-primary:hover,.btn-book:hover,.btn-book-main:hover,.btn-submit:hover,.btn-book-now:hover{
  background:#0b7f8a !important;
}
.btn-outline,.btn{ border-radius:9999px; }

/* WhatsApp float keeps its green; nudge nothing else. */
