.elementor-1193 .elementor-element.elementor-element-51656fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-fc5629d *//* =============================================
   AYS BOOKING PAGE STYLES
   Paste into: Appearance > Customize > Additional CSS
   ============================================= */

/* Section wrapper */
.ays-booking-section {
  background-color: #FBF9F6;
  padding: 60px 20px;
  color: #0A0A0A;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.ays-booking-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* Heading */
.ays-booking-copy .ays-booking-heading {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2;
  color: #0A0A0A;
  margin: 0 0 16px 0;
  padding: 0;
}

.ays-booking-copy .ays-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #8E7E74;
  margin: 0 0 32px 0;
  padding: 0;
}

/* Checklist */
.ays-booking-details {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.ays-booking-details li {
  font-size: 16px;
  line-height: 1.5;
  color: #0A0A0A;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #E8D8CC;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  list-style: none;
}

.ays-booking-details li:last-child {
  border-bottom: none;
}

.ays-check {
  color: #967F42;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
  line-height: 1.5;
}

/* What to Expect link */
.ays-expect-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
  color: #967F42;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.ays-expect-link:hover {
  color: #8E7E74;
}

/* Phone fallback box */
.ays-phone-fallback {
  margin-top: 24px;
  padding: 20px 24px;
  background-color: #F3EEE8;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #8E7E74;
}

.ays-phone-fallback a {
  color: #0A0A0A;
  font-weight: 600;
  text-decoration: none;
}

.ays-phone-fallback a:hover {
  color: #967F42;
}

/* Booking widget wrapper */
.ays-booking-widget-wrapper {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(10, 10, 10, 0.06);
  overflow: hidden;
  padding: 24px;
  margin: 0;
}

/* SSA Widget Brand Overrides */
.ays-booking-widget-wrapper .ssa-booking-widget {
  font-family: 'Source Sans Pro', Georgia, serif;
  color: #0A0A0A;
}

.ays-booking-widget-wrapper .ssa-booking-widget h1,
.ays-booking-widget-wrapper .ssa-booking-widget h2,
.ays-booking-widget-wrapper .ssa-booking-widget h3 {
  font-family: Georgia, serif;
  color: #0A0A0A;
}

.ays-booking-widget-wrapper .ssa-btn-primary,
.ays-booking-widget-wrapper button[type="submit"] {
  background-color: #967F42;
  border-color: #967F42;
  color: #ffffff;
  border-radius: 4px;
}

.ays-booking-widget-wrapper .ssa-btn-primary:hover,
.ays-booking-widget-wrapper button[type="submit"]:hover {
  background-color: #8E7E74;
  border-color: #8E7E74;
}

.ays-booking-widget-wrapper .ssa-selected,
.ays-booking-widget-wrapper .ssa-active {
  background-color: #967F42;
  color: #ffffff;
}

.ays-booking-widget-wrapper .ssa-available {
  border-color: #E8D8CC;
}

.ays-booking-widget-wrapper .ssa-available:hover {
  border-color: #967F42;
  color: #967F42;
}

.ays-booking-widget-wrapper input,
.ays-booking-widget-wrapper select,
.ays-booking-widget-wrapper textarea {
  border-color: #E8D8CC;
  color: #0A0A0A;
}

.ays-booking-widget-wrapper input:focus,
.ays-booking-widget-wrapper select:focus,
.ays-booking-widget-wrapper textarea:focus {
  border-color: #967F42;
  outline-color: #967F42;
}

/* Tablet */
@media (max-width: 1024px) {
  .ays-booking-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ays-booking-section {
    padding: 40px 16px;
  }

  .ays-booking-copy .ays-booking-heading {
    font-size: 28px;
  }

  .ays-booking-copy .ays-subtitle {
    font-size: 16px;
  }

  .ays-booking-widget-wrapper {
    padding: 16px;
  }
}/* End custom CSS */