/*
Theme Name: Vinatea Suites
Theme URI: https://vinatea-suites.local
Author: Vinatea Suites
Author URI: https://vinatea-suites.local
Description: Tema a medida para Vinatea Suites en Morella.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: vinatea-suites
*/

:root {
  --vs-bg: #f5f1ea;
  --vs-bg-soft: #faf7f2;
  --vs-text: #1b1917;
  --vs-muted: #6f665f;
  --vs-brand: #8f6a49;
  --vs-brand-dark: #6f4f34;
  --vs-accent: #cdb79f;
  --vs-surface: #ffffff;
  --vs-surface-dark: #201a16;
  --vs-radius: 18px;
  --vs-radius-sm: 12px;
  --vs-border: 1px solid rgba(27, 25, 23, 0.1);
  --vs-shadow: 0 24px 44px rgba(22, 20, 18, 0.1);
  --vs-max: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--vs-text);
  background:
    radial-gradient(circle at 12% 0%, #fff8ed 0%, rgba(255, 248, 237, 0) 50%),
    radial-gradient(circle at 82% 0%, #f4ece0 0%, rgba(244, 236, 224, 0) 44%),
    var(--vs-bg);
  line-height: 1.7;
  letter-spacing: 0.01em;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.vs-container {
  width: min(100% - 2.2rem, var(--vs-max));
  margin-inline: auto;
}

.vs-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 247, 242, 0.58);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 10px 24px rgba(17, 14, 11, 0.08);
}

.vs-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
}

.vs-brand {
  font-family: "Montserrat", system-ui, sans-serif;
  text-decoration: none;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 700;
  max-width: 110px;
  line-height: 1.15;
}

.vs-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.95rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.vs-nav a {
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  position: relative;
}

.vs-nav-trigger {
  display: none;
}

.vs-nav .vs-nav-cta {
  display: none;
}

.vs-nav-backdrop {
  display: none;
}

.vs-nav-booting .vs-header .vs-nav,
.vs-nav-booting .vs-header .vs-nav-backdrop,
.vs-nav-booting .vs-header .vs-nav-trigger {
  visibility: hidden !important;
}

.vs-header:not(.vs-header--nav-ready) .vs-nav,
.vs-header:not(.vs-header--nav-ready) .vs-nav-backdrop {
  visibility: hidden;
}

.vs-header:not(.vs-header--nav-ready) .vs-nav-trigger {
  visibility: hidden;
}

.vs-header:not(.vs-header--nav-ready) .vs-nav {
  transition: none !important;
}

.vs-header-cta {
  padding: 0.52rem 0.95rem;
  font-size: 0.77rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(143, 106, 73, 0.33);
}

.vs-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: var(--vs-brand);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.vs-nav a:hover,
.vs-nav a:focus-visible {
  color: var(--vs-brand);
}

.vs-nav a:hover::after,
.vs-nav a:focus-visible::after {
  transform: scaleX(1);
}

.vs-main section {
  padding-block: clamp(3.4rem, 5vw, 5.2rem);
}

.vs-hero {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  color: #fff;
  background: #1f1f1f;
  padding-block: clamp(5rem, 9vw, 8.2rem);
}

.vs-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 1;
}

.vs-hero .vs-container {
  position: relative;
  z-index: 2;
}

.vs-hero::before {
  content: none;
}

.vs-hero--stone {
  background: #1f1f1f;
}

.vs-hero--sand {
  background: #1f1f1f;
}

.vs-hero--experience {
  background: #1f1f1f;
}

.vs-hero--contact {
  background: #1f1f1f;
}

.vs-kicker {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 100vmax;
  padding: 0.43rem 0.92rem;
  font-size: 0.74rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: rgba(27, 25, 23, 0.34);
}

h1,
h2,
h3 {
  font-family: "Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
  line-height: 1.26;
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2rem, 6vw, 3.6rem);
  max-width: 15ch;
  margin-top: 1.1rem;
}

h2 {
  font-size: clamp(1.45rem, 4vw, 2.25rem);
}

.vs-lead {
  font-size: clamp(1.06rem, 2.1vw, 1.23rem);
  color: rgba(255, 255, 255, 0.92);
  max-width: 62ch;
  margin-bottom: 1.6rem;
}

.vs-hero h1,
.vs-hero .vs-lead {
  text-shadow: 0 2px 12px rgba(12, 10, 8, 0.45);
}

.vs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.92rem 1.45rem;
  border-radius: 999px;
  text-decoration: none;
  background: var(--vs-brand);
  color: #fff;
  font-weight: 600;
  border: 1px solid var(--vs-brand);
  box-shadow: 0 8px 18px rgba(111, 79, 52, 0.28);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.vs-button:hover,
.vs-button:focus-visible {
  background: var(--vs-brand-dark);
  border-color: var(--vs-brand-dark);
  transform: translateY(-1px);
}

.vs-button--secondary {
  background: rgba(255, 255, 255, 0.78);
  color: var(--vs-brand);
  border-color: rgba(143, 106, 73, 0.35);
  box-shadow: none;
}

.vs-button--secondary:hover,
.vs-button--secondary:focus-visible {
  color: #fff;
}

.vs-button + .vs-button {
  margin-left: 0.55rem;
}

.vs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.66rem;
}

.vs-actions .vs-button + .vs-button {
  margin-left: 0;
}

.vs-grid {
  display: grid;
  gap: 1.5rem;
}

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

.vs-card {
  background: var(--vs-surface);
  border-radius: var(--vs-radius);
  border: var(--vs-border);
  padding: clamp(1.25rem, 2.2vw, 1.7rem);
  box-shadow: var(--vs-shadow);
}

.vs-card h3 {
  margin-bottom: 0.45rem;
}

.vs-meta {
  color: var(--vs-muted);
  margin: 0.35rem 0 1.1rem;
}

.vs-section-heading {
  max-width: 70ch;
  margin-bottom: 1.9rem;
}

.vs-section-heading p {
  color: var(--vs-muted);
  margin: 0;
}

.vs-panel {
  border: var(--vs-border);
  border-radius: var(--vs-radius);
  background: linear-gradient(180deg, var(--vs-surface), #fcfbf9);
  box-shadow: var(--vs-shadow);
  padding: clamp(1.6rem, 2.7vw, 2.2rem);
}

.vs-premium-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vs-premium-list li {
  background: #f7f3ed;
  border-radius: var(--vs-radius-sm);
  border: 1px solid rgba(143, 106, 73, 0.18);
  padding: 0.7rem 0.88rem;
}

.vs-suite-media {
  width: 100%;
  height: 240px;
  border-radius: var(--vs-radius);
  border: var(--vs-border);
  box-shadow: var(--vs-shadow);
  object-fit: cover;
  margin-bottom: 1rem;
}

.vs-highlight-band {
  border-top: var(--vs-border);
  border-bottom: var(--vs-border);
  background: var(--vs-bg-soft);
}

.vs-label {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--vs-brand-dark);
}

.vs-home-intro {
  position: relative;
  margin-top: -2rem;
  z-index: 3;
}

.vs-home-intro__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 2.2rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: var(--vs-border);
  border-radius: var(--vs-radius);
  padding: clamp(1.4rem, 2.6vw, 2.2rem);
  box-shadow: var(--vs-shadow);
}

.vs-home-intro__grid p {
  color: #433d38;
  margin: 0.5rem 0 0;
}

.vs-quote {
  margin: 0;
  padding: 1.2rem 1.3rem;
  border-left: 4px solid var(--vs-accent);
  background: linear-gradient(180deg, #fffefc, #f6f0e8);
  border-radius: 0 var(--vs-radius-sm) var(--vs-radius-sm) 0;
}

.vs-quote p {
  margin: 0;
  color: #443b34;
  font-size: 1.02rem;
}

.vs-home-suites {
  padding-top: 1.4rem;
}

.vs-suite-row {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 2.1rem;
  align-items: center;
  margin-top: 1.6rem;
}

.vs-suite-row--reverse {
  grid-template-columns: 1fr 1.15fr;
}

.vs-suite-row--reverse .vs-suite-row__media {
  order: 2;
}

.vs-suite-row__media img {
  width: 100%;
  height: clamp(290px, 38vw, 460px);
  object-fit: cover;
  border-radius: var(--vs-radius);
  box-shadow: var(--vs-shadow);
}

.vs-suite-row__content {
  padding-right: 0.6rem;
}

.vs-suite-row__content .vs-list {
  margin-top: 0.7rem;
}

.vs-home-experience {
  position: relative;
  overflow: hidden;
  border-radius: var(--vs-radius);
  margin: 1.4rem auto 0;
  width: min(100% - 2.2rem, var(--vs-max));
  color: #fff;
}

.vs-home-experience__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vs-home-experience::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(20, 16, 12, 0.82), rgba(20, 16, 12, 0.45));
}

.vs-home-experience .vs-container {
  position: relative;
  z-index: 2;
  padding: clamp(2rem, 3.7vw, 3rem) 0;
}

.vs-home-experience__content {
  max-width: 66ch;
  text-shadow: 0 3px 14px rgba(10, 8, 6, 0.55);
}

.vs-home-experience .vs-label {
  color: #f5dfc4;
}

.vs-home-experience .vs-lead {
  margin-bottom: 0.9rem;
}

.vs-home-cta__box {
  background: #201a16;
  color: #fff;
  border-radius: var(--vs-radius);
  padding: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: 1.2rem;
}

.vs-home-cta__box p {
  max-width: 64ch;
}

.vs-home-cta__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vs-home-cta__gallery img {
  width: 100%;
  height: clamp(210px, 26vw, 300px);
  object-fit: cover;
  border-radius: var(--vs-radius-sm);
}

.vs-contact-page {
  padding-top: clamp(2.2rem, 4vw, 3.4rem);
}

.vs-contact-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(1rem, 2.4vw, 1.7rem);
}

.vs-contact-reservation {
  background: linear-gradient(140deg, #201913 0%, #3b2c20 100%);
  color: #f7eee2;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.vs-contact-reservation .vs-label {
  color: #f5dfc4;
}

.vs-contact-reservation p {
  color: rgba(255, 245, 232, 0.9);
}

.vs-contact-reservation .vs-button--secondary {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.vs-contact-location {
  background: rgba(255, 255, 255, 0.86);
  grid-column: 1 / -1;
}

.vs-contact-map {
  margin-top: 0.7rem;
  border-radius: var(--vs-radius-sm);
  overflow: hidden;
  border: 1px solid rgba(27, 25, 23, 0.12);
  box-shadow: 0 10px 20px rgba(26, 22, 18, 0.08);
}

.vs-contact-map iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

.vs-contact-gallery {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vs-contact-gallery img {
  width: 100%;
  height: clamp(220px, 28vw, 320px);
  object-fit: cover;
  border-radius: var(--vs-radius-sm);
}

.vs-exp-intro {
  padding-top: clamp(2.2rem, 4vw, 3.5rem);
}

.vs-exp-intro__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(1.3rem, 3vw, 2.3rem);
  align-items: center;
}

.vs-exp-intro__text p {
  color: #423b35;
}

.vs-exp-intro__media img {
  width: 100%;
  height: clamp(280px, 34vw, 440px);
  object-fit: cover;
  border-radius: var(--vs-radius);
  box-shadow: var(--vs-shadow);
}

.vs-exp-flow {
  padding-top: clamp(1.8rem, 4vw, 3rem);
}

.vs-exp-flow__row {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(1.2rem, 2.5vw, 2rem);
  align-items: center;
  margin-bottom: clamp(1.5rem, 2.8vw, 2.3rem);
}

.vs-exp-flow__row--reverse {
  grid-template-columns: 1fr 1.15fr;
}

.vs-exp-flow__row--reverse .vs-exp-flow__media {
  order: 2;
}

.vs-exp-flow__media img {
  width: 100%;
  height: clamp(280px, 34vw, 430px);
  object-fit: cover;
  border-radius: var(--vs-radius);
  box-shadow: var(--vs-shadow);
}

.vs-exp-flow__content {
  background: rgba(255, 255, 255, 0.78);
  border: var(--vs-border);
  border-radius: var(--vs-radius);
  padding: clamp(1.2rem, 2.2vw, 1.7rem);
  box-shadow: 0 10px 22px rgba(25, 21, 17, 0.06);
}

.vs-list {
  margin: 0;
  padding-left: 1.18rem;
}

.vs-list li + li {
  margin-top: 0.52rem;
}

.vs-contact-info a {
  color: var(--vs-brand-dark);
  font-weight: 600;
  text-decoration: none;
}

.vs-contact-info a:hover,
.vs-contact-info a:focus-visible {
  text-decoration: underline;
}

.vs-footer {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(31, 31, 31, 0.12);
  padding: 2rem 0 2.5rem;
  color: #5b5047;
  background: #eee7df;
}

.page-template-page-contacto .vs-main section:last-of-type {
  padding-bottom: 1.2rem;
}

.page-template-page-contacto .vs-footer {
  margin-top: 0;
}

.vs-footer p {
  margin: 0;
}

.vs-header--compact .vs-header__inner {
  min-height: 68px;
  padding-block: 0.65rem;
  position: relative;
}

.vs-header--compact .vs-nav-trigger {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(27, 25, 23, 0.15);
  background: rgba(255, 255, 255, 0.62);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  margin-left: auto;
}

.vs-header--compact .vs-nav-trigger span {
  width: 16px;
  height: 1.7px;
  border-radius: 3px;
  background: #3d3128;
}

.vs-header--compact .vs-header-cta {
  display: none;
}

.vs-header--compact .vs-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: min(86vw, 360px);
  background: rgba(252, 248, 243, 0.98);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-left: 1px solid rgba(27, 25, 23, 0.12);
  box-shadow: -16px 0 34px rgba(17, 14, 11, 0.18);
  padding: 5.3rem 1rem 1.2rem;
  transform: translateX(102%);
  transition: none;
  z-index: 45;
  visibility: hidden;
}

.vs-header--compact.vs-header--nav-ready .vs-nav {
  visibility: visible;
}

.vs-header--compact.vs-header--hydrated .vs-nav {
  transition: transform 0.26s ease;
}

.vs-header--compact .vs-nav ul {
  flex-direction: column;
  gap: 0.2rem;
}

.vs-header--compact .vs-nav a {
  display: block;
  padding: 0.62rem 0.75rem;
  border-radius: 9px;
}

.vs-header--compact .vs-nav a::after {
  display: none;
}

.vs-header--compact .vs-nav a:hover,
.vs-header--compact .vs-nav a:focus-visible {
  background: rgba(143, 106, 73, 0.09);
}

.vs-header--compact .vs-nav-cta {
  display: none;
}

.vs-header--compact.vs-header--drawer-open .vs-nav .vs-nav-cta {
  margin-top: 0.9rem;
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

.vs-header--compact .vs-nav-backdrop {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(21, 16, 12, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: none;
  z-index: 40;
}

.vs-header--compact.vs-header--hydrated .vs-nav-backdrop {
  transition: opacity 0.24s ease;
}

.vs-header--compact.vs-header--drawer-open .vs-nav {
  transform: translateX(0);
}

.vs-header--compact.vs-header--drawer-open .vs-nav-backdrop {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 860px) {

  .vs-hero {
    border-radius: 0 0 24px 24px;
    padding-block: 4.2rem 3.8rem;
  }

  .vs-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .vs-actions .vs-button {
    width: 100%;
    justify-content: center;
  }

  .vs-grid--2 {
    grid-template-columns: 1fr;
  }

  .vs-home-intro {
    margin-top: 0;
  }

  .vs-home-intro__grid,
  .vs-suite-row,
  .vs-suite-row--reverse {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .vs-exp-intro__grid,
  .vs-exp-flow__row,
  .vs-exp-flow__row--reverse {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .vs-suite-row--reverse .vs-suite-row__media {
    order: initial;
  }

  .vs-exp-flow__row--reverse .vs-exp-flow__media {
    order: initial;
  }

  .vs-home-experience {
    width: min(100% - 2.2rem, var(--vs-max));
  }

  .vs-home-cta__gallery {
    grid-template-columns: 1fr;
  }

  .vs-contact-grid,
  .vs-contact-gallery {
    grid-template-columns: 1fr;
  }
}

.vs-booking-section {
  padding-top: clamp(1.8rem, 4vw, 3rem);
}

.vs-booking-card {
  background: rgba(255, 255, 255, 0.86);
  border: var(--vs-border);
  border-radius: var(--vs-radius);
  box-shadow: 0 10px 24px rgba(20, 16, 12, 0.08);
  padding: clamp(1rem, 2.6vw, 1.7rem);
}

.vs-booking-card .mphb_sc_availability_calendar-wrapper,
.vs-booking-card .mphb_sc_booking_form-wrapper {
  background: #fff;
  border: 1px solid rgba(28, 24, 20, 0.12);
  border-radius: 16px;
  padding: clamp(0.85rem, 2vw, 1.25rem);
}

.vs-booking-card .mphb_sc_availability_calendar-wrapper {
  min-height: clamp(560px, 64vh, 700px);
  overflow: visible;
}

.vs-booking-card .mphb_sc_booking_form-wrapper {
  margin-top: 1rem;
}

.vs-booking-card .mphb-calendar-title,
.vs-booking-card .mphb-reservation-form-title {
  margin: 0 0 0.8rem;
  color: var(--vs-brand-dark);
  font-size: clamp(1.1rem, 2.1vw, 1.35rem);
}

.vs-booking-card .mphb-calendar {
  border-radius: 12px;
  overflow: visible;
}

.vs-booking-card input,
.vs-booking-card select,
.vs-booking-card textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(31, 26, 22, 0.22);
  border-radius: 10px;
  padding: 0.55rem 0.65rem;
  font: inherit;
}

.vs-booking-card button,
.vs-booking-card input[type="submit"],
.vs-booking-card .button,
.vs-booking-card .mphb-button {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.62rem 1rem;
  background: var(--vs-brand);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  cursor: pointer;
}

/* Estilo integral del motor MotoPress dentro del tema */
.vs-booking-card .mphb-booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
}

.vs-booking-card .mphb-booking-form > p,
.vs-booking-card .mphb-booking-form > input[type="hidden"] {
  margin: 0;
}

.vs-booking-card .mphb-booking-form .mphb-required-fields-tip {
  grid-column: 1 / -1;
  color: var(--vs-muted);
  font-size: 0.86rem;
}

.vs-booking-card .mphb-booking-form .mphb-reserve-btn-wrapper,
.vs-booking-card .mphb-booking-form .mphb-to-book-btn-wrapper {
  grid-column: 1 / -1;
  margin-top: 0.2rem;
}

.vs-booking-card .mphb-booking-form label {
  display: inline-block;
  margin-bottom: 0.28rem;
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5d4f44;
  font-weight: 700;
}

.vs-booking-card .mphb-booking-form input:focus,
.vs-booking-card .mphb-booking-form select:focus,
.vs-booking-card .mphb-booking-form textarea:focus {
  outline: 2px solid rgba(143, 106, 73, 0.28);
  border-color: rgba(143, 106, 73, 0.5);
  box-shadow: 0 0 0 3px rgba(143, 106, 73, 0.12);
}

.vs-booking-card .mphb-booking-form .mphb-reserve-btn,
.vs-booking-card .mphb-booking-form [type="submit"] {
  min-height: 44px;
  min-width: 230px;
  background: linear-gradient(130deg, var(--vs-brand), var(--vs-brand-dark));
  box-shadow: 0 10px 20px rgba(111, 79, 52, 0.24);
}

.vs-booking-card .mphb-booking-form .mphb-reserve-btn:hover,
.vs-booking-card .mphb-booking-form [type="submit"]:hover {
  transform: translateY(-1px);
  filter: saturate(1.08);
}

.vs-booking-card .mphb-calendar {
  border: 1px solid rgba(28, 24, 20, 0.14);
  background: #fff;
}

.vs-booking-card .mphb-calendar .datepick-month-header {
  background: #f4ece2;
  color: #403329;
  font-weight: 700;
  border-bottom: 1px solid rgba(31, 25, 20, 0.12);
}

.vs-booking-card .mphb-calendar td .datepick-weekend {
  color: #6f665f;
}

.vs-booking-card .mphb-calendar td .mphb-available-date {
  background: rgba(111, 152, 88, 0.13);
  color: #28441b;
  border-radius: 7px;
}

.vs-booking-card .mphb-calendar td .mphb-booked-date {
  background: rgba(130, 47, 36, 0.14);
  color: #6e2319;
  border-radius: 7px;
}

.vs-booking-card .mphb-calendar td .mphb-past-date {
  opacity: 0.56;
}

.vs-card .mphb_sc_search_results-wrapper {
  display: grid;
  gap: 1rem;
}

.vs-card .mphb_sc_search_results-info {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #f4ece2;
  color: #3f3329;
  font-weight: 600;
}

.vs-card .mphb-room-type {
  border: 1px solid rgba(28, 24, 20, 0.12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(20, 16, 12, 0.06);
  padding: 1rem;
}

.vs-card .mphb-room-type-title {
  font-family: "Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 1.15rem;
  text-decoration: none;
  color: var(--vs-brand-dark);
}

.vs-card .mphb-room-type-details-title {
  margin: 0.5rem 0 0.4rem;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6a5848;
}

.vs-card .mphb-loop-room-type-attributes {
  margin: 0;
  padding-left: 1.15rem;
}

.vs-card .mphb-regular-price {
  margin: 0.6rem 0;
  font-weight: 700;
  color: #3f3127;
}

.vs-card .mphb-view-details-button-wrapper,
.vs-card .mphb-to-book-btn-wrapper {
  margin: 0.45rem 0 0;
}

.vs-card .mphb-view-details-button-wrapper .button,
.vs-card .mphb-to-book-btn-wrapper .button,
.vs-card .mphb-to-book-btn-wrapper button,
.vs-card .mphb-to-book-btn-wrapper input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.56rem 0.95rem;
  text-decoration: none;
  border: 1px solid rgba(111, 79, 52, 0.24);
  background: #fff;
  color: #5a4330;
  font-weight: 700;
  font-size: 0.86rem;
}

.vs-card .mphb-to-book-btn-wrapper button,
.vs-card .mphb-to-book-btn-wrapper input[type="submit"] {
  background: var(--vs-brand);
  color: #fff;
  border-color: transparent;
}

.vs-card .mphb-errors-wrapper {
  margin: 0;
  border-radius: 10px;
  border: 1px solid rgba(148, 45, 28, 0.24);
  background: rgba(173, 51, 28, 0.09);
  color: #7a2a1e;
  padding: 0.65rem 0.8rem;
}

.vs-card .mphb-reservation-cart,
.vs-card .mphb-recommendation {
  border: 1px solid rgba(28, 24, 20, 0.12);
  border-radius: 14px;
  background: #fff;
  padding: 0.9rem 1rem;
  margin: 0.6rem 0 1rem;
}

.vs-card .mphb-empty-cart-message,
.vs-card .mphb-cart-message {
  color: #5d5146;
}

.vs-card .mphb-cart-total-price,
.vs-card .mphb-recommendation-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.4rem;
  margin: 0.4rem 0 0.7rem;
  font-weight: 700;
  color: #3d3128;
}

.vs-card .mphb-confirm-reservation,
.vs-card #mphb-recommendation .mphb-button,
.vs-card .mphb-reservation-cart .button,
.vs-card .mphb-reservation-cart button {
  border-radius: 999px;
  border: 1px solid transparent;
  min-height: 40px;
  padding: 0.55rem 0.95rem;
  background: linear-gradient(130deg, var(--vs-brand), var(--vs-brand-dark));
  color: #fff;
  font-weight: 700;
}

.vs-card .mphb-confirm-reservation:hover,
.vs-card #mphb-recommendation .mphb-button:hover,
.vs-card .mphb-reservation-cart .button:hover,
.vs-card .mphb-reservation-cart button:hover {
  transform: translateY(-1px);
}

.vs-booking-hub {
  padding-top: clamp(2rem, 4vw, 3rem);
}

.vs-booking-hub__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.vs-booking-hub__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vs-booking-hub__search {
  margin-top: 0.6rem;
}

.page-template-page-reservar .vs-booking-hub__search {
  border: 1px solid rgba(27, 25, 23, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, #fff 100%);
  box-shadow: 0 14px 30px rgba(28, 22, 18, 0.06);
}

.page-template-page-reservar .vs-booking-hub__search h3 {
  margin-bottom: 0.45rem;
}

.page-template-page-reservar .vs-booking-hub__search .mphb-required-fields-tip {
  margin: 0.2rem 0 0.35rem !important;
  font-size: 0.86rem;
  color: #6b5f55;
}

.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-form,
.vs-booking-hub__search .mphb_sc_search-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "tip tip"
    "checkin checkout"
    "adults children"
    "submit submit";
  gap: 0.9rem 1rem;
  align-items: start;
  width: 100%;
}

.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-form > p,
.vs-booking-hub__search .mphb_sc_search-form > p {
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.page-template-page-reservar .vs-booking-hub__search .mphb-required-fields-tip,
.vs-booking-hub__search .mphb-required-fields-tip {
  grid-area: tip;
}

.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-check-in-date,
.vs-booking-hub__search .mphb_sc_search-check-in-date {
  grid-area: checkin;
}

.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-check-out-date,
.vs-booking-hub__search .mphb_sc_search-check-out-date {
  grid-area: checkout;
}

.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-adults,
.vs-booking-hub__search .mphb_sc_search-adults {
  grid-area: adults;
}

.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-children,
.vs-booking-hub__search .mphb_sc_search-children {
  grid-area: children;
}

.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-form > p br,
.vs-booking-hub__search .mphb_sc_search-form > p br {
  display: none;
}

.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-form label,
.vs-booking-hub__search .mphb_sc_search-form label {
  font-weight: 600;
  color: #3f342c;
  font-size: 0.93rem;
}

.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-form input[type="text"],
.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-form input[type="date"],
.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-form select,
.vs-booking-hub__search .mphb_sc_search-form input[type="text"],
.vs-booking-hub__search .mphb_sc_search-form input[type="date"],
.vs-booking-hub__search .mphb_sc_search-form select {
  width: 100% !important;
  min-height: 46px !important;
  max-width: none !important;
  border-radius: 12px;
  border: 1px solid rgba(71, 58, 47, 0.2) !important;
  background: #fff !important;
  color: #2e241d !important;
  font-size: 0.95rem !important;
  line-height: 1.2;
  padding: 0.65rem 0.8rem !important;
  box-shadow: 0 2px 0 rgba(17, 14, 11, 0.02);
  -webkit-appearance: none;
  appearance: none;
}

.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-form input[type="text"]:focus,
.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-form input[type="date"]:focus,
.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-form select:focus,
.vs-booking-hub__search .mphb_sc_search-form input[type="text"]:focus,
.vs-booking-hub__search .mphb_sc_search-form input[type="date"]:focus,
.vs-booking-hub__search .mphb_sc_search-form select:focus {
  outline: none;
  border-color: rgba(143, 106, 73, 0.55);
  box-shadow: 0 0 0 3px rgba(143, 106, 73, 0.14);
}

.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-submit-button-wrapper,
.vs-booking-hub__search .mphb_sc_search-submit-button-wrapper {
  grid-column: 1 / -1;
  grid-area: submit;
  margin-top: 0.2rem !important;
}

.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-submit-button-wrapper .button,
.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-submit-button-wrapper input[type="submit"],
.vs-booking-hub__search .mphb_sc_search-submit-button-wrapper .button,
.vs-booking-hub__search .mphb_sc_search-submit-button-wrapper input[type="submit"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px !important;
  padding: 0.8rem 1.1rem !important;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(130deg, var(--vs-brand), var(--vs-brand-dark)) !important;
  color: #fff !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 22px rgba(111, 79, 52, 0.2);
  transition: transform 0.18s ease, filter 0.18s ease;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-submit-button-wrapper .button:hover,
.vs-booking-hub__search .mphb_sc_search-submit-button-wrapper .button:hover {
  transform: translateY(-1px);
  filter: saturate(1.08);
}

.page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-submit-button-wrapper .button:focus-visible,
.vs-booking-hub__search .mphb_sc_search-submit-button-wrapper .button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(143, 106, 73, 0.2), 0 10px 20px rgba(111, 79, 52, 0.2);
}

/* Datepicker de MotoPress, integrado visualmente */
.vs-booking-card .datepick,
.vs-booking-hub__search .datepick {
  font-family: "Montserrat", system-ui, sans-serif;
}

.vs-booking-card .datepick-nav,
.vs-booking-hub__search .datepick-nav {
  background: #2f2721;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.vs-booking-card .datepick-nav a,
.vs-booking-hub__search .datepick-nav a {
  color: #fff;
  font-weight: 700;
}

.vs-booking-card .datepick-month-header,
.vs-booking-hub__search .datepick-month-header {
  background: #f4ece2;
  color: #43362c;
  border-bottom: 1px solid rgba(27, 25, 23, 0.12);
}

.vs-booking-card .datepick-month-header select,
.vs-booking-hub__search .datepick-month-header select {
  border-radius: 9px;
  border: 1px solid rgba(51, 41, 33, 0.24);
  padding: 0.3rem 0.45rem;
  font-weight: 700;
}

.vs-booking-card .datepick-month table,
.vs-booking-hub__search .datepick-month table {
  border-collapse: separate;
  border-spacing: 0;
}

.vs-booking-card .datepick-month thead,
.vs-booking-hub__search .datepick-month thead {
  background: #7a7a7a;
  color: #fff;
}

.vs-booking-card .datepick-month td a,
.vs-booking-hub__search .datepick-month td a {
  border-radius: 8px;
  transition: background-color 0.16s ease, color 0.16s ease;
}

.vs-booking-card .datepick-month td a:hover,
.vs-booking-hub__search .datepick-month td a:hover {
  background: rgba(143, 106, 73, 0.18);
  color: #2b2119;
}

.vs-card .mphb-view-details-button {
  border-radius: 999px;
  border: 1px solid rgba(111, 79, 52, 0.22);
  background: #fff;
  color: #5b4331;
  font-weight: 700;
  text-decoration: none;
}

.vs-card .mphb-view-details-button:hover {
  background: rgba(143, 106, 73, 0.08);
}

@media (max-width: 860px) {
  .vs-booking-hub__cards {
    grid-template-columns: 1fr;
  }

  .page-template-page-reservar .vs-booking-hub__search .mphb_sc_search-form,
  .vs-booking-hub__search .mphb_sc_search-form {
    grid-template-columns: 1fr;
    grid-template-areas:
      "tip"
      "checkin"
      "checkout"
      "adults"
      "children"
      "submit";
  }

  .vs-booking-card .mphb-booking-form {
    grid-template-columns: 1fr;
  }

  .vs-booking-card .mphb-booking-form .mphb-reserve-btn,
  .vs-booking-card .mphb-booking-form [type="submit"] {
    width: 100%;
    min-width: 0;
  }

  .vs-booking-card .mphb-calendar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .vs-booking-card .mphb-calendar .datepick-month-row {
    display: block;
  }

  .vs-booking-card .mphb-calendar .datepick-month + .datepick-month {
    display: none;
  }
}

/* -------- MotoPress Search Results + Checkout (global) -------- */
.mphb_sc_search_results-wrapper,
.mphb_sc_checkout-wrapper {
  width: min(100% - 2.2rem, var(--vs-max));
  margin: 1.4rem auto 0;
}

.mphb_sc_search_results-wrapper .mphb-book-button,
.mphb_sc_search_results-wrapper .mphb-button,
.mphb_sc_search_results-wrapper .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(130deg, var(--vs-brand), var(--vs-brand-dark));
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  padding: 0.65rem 1rem;
  box-shadow: 0 10px 20px rgba(111, 79, 52, 0.22);
}

.mphb_sc_search_results-wrapper .mphb-view-details-button {
  background: #fff;
  color: #584131;
  border-color: rgba(111, 79, 52, 0.25);
  box-shadow: none;
}

.mphb_sc_search_results-wrapper .mphb-view-details-button:hover {
  background: rgba(143, 106, 73, 0.08);
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-form {
  display: grid;
  gap: 1rem;
}

.mphb_sc_checkout-wrapper .mphb-checkout-section {
  margin: 0 !important;
  border: 1px solid rgba(27, 25, 23, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 16, 12, 0.06);
  padding: 1rem 1.1rem;
}

.mphb_sc_checkout-wrapper .mphb-booking-details-title,
.mphb_sc_checkout-wrapper .mphb-price-breakdown-title,
.mphb_sc_checkout-wrapper .mphb-customer-details-title {
  margin: 0 0 0.9rem;
  font-family: "Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 1.15rem;
  color: #342a23;
}

.mphb_sc_checkout-wrapper .mphb-room-details {
  border: 1px solid rgba(27, 25, 23, 0.09);
  border-radius: 13px;
  padding: 0.85rem;
  background: linear-gradient(180deg, #fff 0%, #fcfaf7 100%);
}

.mphb_sc_checkout-wrapper .mphb-room-number {
  margin: 0 0 0.65rem;
  font-size: 1rem;
}

.mphb_sc_checkout-wrapper .mphb-room-type-title a {
  color: var(--vs-brand-dark);
  text-decoration: none;
  border-bottom: 1px dashed rgba(111, 79, 52, 0.45);
}

.mphb_sc_checkout-wrapper .mphb-room-details p {
  margin: 0.55rem 0;
}

.mphb_sc_checkout-wrapper .mphb-adults-chooser,
.mphb_sc_checkout-wrapper .mphb-children-chooser,
.mphb_sc_checkout-wrapper .mphb-guest-name-wrapper {
  display: grid;
  gap: 0.35rem;
}

.mphb_sc_checkout-wrapper label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #40352d;
}

.mphb_sc_checkout-wrapper select,
.mphb_sc_checkout-wrapper input[type="text"],
.mphb_sc_checkout-wrapper input[type="email"],
.mphb_sc_checkout-wrapper input[type="tel"],
.mphb_sc_checkout-wrapper textarea {
  width: 100%;
  min-height: 44px;
  border-radius: 11px;
  border: 1px solid rgba(71, 58, 47, 0.2);
  padding: 0.62rem 0.78rem;
  background: #fff;
  color: #2e241d;
  font-size: 0.95rem;
}

.mphb_sc_checkout-wrapper textarea {
  min-height: 110px;
  resize: vertical;
}

.mphb_sc_checkout-wrapper select:focus,
.mphb_sc_checkout-wrapper input[type="text"]:focus,
.mphb_sc_checkout-wrapper input[type="email"]:focus,
.mphb_sc_checkout-wrapper input[type="tel"]:focus,
.mphb_sc_checkout-wrapper textarea:focus {
  outline: none;
  border-color: rgba(143, 106, 73, 0.55);
  box-shadow: 0 0 0 3px rgba(143, 106, 73, 0.14);
}

.mphb_sc_checkout-wrapper .mphb-price-breakdown {
  border: 1px solid rgba(27, 25, 23, 0.1);
  border-radius: 12px;
  background: #fbf8f3;
  padding: 0.75rem 0.85rem;
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper,
.mphb_sc_checkout-wrapper .mphb-submit-button-wrapper {
  margin: 0 !important;
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper .button,
.mphb_sc_checkout-wrapper .mphb-submit-button-wrapper .button,
.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper input[type="submit"],
.mphb_sc_checkout-wrapper .mphb-submit-button-wrapper input[type="submit"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(130deg, var(--vs-brand), var(--vs-brand-dark));
  color: #fff;
  font-weight: 700;
  font-size: 0.96rem;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 22px rgba(111, 79, 52, 0.23);
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper .button:hover,
.mphb_sc_checkout-wrapper .mphb-submit-button-wrapper .button:hover,
.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper input[type="submit"]:hover,
.mphb_sc_checkout-wrapper .mphb-submit-button-wrapper input[type="submit"]:hover {
  transform: translateY(-1px);
}

.mphb_sc_checkout-wrapper .mphb-errors-wrapper,
.mphb_sc_checkout-wrapper .mphb-error {
  border-radius: 10px;
  border: 1px solid rgba(148, 45, 28, 0.24);
  background: rgba(173, 51, 28, 0.09);
  color: #7a2a1e;
  padding: 0.62rem 0.78rem;
}

/* -------- Calendar premium pass -------- */
.vs-booking-card .mphb-calendar.mphb-datepick.inlinePicker.is-datepick,
.vs-booking-card .mphb-calendar.mphb-datepick.inlinePicker {
  border: 1px solid rgba(43, 33, 25, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 248, 236, 0.9), rgba(255, 248, 236, 0) 40%),
    #fff;
  box-shadow: 0 18px 34px rgba(26, 20, 15, 0.1);
  padding: 0.7rem;
  min-height: clamp(600px, 68vh, 760px);
  height: auto !important;
  overflow: visible !important;
}

.vs-booking-card .mphb-calendar .datepick {
  border: 0 !important;
  background: transparent !important;
  font-size: 16px;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  overflow: visible !important;
}

.vs-booking-card .mphb-calendar .datepick.datepick-multi {
  min-height: 690px;
  height: auto !important;
}

.vs-booking-card .mphb-calendar .datepick-nav {
  border-radius: 14px;
  padding: 0.25rem 0.4rem;
  background: linear-gradient(140deg, #2f2721, #4a3b31);
}

.vs-booking-card .mphb-calendar .datepick-nav a {
  padding: 0.55rem 0.8rem;
  border-radius: 10px;
  font-size: 0.86rem;
}

.vs-booking-card .mphb-calendar .datepick-nav a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.vs-booking-card .mphb-calendar .datepick-month {
  padding: 0.35rem;
}

.vs-booking-card .mphb-calendar .datepick-month-row {
  display: flex;
  gap: 0.4rem;
  width: 100%;
  height: auto !important;
}

.vs-booking-card .mphb-calendar .datepick-month {
  float: none !important;
  width: 50% !important;
  max-width: none !important;
  height: auto !important;
  overflow: visible !important;
  min-height: 610px;
  border: 1px solid rgba(35, 29, 23, 0.14);
  border-radius: 14px;
  background: #fff;
}

.vs-booking-card .mphb-calendar .datepick-month-header {
  border-radius: 12px 12px 0 0;
  padding: 0.55rem 0.4rem;
}

.vs-booking-card .mphb-calendar .datepick-month thead th {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.48rem 0.25rem;
}

.vs-booking-card .mphb-calendar .datepick-month table {
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 4px !important;
  background: transparent !important;
}

.vs-booking-card .mphb-calendar .datepick-month th,
.vs-booking-card .mphb-calendar .datepick-month td {
  border: 0 !important;
  background: transparent !important;
}

.vs-booking-card .mphb-calendar .datepick-month td {
  padding: 0 !important;
}

.vs-booking-card .mphb-calendar .datepick-month td a,
.vs-booking-card .mphb-calendar .datepick-month td span {
  min-height: 66px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid rgba(57, 47, 38, 0.14);
  background: #fff;
}

.vs-booking-card .mphb-calendar .datepick-month td .mphb-available-date {
  border: 1px solid rgba(78, 120, 52, 0.2);
  background: linear-gradient(170deg, rgba(139, 188, 100, 0.24), rgba(111, 152, 88, 0.17));
}

.vs-booking-card .mphb-calendar .datepick-month td .mphb-booked-date {
  border: 1px solid rgba(132, 63, 53, 0.18);
  background: linear-gradient(170deg, rgba(165, 87, 75, 0.22), rgba(130, 47, 36, 0.12));
}

.vs-booking-card .mphb-calendar .datepick-month td .mphb-date-check-in,
.vs-booking-card .mphb-calendar .datepick-month td .mphb-date-check-out,
.vs-booking-card .mphb-calendar .datepick-month td .mphb-selected-date {
  box-shadow: inset 0 0 0 2px rgba(63, 47, 34, 0.26);
}

.vs-booking-card .mphb-calendar .datepick-month-header select,
.mphb-datepick-popup .datepick-month-header select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 10px !important;
  border: 1px solid rgba(58, 48, 39, 0.25) !important;
  background: #3a3129 !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 0.4rem 0.55rem !important;
  min-height: 38px;
}

.mphb-datepick-popup {
  border: 1px solid rgba(39, 31, 24, 0.2);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(18, 14, 11, 0.2);
}

.mphb-datepick-popup .datepick {
  border: 0 !important;
}

.mphb-datepick-popup .datepick-month table {
  border-collapse: separate !important;
  border-spacing: 3px !important;
}

.mphb-datepick-popup .datepick-month th,
.mphb-datepick-popup .datepick-month td {
  border: 0 !important;
}

.mphb-datepick-popup .datepick-month td a,
.mphb-datepick-popup .datepick-month td span {
  border-radius: 8px;
  border: 1px solid rgba(56, 46, 37, 0.14);
}

@media (max-width: 980px) {
  .vs-booking-card .mphb-calendar.mphb-datepick.inlinePicker.is-datepick,
  .vs-booking-card .mphb-calendar.mphb-datepick.inlinePicker {
    padding: 0.45rem;
  }

  .vs-booking-card .mphb-calendar .datepick-month td a,
  .vs-booking-card .mphb-calendar .datepick-month td span {
    min-height: 56px;
    font-size: 0.9rem;
  }

  .vs-booking-card .mphb-calendar .datepick-month-row {
    gap: 0.3rem;
  }

  .vs-booking-card .mphb-calendar .datepick-month {
    min-height: 560px;
  }
}

@media (max-width: 640px) {
  .vs-booking-card .mphb_sc_availability_calendar-wrapper {
    min-height: 0;
  }

  .vs-booking-card .mphb-calendar.mphb-datepick.inlinePicker.is-datepick,
  .vs-booking-card .mphb-calendar.mphb-datepick.inlinePicker,
  .vs-booking-card .mphb-calendar .datepick.datepick-multi {
    min-height: 0;
  }

  .vs-booking-card .mphb-calendar .datepick-month-row {
    display: block;
  }

  .vs-booking-card .mphb-calendar .datepick-month {
    width: 100% !important;
    min-height: 0;
  }

  .vs-booking-card .mphb-calendar .datepick-month td a,
  .vs-booking-card .mphb-calendar .datepick-month td span {
    min-height: 44px;
    border-radius: 8px;
    font-size: 0.84rem;
  }
}
