/**
 * InnStyle Calendar Custom Styles
 */

/* ========================================
   BASE STYLES
   ======================================== */

   .calendars_controller.index {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #1f2937;
  }
  
  /* ========================================
     SCROLL BEHAVIOR BY STATE
     ======================================== */
  
  /* Calendar-only state: Disable all scrolling (both X and Y) */
  html:has(body.calendars-controller:not(:has(.enquiry__property-price-list))),
  body.calendars-controller:not(:has(.enquiry__property-price-list)) {
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  
  /* Price list visible state: Enable vertical scrolling only */
  html:has(body.calendars-controller:has(.enquiry__property-price-list)),
  body.calendars-controller:has(.enquiry__property-price-list) {
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  
  /* Booking page state: Enable vertical scrolling */
  html:has(body.bookings-controller),
  body.bookings-controller {
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  
  
  .bliss {
    padding: 0;
  }
  
  /* Lead Text - Hidden */
  .lead.centered {
    display: none;
  }
  
  /* Language Selector - Hidden */
  .durations-locale-selector {
    display: none;
  }
  
  .calendar.centered {
    margin-bottom: 1.5rem;
  }
  
  /* ========================================
     MONTH SELECTOR DROPDOWN
     ======================================== */
  
  .js-calendar-month-picker {
    position: relative;
    width: 100%;
    margin: 0 0 -3rem 0 !important;
    padding: 0;
  }
  
  .js-calendar-month-picker select,
  select.js-calendar-month-picker,
  #date_in_view {
    width: 100%;
    margin-bottom: -4em !important;
    padding: 0 0.5rem 0.25rem 0;
    border: none !important;
    background-color: transparent !important;
    color: #1f2937 !important;
    font-size: 1.6rem !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    text-align: center !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231f2937' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: calc(50% + 4em) center !important;
    background-size: 24px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    cursor: pointer !important;
    outline: none !important;
    box-shadow: none !important;
  }
  
  .js-calendar-month-picker select::placeholder,
  select.js-calendar-month-picker::placeholder,
  #date_in_view::placeholder {
    color: #9ca3af;
  }
  
  .js-calendar-month-picker select:hover,
  select.js-calendar-month-picker:hover,
  #date_in_view:hover,
  .js-calendar-month-picker select:focus,
  select.js-calendar-month-picker:focus,
  .js-calendar-month-picker select:focus-visible,
  select.js-calendar-month-picker:focus-visible,
  #date_in_view:focus,
  #date_in_view:focus-visible,
  .js-calendar-month-picker select:active,
  select.js-calendar-month-picker:active,
  #date_in_view:active {
    border: none !important;
    background-color: transparent !important;
    background-image: none !important;
    outline: none !important;
    box-shadow: none !important;
    transform: none !important;
  }
  
  .js-calendar-month-picker select:disabled,
  select.js-calendar-month-picker:disabled,
  #date_in_view:disabled {
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    color: #9ca3af !important;
  }
  
  .js-calendar-month-picker select option,
  select.js-calendar-month-picker option,
  #date_in_view option {
    background-color: #ffffff;
    color: #1f2937;
    padding: 8px 12px;
    font-size: 1rem;
    font-weight: 400;
  }
  
  /* ========================================
     CALENDAR GRID
     ======================================== */
  
  .calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.25rem 0 !important;
    padding: 0 1rem !important;
  }
  
  .day.dayname {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 0.5rem 0.25rem;
    padding-bottom: 1.5rem !important;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    background-color: transparent;
    border-radius: 0.25rem;
  }
  
  .day.js-day {
    position: relative;
    aspect-ratio: 1;
    border-radius: 0 !important;
    transition: all 0.2s;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.5rem !important;
    font-weight: 400;
    border: none !important;
    padding: 0.5rem !important;
  }
  
  .day.js-day a {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none;
    color: inherit;
    border-radius: inherit !important;
    padding: 0.35rem !important;
    box-sizing: border-box !important;
  }
  
  /* ========================================
     SMART CORNER ROUNDING
     ======================================== */
  
  /* Available dates */
  .day.js-day.available:not(.available + .available),
  .day.js-day.available:not(.day.available + .available) {
    border-radius: 0.5rem 0 0 0.5rem !important;
  }
  
  .day.js-day.available:not(:has(+ .day.available)),
  .day.js-day.available:not(:has(+ .available)) {
    border-radius: 0 0.5rem 0.5rem 0 !important;
  }
  
  .day.js-day.available:not(.available + .available):not(:has(+ .day.available)),
  .day.js-day.available:not(.day.available + .available):not(:has(+ .available)) {
    border-radius: 0.5rem !important;
  }
  
  /* Booked dates */
  .day.js-day.booked:not(.booked + .booked),
  .day.js-day.booked:not(.day.booked + .booked) {
    border-radius: 0.5rem 0 0 0.5rem !important;
  }
  
  .day.js-day.booked:not(:has(+ .day.booked)),
  .day.js-day.booked:not(:has(+ .booked)) {
    border-radius: 0 0.5rem 0.5rem 0 !important;
  }
  
  .day.js-day.booked:not(.booked + .booked):not(:has(+ .day.booked)),
  .day.js-day.booked:not(.day.booked + .booked):not(:has(+ .booked)) {
    border-radius: 0.5rem !important;
  }
  
  /* Please-call dates */
  .day.js-day.please-call:not(.please-call + .please-call),
  .day.js-day.please-call:not(.day.please-call + .please-call) {
    border-radius: 0.5rem 0 0 0.5rem !important;
  }
  
  .day.js-day.please-call:not(:has(+ .day.please-call)),
  .day.js-day.please-call:not(:has(+ .please-call)) {
    border-radius: 0 0.5rem 0.5rem 0 !important;
  }
  
  .day.js-day.please-call:not(.please-call + .please-call):not(:has(+ .day.please-call)),
  .day.js-day.please-call:not(.day.please-call + .please-call):not(:has(+ .please-call)) {
    border-radius: 0.5rem !important;
  }
  
  /* Closed dates */
  .day.js-day.closed:not(.closed + .closed),
  .day.js-day.closed:not(.day.closed + .closed) {
    border-radius: 0.5rem 0 0 0.5rem !important;
  }
  
  .day.js-day.closed:not(:has(+ .day.closed)),
  .day.js-day.closed:not(:has(+ .closed)) {
    border-radius: 0 0.5rem 0.5rem 0 !important;
  }
  
  .day.js-day.closed:not(.closed + .closed):not(:has(+ .day.closed)),
  .day.js-day.closed:not(.day.closed + .closed):not(:has(+ .closed)) {
    border-radius: 0.5rem !important;
  }
  
  /* ========================================
     DAY STATES
     ======================================== */
  
  /* Available Dates */
  #calendar_wrapper .day.js-day.available,
  #calendar_wrapper .day.available,
  #calendar_wrapper .available.day,
  #calendar_wrapper a.available,
  #calendar_wrapper .day.js-day.available a,
  #calendar_wrapper .day.available a,
  .day.js-day.available,
  .day.available,
  .available.day,
  a.available,
  .day.js-day.available a,
  .day.available a {
    background-color: #157e59 !important;
    border: none !important;
    color: #ffffff !important;
    cursor: pointer !important;
  }
  
  #calendar_wrapper .day.js-day.available:hover,
  #calendar_wrapper .day.available:hover,
  #calendar_wrapper .available.day:hover,
  #calendar_wrapper a.available:hover,
  #calendar_wrapper .day.js-day.available a:hover,
  #calendar_wrapper .day.available a:hover,
  .day.js-day.available:hover,
  .day.available:hover,
  .available.day:hover,
  a.available:hover,
  .day.js-day.available a:hover,
  .day.available a:hover {
    background-color: #106849 !important;
    color: #ffffff !important;
    transform: scale(1.05);
    box-shadow: 0 2px 4px rgba(16, 104, 73, 0.2) !important;
    z-index: 10;
  }
  
  /* Booked Dates */
  #calendar_wrapper .day.js-day.booked,
  #calendar_wrapper .day.booked,
  #calendar_wrapper .booked.day,
  #calendar_wrapper a.booked,
  #calendar_wrapper .day.js-day.booked a,
  #calendar_wrapper .day.booked a,
  .day.js-day.booked,
  .day.booked,
  .booked.day,
  a.booked,
  .day.js-day.booked a,
  .day.booked a {
    background-color: #EA7171 !important;
    border: none !important;
    color: #ffffff !important;
    cursor: not-allowed !important;
    text-decoration: line-through !important;
    opacity: 1 !important;
  }
  
  #calendar_wrapper .day.js-day.booked:hover,
  #calendar_wrapper .day.booked:hover,
  #calendar_wrapper .booked.day:hover,
  #calendar_wrapper a.booked:hover,
  #calendar_wrapper .day.js-day.booked a:hover,
  #calendar_wrapper .day.booked a:hover,
  .day.js-day.booked:hover,
  .day.booked:hover,
  .booked.day:hover,
  a.booked:hover,
  .day.js-day.booked a:hover,
  .day.booked a:hover {
    background-color: #fecaca !important;
    border: none !important;
    color: #ffffff !important;
    transform: none !important;
  }
  
  /* Closed Dates */
  #calendar_wrapper .day.js-day.closed,
  #calendar_wrapper .day.closed,
  #calendar_wrapper .closed.day,
  #calendar_wrapper .day.js-day.closed a,
  #calendar_wrapper .day.closed a,
  .day.js-day.closed {
    background-color: #f3f4f6 !important;
    border: none !important;
    color: #9ca3af !important;
    cursor: not-allowed !important;
    text-decoration: line-through !important;
  }
  
  /* Inactive/Past Dates */
  #calendar_wrapper .day.js-day.inactive,
  #calendar_wrapper .day.js-day.unavailable,
  #calendar_wrapper .day.inactive,
  #calendar_wrapper .day.unavailable,
  #calendar_wrapper .inactive a,
  #calendar_wrapper .unavailable a,
  #calendar_wrapper .day.inactive a,
  #calendar_wrapper .day.unavailable a,
  .day.js-day.inactive,
  .day.js-day.unavailable,
  .day.inactive,
  .day.unavailable {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
    color: #bdbdbd !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
  }
  
  #calendar_wrapper .day.js-day.inactive:hover,
  #calendar_wrapper .day.js-day.unavailable:hover,
  #calendar_wrapper .day.inactive:hover,
  #calendar_wrapper .day.unavailable:hover,
  .day.js-day.inactive:hover,
  .day.js-day.unavailable:hover,
  .day.inactive:hover,
  .day.unavailable:hover {
    background-color: transparent !important;
    background: transparent !important;
    transform: none !important;
    color: #bdbdbd !important;
  }
  
  /* Please Call Dates */
  #calendar_wrapper .calendar-days .day.js-day.please-call,
  #calendar_wrapper .calendar .day.js-day.please-call,
  #calendar_wrapper div.day.js-day.please-call,
  #calendar_wrapper .day.js-day.please-call,
  #calendar_wrapper .day.please-call,
  #calendar_wrapper .please-call.day,
  #calendar_wrapper .please-call a,
  #calendar_wrapper .day.please-call a,
  #calendar_wrapper .day.js-day.please-call a,
  .day.js-day.please-call,
  .day.please-call,
  .please-call.day {
    background-color: #dbeafe !important;
    background: #dbeafe !important;
    border: none !important;
    color: #1e40af !important;
    cursor: pointer !important;
    text-decoration: none !important;
  }
  
  #calendar_wrapper .please-call a,
  #calendar_wrapper .day.please-call a,
  #calendar_wrapper .day.js-day.please-call a {
    width: 100% !important;
    height: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    color: #1e40af !important;
  }
  
  #calendar_wrapper .calendar-days .day.js-day.please-call:hover,
  #calendar_wrapper .calendar .day.js-day.please-call:hover,
  #calendar_wrapper div.day.js-day.please-call:hover,
  #calendar_wrapper .day.js-day.please-call:hover,
  #calendar_wrapper .day.please-call:hover,
  #calendar_wrapper .please-call.day:hover,
  #calendar_wrapper .please-call a:hover,
  #calendar_wrapper .day.please-call a:hover,
  #calendar_wrapper .day.js-day.please-call a:hover,
  .day.js-day.please-call:hover,
  .day.please-call:hover,
  .please-call.day:hover {
    background-color: #063064 !important;
    background: #bfdbfe !important;
    border: none !important;
    color: #1e40af !important;
    transform: scale(1.05);
    text-decoration: none !important;
  }
  
  #calendar_wrapper .day.js-day.please-call .fa-phone,
  #calendar_wrapper .day.please-call .fa-phone,
  #calendar_wrapper .please-call a .fa-phone,
  #calendar_wrapper .please-call .fa-phone,
  #calendar_wrapper .please-call a i,
  #calendar_wrapper .please-call i.fa,
  #calendar_wrapper .please-call i.fa-phone,
  #calendar_wrapper .please-call i.fa-lg,
  .day.js-day.please-call .fa-phone,
  .day.please-call .fa-phone {
    color: #1e40af !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-decoration: none !important;
  }
  
  #calendar_wrapper .please-call i.fa::before,
  #calendar_wrapper .please-call i.fa-phone::before,
  #calendar_wrapper .please-call i.fa-lg::before,
  #calendar_wrapper .day.please-call i::before {
    color: #1e40af !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  /* No Check-in Dates */
  #calendar_wrapper .day.js-day.nocheckin,
  #calendar_wrapper .day.nocheckin,
  #calendar_wrapper .nocheckin.day,
  #calendar_wrapper .day.js-day.nocheckin a,
  #calendar_wrapper .day.nocheckin a,
  .day.js-day.nocheckin {
    background-color: #fef3c7 !important;
    border: none !important;
    color: #78350f !important;
    cursor: not-allowed !important;
    opacity: 0.8;
  }
  
  .day-spacer {
    aspect-ratio: 1;
  }
  
  /* ========================================
     NIGHTS SELECTION MODAL
     ======================================== */
  
  #calendar_wrapper .js-nights-select.nights-select.pulse,
  #calendar_wrapper .js-nights-select.nights-select.animated {
    animation: none !important;
    -webkit-animation: none !important;
  }
  
  /* Button Styling */
  .js-nights-select input[type="submit"],
  .js-nights-select .btn-primary,
  .nights-select input[type="submit"],
  .nights-select .btn-primary,
  .js-nights-select.nights-select input[type="submit"],
  .js-nights-select.nights-select .btn-primary,
  .js-enquiry-custom-result-btn .btn,
  .js-enquiry-custom-result-btn .btn-primary {
    background: linear-gradient(to right, #106849, #106849) !important;
    background-color: #106849 !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 2rem;
    padding: 0.75rem 1.5rem !important;
    border-radius: 0.75rem !important;
    box-shadow: 0 10px 15px -3px rgba(16, 104, 73, 0.3) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: none !important;
    font-size: 1rem !important;
  }
  
  .js-nights-select input[type="submit"]:hover,
  .js-nights-select .btn-primary:hover,
  .nights-select input[type="submit"]:hover,
  .nights-select .btn-primary:hover,
  .js-enquiry-custom-result-btn .btn:hover,
  .js-enquiry-custom-result-btn .btn-primary:hover {
    background: linear-gradient(to right, #0d5a3d, #0d5a3d) !important;
    background-color: #0d5a3d !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 20px -3px rgba(16, 104, 73, 0.4) !important;
  }
  
  .close-nights-wrap {
    display: none;
  }
  
  /* ========================================
     LEGEND
     ======================================== */
  
  /* Hide bookable name on small viewports (normal small calendar) */
  @media (max-width: 991px) {
    .bookable-name,
    .calendar-bookable-name {
      display: none;
    }
   .row {
    width: 106%;
    
  }
  }
  
  /* Show bookable name on large viewports (expanded calendar) */
  @media (min-width: 992px) {
    .bookable-name,
    .calendar-bookable-name {
      display: block !important;
      font-size: 16px !important;
      padding-top: 6px;
      width: calc(100% + 45px);
    }
   .row {
    width: 100%
  }
  }
  
  .booking-legend {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    border-top: 1px solid #e5e7eb;
  }
  
  .booking-legend p {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 0.5rem;
  }
  
  .booking-legend .day {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: none !important;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
  }
  
  .booking-legend span.day.available,
  .booking-legend .day.available,
  .booking-legend .available {
    background-color: rgba(16, 104, 73, 0.2) !important;
    border: none !important;
    color: #15803d !important;
  }
  
  .booking-legend span.day.booked,
  .booking-legend span.booked,
  .booking-legend .day.booked,
  .booking-legend .booked,
  .booking-legend .day.booked.js-day,
  .booking-legend div.booked,
  .booking-legend [class*="booked"],
  .booking-legend p span.day.booked,
  .booking-legend p span.booked,
  .booking-legend p .day.booked,
  .booking-legend p .booked,
  .booking-legend * .booked {
    background-color: #EA7171 !important;
    border: none !important;
    color: #b91c1c !important;
  }
  
  .booking-legend span.day.closed,
  .booking-legend .day.closed,
  .booking-legend .closed {
    background-color: #f3f4f6 !important;
    border: none !important;
    color: #9ca3af !important;
  }
  
  #calendar_wrapper .booking-legend span.day.please-call,
  #calendar_wrapper .booking-legend .day.please-call,
  #calendar_wrapper .booking-legend .please-call,
  .booking-legend span.day.please-call,
  .booking-legend .day.please-call,
  .booking-legend .please-call {
    background-color: #dbeafe !important;
    border: none !important;
    color: #1e40af !important;
  }
  
  #calendar_wrapper .booking-legend span.day.inactive,
  #calendar_wrapper .booking-legend span.day.unavailable,
  #calendar_wrapper .booking-legend .day.inactive,
  #calendar_wrapper .booking-legend .day.unavailable,
  #calendar_wrapper .booking-legend .inactive,
  #calendar_wrapper .booking-legend .unavailable,
  .booking-legend span.day.inactive,
  .booking-legend span.day.unavailable,
  .booking-legend .day.inactive,
  .booking-legend .day.unavailable,
  .booking-legend .inactive,
  .booking-legend .unavailable {
    background-color: transparent !important;
    border: 1px solid #3a3a3a !important;
    color: #2c2c2c !important;
  }
  
  hr {
    display: none !important;
  }
  
  .booking-legend {
    margin-top: 1.5rem;
    padding-top: 0 !important;
    border-top: none !important;
  }
  
  @media (max-width: 640px) {
    .calendar-days {
      gap: 0.125rem;
    }
    
    .day.js-day {
      font-size: 0.75rem;
    }
    
    .day.dayname {
      font-size: 0.625rem;
      padding: 0.375rem 0.125rem;
    }
  }
  
  /* ========================================
     CONTEXT-SPECIFIC STYLES
     ======================================== */
  
  /* PropertyShowcase Context */
  .property-showcase .calendars_controller.index,
  .property-showcase-calendar .calendars_controller.index {
    font-size: 0.875rem;
  }
  
  .property-showcase .lead.centered,
  .property-showcase-calendar .lead.centered {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  
  .property-showcase #date_in_view,
  .property-showcase-calendar #date_in_view {
    padding: 0.5rem 0.625rem;
    font-size: 0.875rem;
  }
  
  .property-showcase .calendar-days,
  .property-showcase-calendar .calendar-days {
    gap: 0.125rem;
  }
  
  .property-showcase .day.js-day,
  .property-showcase-calendar .day.js-day {
    font-size: 0.75rem;
  }
  
  .property-showcase .day.dayname,
  .property-showcase-calendar .day.dayname {
    font-size: 0.625rem;
    padding: 0.375rem 0.125rem;
  }
  
  .property-showcase .booking-legend,
  .property-showcase-calendar .booking-legend {
    display: none;
  }
  
  .property-showcase .durations-locale-selector,
  .property-showcase-calendar .durations-locale-selector {
    margin-bottom: 1rem;
  }
  
  .property-showcase .durations-locale-selector a,
  .property-showcase-calendar .durations-locale-selector a {
    width: 1.5rem;
    height: 1.5rem;
  }
  
  /* PropertyDetail Context */
  .property-detail .lead.centered,
  .property-detail-calendar .lead.centered {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  
  .property-detail #date_in_view,
  .property-detail-calendar #date_in_view {
    padding: 0.75rem 1rem;
    font-size: 1.125rem;
  }
  
  .property-detail .calendar-days,
  .property-detail-calendar .calendar-days {
    gap: 0.375rem;
  }
  
  .property-detail .day.js-day,
  .property-detail-calendar .day.js-day {
    font-size: 1rem;
  }
  
  .property-detail .day.dayname,
  .property-detail-calendar .day.dayname {
    font-size: 0.875rem;
    padding: 0.625rem 0.375rem;
  }
  
  .property-detail .day.js-day.available:hover::after,
  .property-detail-calendar .day.js-day.available:hover::after {
    content: 'Click for prices';
    position: absolute;
    bottom: -1.75rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1f2937;
    color: #ffffff;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.625rem;
    white-space: nowrap;
    pointer-events: none;
    z-index: 100;
  }
  
  /* Sidebar Context */
  .sidebar-calendar .calendars_controller.index {
    font-size: 0.75rem;
  }
  
  .sidebar-calendar .lead.centered {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  
  .sidebar-calendar #date_in_view {
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
  }
  
  .sidebar-calendar .calendar-days {
    gap: 0.0625rem;
  }
  
  .sidebar-calendar .day.js-day {
    font-size: 0.625rem;
  }
  
  .sidebar-calendar .day.dayname {
    font-size: 0.5rem;
    padding: 0.25rem 0.0625rem;
  }
  
  .sidebar-calendar .booking-legend {
    display: none;
  }
  
  .sidebar-calendar .durations-locale-selector {
    margin-bottom: 0.75rem;
  }
  
  .sidebar-calendar .durations-locale-selector a {
    width: 1.25rem;
    height: 1.25rem;
  }
  
  /* ========================================
     BRAND-SPECIFIC OVERRIDES
     ======================================== */
  
  .day.js-day.available {
    border-color: #d1fae5;
  }
  
  .day.js-day.available:hover {
    background-color: #ecfdf5;
    border-color: #106849;
  }
  
  .durations-locale-selector a:hover {
    border-color: #106849;
  }
  
  #date_in_view:hover,
  #date_in_view:focus {
    border-color: #106849;
  }
  
  #date_in_view:focus {
    box-shadow: 0 0 0 3px #1068491a;
  }
  
  /* ========================================
     UTILITY OVERRIDES
     ======================================== */
  
  .swiper-pagination {
    display: none;
  }
  
  .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  /* ========================================
     FINAL OVERRIDES
     ======================================== */
  
  #calendar_wrapper .booking-legend span.day.booked,
  #calendar_wrapper .booking-legend span.booked,
  #calendar_wrapper .booking-legend .booked,
  #calendar_wrapper span.day.booked,
  span.day.booked,
  .booking-legend span.day.booked,
  .booking-legend span.booked,
  .booking-legend .booked {
    background-color: #EA7171 !important;
    background: #EA7171 !important;
    color: #b91c1c !important;
    border: none !important;
  }
  
  /* ========================================
     TOOLTIP STYLING
     ======================================== */
  
  .tooltip,
  .tooltip.fade,
  .tooltip.top,
  .tooltip.in {
    opacity: 1 !important;
    z-index: 9999 !important;
  }
  
  .tooltip-inner {
    background-color: #ffffff !important;
    color: #1f2937 !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    padding: 0.5rem 0.75rem !important;
    border-radius: 0.5rem !important;
    font-size: 0.875rem !important;
    max-width: 200px !important;
  }
  
  .tooltip.top .tooltip-arrow,
  .tooltip.top .tooltip-arrow::before,
  .tooltip.top .tooltip-arrow::after {
    border-top-color: #ffffff !important;
  }
  
  .tooltip.bottom .tooltip-arrow,
  .tooltip.bottom .tooltip-arrow::before,
  .tooltip.bottom .tooltip-arrow::after {
    border-bottom-color: #ffffff !important;
  }
  
  .tooltip.left .tooltip-arrow,
  .tooltip.left .tooltip-arrow::before,
  .tooltip.left .tooltip-arrow::after {
    border-left-color: #ffffff !important;
  }
  
  .tooltip.right .tooltip-arrow,
  .tooltip.right .tooltip-arrow::before,
  .tooltip.right .tooltip-arrow::after {
    border-right-color: #ffffff !important;
  }
  
  /* ========================================
     FIX FOR MODAL SHIFTING/ANIMATION
     ======================================== */
  
  #calendar_wrapper .day.js-day.available.selected,
  #calendar_wrapper .day.js-day.available.selected:hover,
  .day.js-day.available.selected,
  .day.js-day.available.selected:hover {
    transform: none !important;
    box-shadow: none !important;
    z-index: 100 !important;
    transition: none !important;
  }
  
  .selected .nights-select,
  .selected.right .nights-select {
    transform: none !important;
    transition: none !important;
  }
  