/* Version 1.1: booking, classic checkout and receipt. Scoped to this flow. */
.ys-booking,
body.ys-appointment-checkout .woocommerce,
body.ys-appointment-thanks .woocommerce {
  --ys-purple: #7d6daa;
  --ys-deep: #5e5087;
  --ys-wash: #f5f2f6;
  --ys-line: #e7e1eb;
  --ys-ink: #29252f;
  --ys-muted: #77727e;
  color: var(--ys-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.ys-booking *,
body.ys-appointment-checkout .woocommerce *,
body.ys-appointment-thanks .woocommerce * { box-sizing: border-box; }

/* Calendar: override button styles injected by the active theme. */
.ys-booking {
  width: min(100%, 760px);
  margin: 24px auto 64px;
  padding: 0 26px 34px;
  background: #fff;
  border: 1px solid var(--ys-line);
  border-radius: 22px;
  box-shadow: 0 18px 55px rgba(61, 47, 79, .075);
  overflow: hidden;
}
.ys-booking__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  margin: 0 -26px 24px;
  padding: 21px 20px 23px;
  background: var(--ys-purple);
  color: #fff;
  text-align: center;
  line-height: 1.35;
}
.ys-booking__heading { font: 400 28px/1.1 Forum, Georgia, serif; }
.ys-booking__header span:last-child { font-size: 14px; opacity: .93; }
.ys-booking__intro {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 18px 20px;
  border: 1px solid var(--ys-line);
  border-radius: 13px;
  background: #fbf9fb;
}
.ys-booking__intro strong { font-size: 16px; font-weight: 600; }
.ys-booking__intro span { color: var(--ys-muted); font-size: 14px; }
.ys-booking__intro .woocommerce-Price-amount { color: var(--ys-deep); font-weight: 600; }
.ys-booking__contact {
  margin: 16px 0 4px;
  padding: 17px 18px;
  border: 1px solid #ded5eb;
  border-radius: 14px;
  background: #f6f2f9;
  text-align: left;
}
.ys-booking__contact > strong { display: block; color: var(--ys-deep); font-size: 16px; font-weight: 600; }
.ys-booking__contact p { margin: 6px 0 14px; color: var(--ys-muted); font-size: 14px; line-height: 1.5; }
.ys-booking__contact-buttons { display: flex; flex-wrap: wrap; gap: 9px; }
html body .ys-booking .ys-booking__contact-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--ys-deep);
  border-radius: 999px;
  background: var(--ys-deep);
  color: #fff !important;
  font: 500 14px/1.2 Inter, Arial, sans-serif;
  text-decoration: none !important;
  transition: background .2s ease, transform .2s ease;
}
html body .ys-booking .ys-booking__contact-buttons a:last-child { background: transparent; color: var(--ys-deep) !important; }
html body .ys-booking .ys-booking__contact-buttons a:hover { background: #4d4076; color: #fff !important; transform: translateY(-1px); }
.ys-booking__month { padding: 12px 1px 10px; margin-top: 14px; }
.ys-booking__month strong { text-transform: capitalize; font-size: 18px; font-weight: 600; }
html body .ys-booking .ys-booking__month button {
  appearance: none !important;
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 0 5px !important;
  border: 1px solid transparent !important;
  border-radius: 50% !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--ys-deep) !important;
  font: 400 34px/1 Georgia, serif !important;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
html body .ys-booking .ys-booking__month button:not(:disabled):hover { background: var(--ys-wash) !important; transform: translateY(-2px); }
html body .ys-booking .ys-booking__month button:disabled { color: #c9c3cf !important; cursor: default; }
.ys-booking__calendar {
  padding: 18px 20px 24px;
  background: #fff;
  border: 1px solid var(--ys-line);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(67, 54, 82, .065);
}
.ys-booking__weekdays,
.ys-booking__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px 2px;
  text-align: center;
}
.ys-booking__weekdays { margin-bottom: 8px; color: var(--ys-muted); font-size: 13px; }
.ys-booking__weekdays span { padding: 5px 0; }
.ys-booking__days { min-height: 232px; align-items: start; }
.ys-booking__days.is-loading { opacity: .45; }
html body .ys-booking .ys-booking__day,
html body .ys-booking .ys-booking__day:disabled {
  appearance: none !important;
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 50% !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #b1abb8 !important;
  font: 400 15px/1 Inter, Arial, sans-serif !important;
  text-decoration: none !important;
  cursor: default;
  opacity: 1 !important;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
html body .ys-booking .ys-booking__day.is-available {
  background: #f3eef8 !important;
  color: var(--ys-deep) !important;
  font-weight: 600 !important;
  cursor: pointer;
}
html body .ys-booking .ys-booking__day.is-available:not(.is-selected):hover,
html body .ys-booking .ys-booking__day.is-available:not(.is-selected):focus-visible {
  background: #e3d9f0 !important;
  transform: translateY(-2px);
}
html body .ys-booking .ys-booking__day.is-selected,
html body .ys-booking .ys-booking__day.is-selected:hover {
  background: var(--ys-deep) !important;
  color: #fff !important;
  box-shadow: 0 4px 10px rgba(79, 61, 119, .24) !important;
}
.ys-booking__selection { padding: 19px 0 0; text-align: center; }
.ys-booking__selection h3 { margin: 0 0 18px; color: var(--ys-ink); font: 400 25px/1.25 Forum, Georgia, serif; text-transform: capitalize; }
.ys-booking__times { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
html body .ys-booking button.ys-booking__time {
  appearance: none !important;
  min-width: 88px !important;
  min-height: 43px !important;
  margin: 0 !important;
  padding: 8px 15px !important;
  border: 1px solid var(--ys-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: 0 3px 10px rgba(63, 49, 81, .055) !important;
  color: var(--ys-ink) !important;
  font: 500 15px/1.2 Inter, Arial, sans-serif !important;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}
html body .ys-booking button.ys-booking__time:not(:disabled):hover,
html body .ys-booking button.ys-booking__time:focus-visible { border-color: var(--ys-deep) !important; color: var(--ys-deep) !important; transform: translateY(-2px); }
html body .ys-booking button.ys-booking__time:disabled { opacity: .6; cursor: wait; }
.ys-booking__formats { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 22px; margin: 24px 0 0; padding: 0; border: 0; font-size: 14px; }
.ys-booking__formats legend { float: none; width: 100%; margin-bottom: 9px; color: var(--ys-ink); text-align: center; font-weight: 600; }
.ys-booking__formats label { display: inline-flex; align-items: center; gap: 7px; cursor: pointer; }
.ys-booking__formats input[type="radio"] { appearance: auto !important; accent-color: var(--ys-deep); width: 16px; height: 16px; margin: 0; }
.ys-booking__error { min-height: 1.5em; margin: 10px 0 0; color: #ab2f4d; font-size: 14px; }

/* The body class is present only while a booking is being purchased. */
body.ys-appointment-checkout .woocommerce,
body.ys-appointment-thanks .woocommerce { width: min(100% - 40px, 1120px); max-width: 1120px; margin: 28px auto 80px; }
body.ys-appointment-thanks .woocommerce .woocommerce-order { width: 100% !important; max-width: none !important; margin: 0 !important; }
body.ys-appointment-checkout h1.entry-title,
body.ys-appointment-thanks h1.entry-title { font: 400 clamp(35px, 5vw, 54px)/1.08 Forum, Georgia, serif; }
body.ys-appointment-checkout .woocommerce .ys-checkout-note {
  margin: 0 0 20px;
  padding: 20px 24px;
  border: 1px solid #e2d9ee;
  border-left: 4px solid var(--ys-purple);
  border-radius: 14px;
  background: #f8f5fa;
  color: var(--ys-ink);
  font-size: 16px;
  line-height: 1.6;
}
body.ys-appointment-checkout .ys-checkout-note strong { display: inline-block; margin-bottom: 2px; font-weight: 600; }
body.ys-appointment-checkout .ys-checkout-note small { font-size: 13px; color: var(--ys-muted); }
body.ys-appointment-checkout .woocommerce form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "details heading" "details review";
  grid-template-rows: auto 1fr;
  column-gap: 26px;
  row-gap: 10px;
  align-items: start;
}
body.ys-appointment-checkout .woocommerce form.checkout > .woocommerce-NoticeGroup { grid-column: 1 / -1; }
body.ys-appointment-checkout .woocommerce #customer_details {
  grid-area: details;
  width: 100% !important;
  margin: 0;
  padding: 29px 30px 32px;
  background: #fff;
  border: 1px solid var(--ys-line);
  border-radius: 18px;
  box-shadow: 0 10px 36px rgba(63, 49, 81, .055);
}
body.ys-appointment-checkout .woocommerce #customer_details .col-1 { float: none !important; width: 100% !important; max-width: none !important; }
body.ys-appointment-checkout .woocommerce #customer_details .col-2 { display: none !important; }
body.ys-appointment-checkout .woocommerce #customer_details h3,
body.ys-appointment-checkout .woocommerce #order_review_heading { color: var(--ys-ink); font: 400 clamp(29px, 3vw, 36px)/1.12 Forum, Georgia, serif; letter-spacing: 0; }
body.ys-appointment-checkout .woocommerce #customer_details h3 { margin: 0 0 26px; }
body.ys-appointment-checkout .woocommerce #order_review_heading { grid-area: heading; float: none !important; width: 100% !important; margin: 0; padding: 4px 2px 7px; }
body.ys-appointment-checkout .woocommerce #order_review {
  grid-area: review;
  float: none !important;
  width: 100% !important;
  min-width: 0;
  margin: 0;
  padding: 20px 24px 24px;
  background: #fff;
  border: 1px solid var(--ys-line);
  border-radius: 18px;
  box-shadow: 0 10px 36px rgba(63, 49, 81, .055);
}
body.ys-appointment-checkout .woocommerce #customer_details .form-row { float: none !important; width: 100% !important; margin: 0 0 19px; padding: 0; }
body.ys-appointment-checkout .woocommerce #customer_details .form-row:last-child { margin-bottom: 0; }
body.ys-appointment-checkout .woocommerce #customer_details .form-row label { display: block; margin: 0 0 6px; color: var(--ys-ink); font-size: 14px; font-weight: 500; }
body.ys-appointment-checkout .woocommerce #customer_details .required { color: #c43468; }
body.ys-appointment-checkout .woocommerce #customer_details .input-text,
body.ys-appointment-checkout .woocommerce #customer_details input[type="tel"],
body.ys-appointment-checkout .woocommerce #customer_details input[type="email"] {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 12px 15px;
  background: #fbfafb;
  border: 1px solid #ddd6e2;
  border-radius: 10px;
  box-shadow: none;
  color: var(--ys-ink);
  font: 400 16px/1.4 Inter, Arial, sans-serif;
  transition: border-color .2s ease, box-shadow .2s ease;
}
body.ys-appointment-checkout .woocommerce #customer_details .input-text:focus { outline: none; border-color: var(--ys-purple); box-shadow: 0 0 0 3px rgba(125, 109, 170, .14); }
body.ys-appointment-checkout .woocommerce #order_review .shop_table,
body.ys-appointment-thanks .woocommerce .shop_table { width: 100%; margin: 0 0 18px; border: 0; border-collapse: collapse; border-radius: 0; background: transparent; font: 14px/1.45 Inter, Arial, sans-serif; }
body.ys-appointment-checkout .woocommerce #order_review .shop_table th,
body.ys-appointment-checkout .woocommerce #order_review .shop_table td,
body.ys-appointment-thanks .woocommerce .shop_table th,
body.ys-appointment-thanks .woocommerce .shop_table td { padding: 13px 4px; border: 0; border-bottom: 1px solid var(--ys-line); background: transparent; color: var(--ys-ink); text-align: left; word-break: break-word; }
body.ys-appointment-checkout .woocommerce #order_review .shop_table th:last-child,
body.ys-appointment-checkout .woocommerce #order_review .shop_table td:last-child,
body.ys-appointment-thanks .woocommerce .shop_table th:last-child,
body.ys-appointment-thanks .woocommerce .shop_table td:last-child { text-align: right; }
body.ys-appointment-checkout .woocommerce #order_review .shop_table tfoot tr:last-child th,
body.ys-appointment-checkout .woocommerce #order_review .shop_table tfoot tr:last-child td { border-bottom: 0; color: var(--ys-deep); font-size: 18px; font-weight: 700; }
body.ys-appointment-checkout .woocommerce #order_review .shop_table .product-name { width: 70%; }
body.ys-appointment-checkout .woocommerce #order_review .shop_table .product-total { white-space: nowrap; }
body.ys-appointment-checkout .woocommerce #payment { padding: 0; border-radius: 13px; background: var(--ys-wash); color: var(--ys-ink); }
body.ys-appointment-checkout .woocommerce #payment ul.payment_methods { padding: 16px 18px; border-bottom: 1px solid #e4deea; }
body.ys-appointment-checkout .woocommerce #payment ul.payment_methods li { margin: 0; line-height: 1.5; }
body.ys-appointment-checkout .woocommerce #payment ul.payment_methods li label { font-size: 14px; font-weight: 600; }
body.ys-appointment-checkout .woocommerce #payment ul.payment_methods li input[type="radio"] { accent-color: var(--ys-deep); }
body.ys-appointment-checkout .woocommerce #payment ul.payment_methods li img { max-width: min(72%, 320px); height: auto; margin: 5px 0; vertical-align: middle; }
body.ys-appointment-checkout .woocommerce #payment div.payment_box { width: 100%; margin: 12px 0 0; padding: 13px 15px; border-radius: 9px; background: #fff; color: var(--ys-muted); font-size: 13px; }
body.ys-appointment-checkout .woocommerce #payment div.payment_box::before { display: none; }
body.ys-appointment-checkout .woocommerce #payment .place-order { float: none; padding: 18px; }
body.ys-appointment-checkout .woocommerce #payment .woocommerce-privacy-policy-text { font-size: 12px; line-height: 1.5; color: var(--ys-muted); }
body.ys-appointment-checkout .woocommerce #payment .woocommerce-privacy-policy-text a,
body.ys-appointment-checkout .woocommerce .woocommerce-form-coupon-toggle a { color: var(--ys-deep); text-decoration: underline; }
body.ys-appointment-checkout .woocommerce #payment .ys-privacy-consent {
  width: 100%;
  margin: 15px 0 0;
  padding: 0;
}
body.ys-appointment-checkout .woocommerce #payment .ys-privacy-consent__label {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0;
  color: var(--ys-muted);
  font: 400 13px/1.45 Inter, Arial, sans-serif;
  cursor: pointer;
}
body.ys-appointment-checkout .woocommerce #payment .ys-privacy-consent .input-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
body.ys-appointment-checkout .woocommerce #payment .ys-privacy-consent__box {
  position: relative;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  border: 1.5px solid #75669e;
  border-radius: 4px;
  background: #fff;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
body.ys-appointment-checkout .woocommerce #payment .ys-privacy-consent__box::after {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  opacity: 0;
  transform: rotate(45deg) scale(.7);
  transition: opacity .18s ease, transform .18s ease;
}
body.ys-appointment-checkout .woocommerce #payment .ys-privacy-consent .input-checkbox:checked + .ys-privacy-consent__box {
  border-color: var(--ys-deep);
  background: var(--ys-deep);
}
body.ys-appointment-checkout .woocommerce #payment .ys-privacy-consent .input-checkbox:checked + .ys-privacy-consent__box::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
body.ys-appointment-checkout .woocommerce #payment .ys-privacy-consent .input-checkbox:focus-visible + .ys-privacy-consent__box {
  box-shadow: 0 0 0 3px rgba(96, 81, 137, .18);
}
body.ys-appointment-checkout .woocommerce #payment .ys-privacy-consent a {
  color: var(--ys-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.ys-appointment-checkout .woocommerce #payment #place_order {
  display: block;
  float: none;
  width: 100%;
  min-height: 54px;
  margin: 16px 0 0;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--ys-deep);
  color: #fff;
  font: 600 16px/1.25 Inter, Arial, sans-serif;
  text-align: center;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
body.ys-appointment-checkout .woocommerce #payment #place_order:hover { background: #4d4076; transform: translateY(-2px); }
body.ys-appointment-checkout .woocommerce #payment #place_order:disabled { opacity: .6; cursor: wait; transform: none; }
body.ys-appointment-checkout .woocommerce .woocommerce-info,
body.ys-appointment-checkout .woocommerce .woocommerce-message,
body.ys-appointment-checkout .woocommerce .woocommerce-error { border-radius: 12px; background: #fff; color: var(--ys-ink); font-size: 14px; }
body.ys-appointment-checkout .woocommerce .woocommerce-info { border-top-color: var(--ys-purple); }
body.ys-appointment-checkout .woocommerce .woocommerce-info::before { color: var(--ys-purple); }
body.ys-appointment-checkout .woocommerce form.checkout_coupon { margin: 0 0 20px; padding: 20px; border: 1px solid var(--ys-line); border-radius: 14px; background: #fff; }

/* Confirmation: custom card leads, standard order and contact tables remain below. */
body.ys-appointment-thanks .woocommerce .woocommerce-thankyou-order-received,
body.ys-appointment-thanks .woocommerce .woocommerce-order-overview { display: none !important; }
body.ys-appointment-thanks .woocommerce .ys-thanks {
  width: 100%;
  margin: 0 auto 32px;
  padding: clamp(30px, 5vw, 60px) clamp(20px, 5vw, 70px) 36px;
  border-radius: 22px;
  background: var(--ys-purple);
  color: #fff;
  text-align: center;
  box-shadow: 0 18px 48px rgba(80, 64, 121, .14);
}
body.ys-appointment-thanks .woocommerce .ys-thanks__eyebrow { display: block; color: #eee9f7; font-size: 12px; font-weight: 600; letter-spacing: .14em; }
body.ys-appointment-thanks .woocommerce .ys-thanks__ornament { display: block; margin: 16px 0 4px; color: #fff; font-size: 22px; }
body.ys-appointment-thanks .woocommerce .ys-thanks h2 { margin: 0; color: #fff; font: 400 clamp(38px, 5vw, 62px)/1.04 Forum, Georgia, serif; letter-spacing: 0; }
body.ys-appointment-thanks .woocommerce .ys-thanks__lead { margin: 13px auto 0; color: #f4f0f8; font: 400 clamp(15px, 2vw, 18px)/1.5 Inter, Arial, sans-serif; }
body.ys-appointment-thanks .woocommerce .ys-thanks__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: clamp(205px, 25vw, 250px);
  height: clamp(205px, 25vw, 250px);
  margin: 27px auto;
  padding: 20px;
  border-radius: 50%;
  background: var(--ys-deep);
  color: #fff;
}
body.ys-appointment-thanks .woocommerce .ys-thanks__date span { font: 400 20px/1.2 Forum, Georgia, serif; }
body.ys-appointment-thanks .woocommerce .ys-thanks__date strong { color: #fff; font: 400 56px/1 Forum, Georgia, serif; }
body.ys-appointment-thanks .woocommerce .ys-thanks__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 620px);
  margin: 0 auto;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .32);
  text-align: left;
}
body.ys-appointment-thanks .woocommerce .ys-thanks__details > div { display: flex; flex-direction: column; gap: 3px; }
body.ys-appointment-thanks .woocommerce .ys-thanks__details span { color: #e8e0f0; font-size: 12px; }
body.ys-appointment-thanks .woocommerce .ys-thanks__details strong { color: #fff; font-size: 16px; font-weight: 600; }
body.ys-appointment-thanks .woocommerce .ys-thanks__footnote { margin: 27px 0 0; color: #f1ebf7; font-size: 13px; overflow-wrap: anywhere; }
body.ys-appointment-thanks .woocommerce .ys-thanks__footnote strong { color: #fff; font-weight: 600; }
body.ys-appointment-thanks .woocommerce .woocommerce-order-details,
body.ys-appointment-thanks .woocommerce .woocommerce-customer-details { margin: 0 0 20px; padding: 27px 30px; border: 1px solid var(--ys-line); border-radius: 18px; background: #fff; box-shadow: 0 8px 30px rgba(63, 49, 81, .05); }
body.ys-appointment-thanks .woocommerce .woocommerce-order-details__title,
body.ys-appointment-thanks .woocommerce .woocommerce-column__title { margin: 0 0 17px; color: var(--ys-ink); font: 400 32px/1.2 Forum, Georgia, serif; }
body.ys-appointment-thanks .woocommerce .woocommerce-customer-details address { padding: 0; border: 0; color: var(--ys-ink); font: 400 15px/1.8 Inter, Arial, sans-serif; }
body.ys-appointment-thanks .woocommerce .woocommerce-bacs-bank-details { margin: 0 0 22px; padding: 22px 27px; border: 1px solid var(--ys-line); border-radius: 16px; background: #fff; }
body.ys-appointment-thanks .woocommerce .shop_table { margin: 0; }
body.ys-appointment-thanks .woocommerce .shop_table a { color: var(--ys-deep); }

@media (max-width: 820px) {
  body.ys-appointment-checkout .woocommerce form.checkout.woocommerce-checkout { display: flex; flex-direction: column; gap: 0; }
  body.ys-appointment-checkout .woocommerce #customer_details,
  body.ys-appointment-checkout .woocommerce #order_review_heading,
  body.ys-appointment-checkout .woocommerce #order_review { width: 100% !important; }
  body.ys-appointment-checkout .woocommerce #customer_details { margin-bottom: 26px; }
  body.ys-appointment-checkout .woocommerce #order_review_heading { margin-bottom: 9px; }
}
@media (max-width: 520px) {
  .ys-booking { width: 100%; margin: 14px auto 42px; padding: 0 14px 20px; border-radius: 16px; }
  .ys-booking__header { margin: 0 -14px 18px; padding: 18px 14px; }
  .ys-booking__heading { font-size: 26px; }
  .ys-booking__intro { padding: 14px; }
  .ys-booking__contact { padding: 15px 14px; }
  .ys-booking__contact-buttons { display: grid; grid-template-columns: 1fr 1fr; }
  html body .ys-booking .ys-booking__contact-buttons a { padding-right: 10px; padding-left: 10px; font-size: 13px; }
  .ys-booking__calendar { padding: 14px 7px 18px; border-radius: 14px; }
  .ys-booking__weekdays, .ys-booking__days { gap: 3px 0; }
  .ys-booking__days { min-height: 200px; }
  html body .ys-booking .ys-booking__day,
  html body .ys-booking .ys-booking__day:disabled { width: min(38px, 100%) !important; height: 38px !important; font-size: 14px !important; }
  .ys-booking__month strong { font-size: 16px; }
  .ys-booking__selection h3 { font-size: 23px; }
  .ys-booking__formats { gap: 10px 15px; }
  body.ys-appointment-checkout .woocommerce,
  body.ys-appointment-thanks .woocommerce { width: calc(100% - 24px); margin: 20px auto 50px; }
  body.ys-appointment-checkout .woocommerce #customer_details,
  body.ys-appointment-checkout .woocommerce #order_review,
  body.ys-appointment-thanks .woocommerce .woocommerce-order-details,
  body.ys-appointment-thanks .woocommerce .woocommerce-customer-details { padding: 21px 17px; border-radius: 15px; }
  body.ys-appointment-checkout .woocommerce #customer_details h3,
  body.ys-appointment-checkout .woocommerce #order_review_heading { font-size: 30px; }
  body.ys-appointment-checkout .woocommerce .ys-checkout-note { padding: 15px 17px; font-size: 14px; }
  body.ys-appointment-checkout .woocommerce #payment ul.payment_methods { padding: 15px 12px; }
  body.ys-appointment-checkout .woocommerce #payment .place-order { padding: 16px 12px; }
  body.ys-appointment-thanks .woocommerce .ys-thanks { padding: 30px 17px 28px; border-radius: 17px; }
  body.ys-appointment-thanks .woocommerce .ys-thanks__details { gap: 17px; }
  body.ys-appointment-thanks .woocommerce .ys-thanks__details strong { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .ys-booking *, body.ys-appointment-checkout .woocommerce * { transition-duration: 0s !important; }
}
