@charset "UTF-8";
@keyframes booked-flyin {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes booked-popflyin {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.01);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes booked-flyout {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes booked-popdown {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes booked-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes booked-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 9;
  }
}
body #booked-profile-page input[type=submit],
body #booked-profile-page button,
body .booked-list-view input[type=submit],
body .booked-list-view button,
body .booked-calendar input[type=submit],
body .booked-calendar button,
body .booked-modal input[type=submit],
body .booked-modal button {
  -webkit-appearance: none;
  height: auto;
  font-size: 13px;
  border-radius: 3px;
  display: inline-block;
  padding: 9px 12px 10px;
  background: #eee;
  color: #333;
  line-height: 1;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
body #booked-profile-page input[type=submit]:hover,
body #booked-profile-page button:hover,
body .booked-list-view input[type=submit]:hover,
body .booked-list-view button:hover,
body .booked-calendar input[type=submit]:hover,
body .booked-calendar button:hover,
body .booked-modal input[type=submit]:hover,
body .booked-modal button:hover {
  background: #ddd;
  color: #000;
  height: auto;
  text-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
body #booked-profile-page input[type=submit].bb-small,
body #booked-profile-page button.bb-small,
body .booked-list-view input[type=submit].bb-small,
body .booked-list-view button.bb-small,
body .booked-calendar input[type=submit].bb-small,
body .booked-calendar button.bb-small,
body .booked-modal input[type=submit].bb-small,
body .booked-modal button.bb-small {
  line-height: 24px;
  padding: 0 8px;
  cursor: pointer;
}
body #booked-profile-page input[type=submit].button-primary,
body #booked-profile-page button.button-primary,
body .booked-list-view input[type=submit].button-primary,
body .booked-list-view button.button-primary,
body .booked-calendar input[type=submit].button-primary,
body .booked-calendar button.button-primary,
body .booked-modal input[type=submit].button-primary,
body .booked-modal button.button-primary {
  -webkit-appearance: none;
  height: auto;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}
body #booked-profile-page input[type=submit].button-primary:hover,
body #booked-profile-page button.button-primary:hover,
body .booked-list-view input[type=submit].button-primary:hover,
body .booked-list-view button.button-primary:hover,
body .booked-calendar input[type=submit].button-primary:hover,
body .booked-calendar button.button-primary:hover,
body .booked-modal input[type=submit].button-primary:hover,
body .booked-modal button.button-primary:hover {
  color: #fff;
  height: auto;
  border: 1px solid;
}
body #booked-profile-page input[type=submit].cancel,
body #booked-profile-page button.cancel,
body .booked-list-view input[type=submit].cancel,
body .booked-list-view button.cancel,
body .booked-calendar input[type=submit].cancel,
body .booked-calendar button.cancel,
body .booked-modal input[type=submit].cancel,
body .booked-modal button.cancel {
  background: #eee !important;
  color: #333 !important;
}
body #booked-profile-page input[type=submit].cancel:hover,
body #booked-profile-page button.cancel:hover,
body .booked-list-view input[type=submit].cancel:hover,
body .booked-list-view button.cancel:hover,
body .booked-calendar input[type=submit].cancel:hover,
body .booked-calendar button.cancel:hover,
body .booked-modal input[type=submit].cancel:hover,
body .booked-modal button.cancel:hover {
  background: #ddd !important;
  color: #000 !important;
}

body {
  /* Booked Calendar */
}
body .booked-calendar-wrap {
  margin: 0 0 30px;
}
body .widget_booked_calendar .booked-calendar-wrap {
  margin: 0;
}
body .calendarSavingState {
  font-size: 17px;
  display: none;
}
body #wp-admin-bar-booked .ab-icon:before {
  content: "";
  top: 1px;
}
body.booked-noScroll {
  width: 100%;
  overflow: hidden;
  position: relative;
}
body div.booked-calendar-wrap div.booked-calendar {
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #fff;
  border-spacing: 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
body div.booked-calendar-wrap div.booked-calendar .bc-head {
  color: #fff;
  text-transform: uppercase;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row {
  display: flex;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col {
  font-weight: 400;
  position: relative;
  width: 14.285%;
  border: none;
  line-height: 1;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
  letter-spacing: 0.03rem;
  font-size: 1.05rem;
  line-height: 1rem;
  height: 1.05rem;
  display: inline-block;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a {
  font-size: 0.8rem;
  position: relative;
  top: -0.05rem;
  padding-left: 8px;
  text-decoration: none;
  text-transform: none;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a:hover {
  color: rgba(255, 255, 255, 0.75);
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right, body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left {
  color: #fff !important;
  position: absolute;
  font-size: 1.3rem;
  top: 50%;
  margin-top: -0.65rem;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left {
  left: 20px;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left:hover {
  opacity: 0.7;
  transform: scale(1.1);
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right {
  right: 20px;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right:hover {
  opacity: 0.7;
  transform: scale(1.1);
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days {
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.12);
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
  font-weight: 600;
  text-align: center;
  padding: 12px 0;
  font-size: 11px;
  letter-spacing: 0.05em;
  border: none;
  flex: 1;
  width: auto;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top {
  height: auto;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col {
  padding: 1.1rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row {
  display: flex;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col {
  flex: 1;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  padding: 0 !important;
  margin: 0 !important;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  aspect-ratio: 1;
  display: grid;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:last-child {
  border-right: none;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week:last-child .bc-col {
  border-bottom: none;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col span.date {
  background: #fff;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  line-height: normal !important;
  transition: background 0.2s ease;
  padding: 6px 4px !important;
  gap: 2px;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s ease;
}
/* Availability label styling */
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .availability-label {
  font-size: 8px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  margin-top: 1px !important;
  opacity: 0.85;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date {
  cursor: pointer;
  background: #f8f9fa;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date .number {
  transform: scale(1.05);
}
/* ===== Available Dates (Green) ===== */
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-open .date {
  background: rgba(34, 197, 94, 0.08);
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-open .date .number {
  color: #16a34a;
  box-shadow: inset 0 0 0 2px #22c55e;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-open .date .availability-label {
  color: #16a34a;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-open:hover .date {
  background: rgba(34, 197, 94, 0.15);
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-open:hover .date .number {
  background: #22c55e;
  color: #fff;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.4);
  transform: scale(1.05);
}
/* ===== Full/Booked Dates (Coral) ===== */
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-full .date {
  background: rgba(239, 68, 68, 0.05);
  cursor: default;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-full .date .number {
  color: #ef4444;
  box-shadow: inset 0 0 0 2px #fca5a5;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-full .date .availability-label {
  color: #ef4444;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-full:hover .date {
  background: rgba(239, 68, 68, 0.08);
  cursor: default;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-full:hover .date .number {
  transform: none;
}
/* ===== Closed Dates (Light Red) ===== */
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-closed .date {
  background: rgba(220, 38, 38, 0.08);
  cursor: not-allowed;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-closed .date .number {
  color: #dc2626;
  box-shadow: inset 0 0 0 2px #f87171;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-closed .date .availability-label {
  color: #dc2626;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-closed:hover .date {
  background: rgba(220, 38, 38, 0.12);
  cursor: not-allowed;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-closed:hover .date .number {
  transform: none;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date span, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur .date, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur .date span, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur:hover .date, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.blur:hover .date span {
  cursor: not-allowed;
  background: #f5f5f5 !important;
  color: #ccc !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.booked .date, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.booked .date span, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .booked:hover .date, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .booked:hover .date span {
  cursor: not-allowed;
  background: #FFF9F8 !important;
  color: #FFA790 !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month .date, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month .date {
  background: #fafafa;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month .date .number, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month .date .number {
  color: #ccc;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.next-month:hover .date .number, body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month:hover .date .number {
  color: #fff;
}
/* ===== Active/Selected Date ===== */
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active {
  background: #f0f0f0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active .date {
  background: #e8e8e8;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active .date .number {
  border: none;
  background: var(--booked-button-color, #2D5A4A);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active:hover .date {
  background: #e8e8e8;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active:hover .date .number {
  background: var(--booked-button-color, #2D5A4A);
}
/* ===== Today's Date ===== */
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date {
  background: rgba(45, 90, 74, 0.06);
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date .number {
  box-shadow: inset 0 0 0 2.5px var(--booked-button-color, #2D5A4A);
  color: var(--booked-button-color, #2D5A4A) !important;
  font-weight: 700;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date .date .number {
  color: #ccc !important;
  box-shadow: inset 0 0 0 2px #ddd;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date {
  background: rgba(45, 90, 74, 0.1);
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date .number {
  background: var(--booked-button-color, #2D5A4A) !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(45, 90, 74, 0.4);
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active .date .number {
  background: var(--booked-button-color, #2D5A4A) !important;
  color: #fff !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date .number {
  background: var(--booked-button-color, #2D5A4A) !important;
  color: #fff !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date:hover .date .number {
  background: none !important;
  color: #ccc !important;
}
/* Today + Available */
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.availability-open .date {
  background: rgba(34, 197, 94, 0.1);
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.availability-open .date .number {
  box-shadow: inset 0 0 0 2.5px #16a34a;
  color: #16a34a !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.availability-open:hover .date .number {
  background: #16a34a !important;
  color: #fff !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock {
  color: #fff;
  background: #ddd;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock .bc-col {
  width: 100%;
  padding: 2%;
  color: #fff;
  border-bottom-color: #ddd;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock.booked-loading {
  position: relative;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock.booked-loading .booked-spinner {
  position: absolute;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock.booked-loading .bc-col {
  height: 132px;
}
body div.booked-calendar-wrap div.booked-calendar.booked-pa-active .bc-row.week .bc-col.booked .date, body div.booked-calendar-wrap div.booked-calendar.booked-pa-active .bc-row.week .bc-col.booked:hover .date, body div.booked-calendar-wrap div.booked-calendar.booked-pa-active .bc-row.week .bc-col.booked .date span, body div.booked-calendar-wrap div.booked-calendar.booked-pa-active .bc-row.week .bc-col.booked:hover .date span {
  cursor: pointer;
}
body div.booked-calendar-wrap div.booked-calendar.booked-pa-active .bc-row.week .bc-col.booked:hover .date span {
  color: #fff !important;
}
body div.booked-calendar-wrap div.booked-calendar.booked-pa-active .bc-row.week .bc-col.booked.active .date, body div.booked-calendar-wrap div.booked-calendar.booked-pa-active .bc-row.week .bc-col.booked.active .date:hover {
  background: #ddd !important;
  color: #555 !important;
}
body div.booked-calendar-wrap div.booked-calendar.booked-pa-active .bc-row.week .bc-col.booked.active .date span, body div.booked-calendar-wrap div.booked-calendar.booked-pa-active .bc-row.week .bc-col.booked.active .date span:hover {
  background: #fff !important;
  color: #555 !important;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row .bc-col .monthName {
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.1rem;
  height: 1.1rem;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row .bc-col .monthName .backToMonth {
  font-weight: 500;
  letter-spacing: 0;
}
body div.booked-calendar-wrap.small div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  width: 36px;
  height: 36px;
}
body .booked-appt-list {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  background: #fff;
  transform: scale(0.95);
  padding: 30px 35px 10px;
  display: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
body .booked-appt-list.shown {
  transform: scale(1);
}
body .booked-appt-list h2 {
  text-align: center;
  color: #555;
  font-size: 20px;
  margin: 0 0 30px;
  line-height: 1.4;
}
body .booked-appt-list h2.booked-no-prev {
  text-align: left;
}
body .booked-appt-list p {
  color: #888;
  font-weight: 400;
  margin: 0 0 20px;
}
body .booked-appt-list .timeslot {
  display: flex;
  box-sizing: border-box;
  line-height: 1.8;
  color: #888;
  border-top: 1px solid #ddd;
}
body .booked-appt-list .timeslot.faded {
  opacity: 0.25;
}
body .booked-appt-list .timeslot:hover {
  background: #f9f9f9;
}
body .booked-appt-list .timeslot:last-child {
  margin: 0 0 10px;
}
body .booked-appt-list .timeslot .timeslot-title {
  margin: 0 0 10px 0;
  display: block;
  color: #4DC574;
}
body .booked-appt-list .timeslot .timeslot-time {
  height: 71px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  line-height: 1;
  width: 60%;
  font-weight: 600;
  color: #555;
  font-size: 16px;
}
body .booked-appt-list .timeslot .timeslot-time i.fa-solid {
  color: #555;
}
body .booked-appt-list .timeslot .timeslot-people {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 71px;
  width: 40%;
  padding: 0 16px 0 0;
  box-sizing: border-box;
}
body .booked-appt-list .timeslot .timeslot-people button {
  color: #fff;
}
body .booked-appt-list .timeslot .timeslot-people button .spots-available,
body .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
  display: none;
}
body .booked-appt-list .timeslot .spots-available {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.7rem;
  display: block;
  line-height: 1;
  color: #aaa;
  padding-top: 8px;
}
body .booked-appt-list .timeslot .spots-available.empty {
  color: #aaa;
}
body .booked-appt-list .timeslot a {
  font-weight: 600;
  text-decoration: none;
}
body .booked-appt-list .timeslot.has-title .timeslot-time {
  height: auto;
  min-height: 71px;
}
body .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time {
  min-height: auto;
}
body .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time .timeslot-title {
  margin: 0;
}
body .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time .timeslot-range {
  display: none;
}
body .booked-appt-list .timeslot.has-title.timeslot-count-hidden .timeslot-time {
  height: 60px;
}
body .booked-appt-list .timeslot.has-title.timeslot-count-hidden .timeslot-people {
  height: 60px;
  padding-top: 13px;
  padding-right: 0;
}
body .booked-appt-list .timeslot.has-title.timeslot-count-hidden .timeslot-time {
  padding-top: 22px;
}
body .booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title,
body .booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title,
body .booked-calendar-wrap.booked-list-view .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title {
  display: none;
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title {
  display:block;
}
body div.booked-calendar-wrap.booked-list-view .booked-appt-list {
  box-shadow: none;
  padding: 0;
  margin: 0 0 30px;
  display: block;
}
body div.booked-calendar-wrap.booked-list-view .booked-appt-list .booked-appt-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
body div.booked-calendar-wrap.booked-list-view .booked-appt-list .booked-appt-list-header h2 {
  margin: 0;
}
body div.booked-calendar-wrap.booked-list-view .booked-appt-list .booked-appt-list-header .booked-list-view-nav > * {
  margin: 0 0 0 10px;
}
body div.booked-calendar-wrap.small {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
body div.booked-calendar-wrap.small .booked-appt-list {
  padding: 30px 35px 30px;
}
body div.booked-calendar-wrap.small .booked-appt-list h2 {
  margin: 0 0 20px;
}
body div.booked-calendar-wrap.small .booked-appt-list h2 > span:first-child {
  display: none;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  margin: 0;
  border: none;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-title {
  height: auto;
  margin: 0;
  display: block;
  color: #4DC574;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time {
  display: none;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people {
  height: auto;
  justify-content: center;
  width: 100%;
  padding: 0;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button.button {
  width: 100%;
  line-height: 1.4;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button.button .button-text,
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button.button .button-timeslot {
  font-weight: bold;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button.button .spots-available {
  color: #fff;
  opacity: 0.75;
  padding: 8px 0 4px;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button.button .button-text {
  display: none;
}
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button.button .spots-available,
body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button.button .button-timeslot {
  display: block;
}

/* MODAL FORM */
body .booked-form {
  padding-top: 5px;
}

body .booked-form .field {
  margin: 5px 0 7px;
}

body .booked-form .field.booked-text-content {
  margin-bottom: 0;
  margin-top: 20px;
}

body .booked-form .field.booked-text-content *:last-child {
  margin-bottom: 0;
}

body .booked-form .field:after {
  content: "";
  display: table;
  clear: both;
}

body .booked-form input[type=radio],
body .booked-form input[type=checkbox] {
  position: relative;
  top: 2px;
}

body .booked-form .field select,
body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email],
body .booked-form .field textarea {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0 1.5% 0 0;
  width: 49.2%;
  float: left;
}

body .booked-form .field input:last-child {
  margin-right: 0;
}

body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email],
body .booked-form .field textarea {
  font-size: 13px;
  padding: 7px 10px;
  color: #aaa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

body .booked-form .field textarea,
body .booked-form .field input.hasContent {
  color: #555;
}

body .booked-form .field input.large,
body .booked-form .field select.large {
  width: 100%;
  margin-right: 1px;
  width: 99.8%;
}

body .booked-form .spacer {
  padding: 5px 0 0 0;
  margin: 0;
  display: block;
}

body .booked-form .spacer.big {
  padding: 25px 0 0;
}

body .booked-form hr {
  border: none;
  border-top: 1px solid #ddd;
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
}

body .booked-form .condition-block {
  display: none;
}

body .booked-form .condition-block.default {
  display: block;
}

body .booked-form input[type=submit],
body .booked-form button {
  float: left;
  margin: 0 10px 0 0;
}

body .booked-form .field label {
  cursor: pointer;
}

body .booked-form .field label.field-label {
  cursor: default;
  display: block;
  font-weight: bold;
  padding: 10px 0 8px;
  margin: 0;
}

body .booked-form .field textarea {
  height: 100px;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.6;
}

body .booked-form .field .checkbox-radio-block {
  display: block;
  padding: 0 0 3px 10px;
}

body .booked-form .field .checkbox-radio-block label {
  font-size: 13px;
  display: inline-block;
  padding-left: 7px;
  margin: 0;
  position: relative;
  top: 3px;
}

body .booked-form .cf-block {
  margin: 0 0 25px;
}

body .booked-form .cf-block select {
  font-size: 13px;
  width: 100%;
  height: 33px;
  margin-right: 0;
  padding: 0 10px;
  float: none;
}

body .booked-form .cf-block ul, body .booked-form .cf-block ol {
  margin-left: 30px;
}

body .booked-form .required-asterisk {
  color: #E35656;
  margin: -1px 0 0 7px;
}

body .booked-form #ajaxlogin {
  width: 100%;
}

body .booked-form #ajaxlogin p.status {
  display: none;
  padding: 15px 0 0;
  margin: 0;
  font-size: 15px;
  color: #888;
}

body .booked-form #newAppointmentForm p.status {
  display: none;
  padding: 0 0 20px;
  margin: 0;
  font-size: 15px;
  color: #888;
}

body img.captcha-image {
  position: relative;
  top: 5px;
  left: 5px;
}

body #booked-page-form p.captcha, body .booked-modal .bm-window p.captcha {
  margin: -5px 0 15px;
}

body .booked-form .field p.field-small-p {
  font-size: 14px;
  margin: -5px 0 5px;
}

body .booked-form input[type=submit].button:disabled {
  background: #ddd !important;
  border-color: #ddd !important;
  color: #aaa !important;
  cursor: not-allowed;
}

body .booked-form .booked-appointments {
  background: #fff;
  padding: 10px 16px 13px;
  margin: 0 0 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

body .booked-form .booked-appointment-details {
  margin: 0 0 10px;
  padding: 0 0 7px;
  border-bottom: 1px solid #ddd;
}

body .booked-form .booked-appointment-details:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

body .booked-form .booked-appointment-details.has-error {
  color: #e35656;
}

#customerChoices {
  display: block;
  text-align: left;
  background: #fff;
  padding: 20px 0 23px;
  text-align: center;
  margin: -26px -36px 15px;
  border-bottom: 1px solid #ddd;
}

#customerChoices .field {
  display: inline-block;
}

#customerChoices .field .checkbox-radio-block {
  padding-left: 0;
}

#customerChoices .field {
  margin: 0 20px 0 0;
}

#customerChoices .field:last-child {
  margin: 0;
}

#customerChoices .field .checkbox-radio-block label {
  font-weight: 400;
  font-size: 15px;
}

#ajaxforgot {
  display: none;
}

/* MODAL WINDOWS */
body .booked-modal {
  margin-top: -84px;
  min-height: 168px;
  position: fixed;
  z-index: 9999999;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
}

body .booked-modal hr {
  border-top: 1px solid #ddd;
  background: none;
}

body .booked-modal .bm-overlay {
  animation: booked-fadein 0.2s;
  -webkit-animation: booked-fadein 0.2s;
  -moz-animation: booked-fadein 0.2s;
  -ms-animation: booked-fadein 0.2s;
  -o-animation: booked-fadein 0.2s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: #000;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body .booked-modal .bm-window {
  animation: booked-flyin 0.2s;
  -webkit-animation: booked-flyin 0.2s;
  -moz-animation: booked-flyin 0.2s;
  -ms-animation: booked-flyin 0.2s;
  -o-animation: booked-flyin 0.2s;
  -webkit-backface-visibility: hidden;
  padding: 43px 0 25px;
  width: 600px;
  max-width: 95vw;
  position: relative;
  margin: 0 auto;
  background: #fff;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

body .booked-modal.bm-loading .bm-window {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body .booked-modal.bm-closing .bm-overlay {
  animation: booked-fadeout 0.2s;
  -webkit-animation: booked-fadeout 0.2s;
  -moz-animation: booked-fadeout 0.2s;
  -ms-animation: booked-fadeout 0.2s;
  -o-animation: booked-fadeout 0.2s;
  -webkit-backface-visibility: hidden;
}

body .booked-modal.bm-closing .bm-window {
  animation: booked-flyout 0.2s;
  -webkit-animation: booked-flyout 0.2s;
  -moz-animation: booked-flyout 0.2s;
  -ms-animation: booked-flyout 0.2s;
  -o-animation: booked-flyout 0.2s;
  -webkit-backface-visibility: hidden;
}

body .booked-modal .bm-window {
  background: #f5f5f5;
  max-height: 100px;
  z-index: 2000000000;
}

body .booked-modal .bm-window p {
  margin: 0 0 15px;
  font-size: 15px;
}

body .booked-modal .bm-window p small {
  display: block;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

body .booked-modal .bm-window p.appointment-title {
  font-weight: 600;
  margin-bottom: 0;
}

body .booked-modal .bm-window p.calendar-name {
  font-weight: 600;
  margin-bottom: 0;
}

body .booked-modal .bm-window p.appointment-info {
  font-size: 15px;
  margin: 0;
  line-height: 1.7;
}

body .booked-modal .bm-window p strong {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 3px;
  font-weight: 600;
}

body .booked-modal .bm-window a {
  text-decoration: none;
}

body .booked-modal .bm-window .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--booked-primary-color, #56c477);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 9999;
  text-decoration: none;
  line-height: 1;
  opacity: 0.9;
}

body .booked-modal .bm-window .close:hover {
  opacity: 1;
  transform: scale(1.05);
}

body .booked-modal .bm-window .close i,
body .booked-modal .bm-window .close i.fa-solid,
body .booked-modal .bm-window .close i.fa-xmark {
  color: var(--booked-light-color, #c4f2d4) !important;
  font-size: 16px;
  line-height: 1;
}

body .booked-modal .bm-window p i.fa-solid.far-clock {
  font-size: 18px;
  position: relative;
  top: 1px;
}

body .booked-modal .bm-window p.booked-calendar-name {
  font-weight: 600;
  font-size: 15px;
}

body .booked-modal .bm-window .booked-scrollable {
  max-height: 100px;
  padding: 25px 30px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f5f5f5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: content-box;
}

body .booked-modal .bm-window p.booked-title-bar {
  box-sizing: border-box;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  width: 100%;
  color: #fff;
  border-radius: 4px 4px 0 0;
  padding: 15px 30px 15px 15px;
}

body .booked-modal .bm-window p.booked-title-bar small {
  margin: 0;
}

/* Scrolling Fixes */
body .booked-modal .bm-window .booked-scrollable {
  -webkit-overflow-scrolling: touch;
}

body .booked-modal .bm-window .booked-scrollable > * {
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
}

body .booked-calendarSwitcher {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 8px 10px 9px 12px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  position: relative;
}
body .booked-calendarSwitcher::before {
  position: absolute;
  top: 12px;
  right: 15px;
  color: white;
  font: var(--fa-font-solid);
  content: "";
}
body .booked-calendarSwitcher > p {
  display: flex;
  align-items: center;
}
body .booked-calendarSwitcher > p i.fa-solid {
  font-size: 14px;
  margin: 0 10px 0 0;
  position: relative;
  color: #fff;
}
body .booked-calendarSwitcher > p select {
  padding-left: 0;
  height: 24px;
  position: relative;
  cursor: pointer;
  background: transparent;
  font-size: 14px;
  min-width: 200px;
  border: none;
  color: #fff;
  -webkit-appearance: none;
}

/* BOOKED LOGIN */
body #booked-page-form .booked-form-wrap {
  padding: 10px 0;
}

body #booked-page-form input[type=submit] {
  margin: 0;
}

body #booked-page-form input[type=text],
body #booked-page-form input[type=password],
body #booked-page-form input[type=email],
body #booked-page-form textarea {
  margin: 7px 0 0 0;
  border-width: 1px;
  border-style: solid;
  padding: 10px 12px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body #booked-page-form input:disabled,
body #booked-page-form textarea:disabled {
  background: #f9f9f9;
  color: #bbb;
  border: 1px dotted #ccc;
}

body #booked-page-form input[type=file]:disabled {
  background: #fff;
  border: none;
}

body #booked-page-form label .not-bold {
  font-weight: 400;
  color: #ccc;
  padding: 0 0 0 5px;
}

body #booked-page-form p {
  margin: 0 0 15px;
}

body #booked-page-form .login-submit {
  margin: 0;
}

body #profile-edit #booked-page-form {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

body #profile-edit #booked-page-form input[type=file] {
  display: inline-block;
  padding: 0;
}

body #profile-edit #booked-page-form label {
  font-weight: 600;
}

body #profile-edit #booked-page-form p.form-nickname,
body #profile-edit #booked-page-form p.form-email,
body #profile-edit #booked-page-form p.form-url {
  float: left;
  width: 100%;
  margin: 0 0 25px;
}

body #profile-edit #booked-page-form p.form-password {
  float: left;
  width: 48%;
  margin: 0 4% 25px 0;
}

body #profile-edit #booked-page-form p.form-password.last {
  margin: 0 0 25px;
}

body #profile-edit #booked-page-form p.form-textarea,
body #profile-edit #booked-page-form p.form-avatar,
body #profile-edit #booked-page-form p.form-submit {
  float: none;
  width: 100%;
  margin: 0 0 25px;
}

body #profile-edit #booked-page-form p.form-submit {
  margin: 0 0 5px;
}

body #profile-edit #booked-page-form .hint-p {
  font-size: 12px;
  color: #aaa;
  padding-top: 5px;
  display: block;
  font-style: italic;
}

body #profile-login label, #profile-register label, #profile-forgot label {
  font-weight: 600;
}

body .booked-upload-wrap,
body .booked-upload-wrap input {
  background: #f5f5f5;
  border: 1px solid #ddd;
  display: block;
  height: 35px;
  width: 100%;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

body .booked-upload-wrap {
  width: 100%;
  margin: 10px 0 4px;
}

body #booked-submit-recipe-form .booked-upload-wrap {
  width: 100%;
  margin: 0;
}

body .booked-upload-wrap:hover {
  background: #eee;
}

body .booked-upload-wrap span {
  color: #888;
  font-size: 13px;
  text-align: center;
  height: 24px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  display: block;
  z-index: 1;
}

body .booked-upload-wrap input {
  z-index: 2;
  opacity: 0;
}

body .booked-upload-wrap.hasFile {
  background: #f9f9f9;
  border: 1px solid #ccc;
  color: #666;
}

body #booked-submit-recipe-form .booked-upload-wrap.hasFile {
  width: 100%;
}

body .booked-upload-wrap.hasFile span {
  color: #000;
}

body .booked-custom-error {
  display: none;
  margin: 0 0 20px;
  padding: 5px 10px;
  background: #fff0f0;
  border: 1px solid #e3c3c3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

body .booked-custom-error.not-hidden {
  display: block;
}

body #booked-plugin-page p.booked-form-notice {
  border: 1px solid #E6DB55;
  border-radius: 3px;
  background-color: #FFFBCC;
  margin: 0 0 35px;
  padding: 10px 15px;
}

/* CUSTOM DATE PICKER STYLING */
.booked-list-date-picker-wrap {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 30px;
  left: 0;
}

#ui-datepicker-div.booked_custom_date_picker {
  animation: booked-popflyin 0.15s;
  -webkit-animation: booked-popflyin 0.15s;
  -moz-animation: booked-popflyin 0.15s;
  -ms-animation: booked-popflyin 0.15s;
  -o-animation: booked-popflyin 0.15s;
  background: #fff;
  margin-top: 37px;
  margin-left: -107px;
  width: 230px;
  border: 1px solid #d5d5d5;
  padding: 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  z-index: 9999 !important;
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header {
  position: relative;
  color: #fff;
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
  top: 10px;
  font-size: 16px;
  position: absolute;
  display: inline-block;
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #fff;
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  display: none;
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev {
  left: 10px;
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next {
  right: 10px;
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-title {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 0;
  text-align: center;
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev:hover,
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next:hover {
  opacity: 0.7;
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev:before {
  content: "";
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next:before {
  content: "";
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead, #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead th {
  font-size: 11px;
  font-weight: normal;
  color: #fff;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead th {
  width: 14.285%;
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
  border-collapse: collapse;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody {
  border-top: 8px solid #fff;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody, #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td {
  font-size: 12px;
  font-weight: normal;
  background: #fff;
  color: #888;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td {
  text-align: center;
  padding: 0px;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 33px;
  text-decoration: none;
  color: #333;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a:hover {
  background: #eee;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td span {
  display: block;
  line-height: 33px;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-unselectable span {
  color: #ddd;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-week-end a {
  color: #888;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a {
  color: #fff;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a:hover {
  color: #fff;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active, #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active:hover {
  color: #ffffff;
}

/* END CUSTOM DATE PICKER STYLING */
/* Page Form Colors */
body #booked-page-form input[type=email],
body #booked-page-form input[type=text],
body #booked-page-form input[type=password],
body #booked-page-form textarea,
body #booked-page-form {
  border-color: #ccc;
  color: #888;
  line-height: 1.5;
  font-size: 13px;
}

/* ANIMATION */
body .booked-calendar-wrap {
  -webkit-transition: height 0.15s ease-out;
  -moz-transition: height 0.15s ease-out;
  -o-transition: height 0.15s ease-out;
  transition: height 0.15s ease-out;
}

body .booked-calendar td .count,
body .booked-calendar thead th a,
body .booked-appt-list .timeslot .timeslot-time,
body .booked-appt-list .timeslot .timeslot-people,
body .booked-appt-list .timeslot,
body .booked-list-view a.booked_list_date_picker_trigger {
  transition: all 0.1s ease-out;
}

body .booked-calendar td .date,
body .booked-calendar td .date span {
  transition: background 0.15s ease-out, color 0.15s ease-out;
}

body .booked-list-view .booked-appt-list {
  transition: opacity 0.2s ease-out;
}

body .booked-appt-list {
  transition: transform 0.4s ease-in-out;
}

/*Tabbed Interface*/
.booked-tabs {
  overflow: hidden;
}

.booked-tabs .booked-tabs-nav {
  margin-bottom: 20px;
}

.booked-tabs .booked-tabs-nav span {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #ccc;
  background: #eee;
  color: #000;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
}

.booked-tabs .booked-tabs-nav span:hover,
.booked-tabs .booked-tabs-nav span.active {
  background: #ddd;
  color: #fff;
}

.booked-tabs .booked-tabs-cnt > div {
  display: none;
}

.booked-tabs .booked-tabs-cnt > div.active {
  display: block;
}

/* PROFILE PAGE */
/* Profile Colors */
body #booked-profile-page {
  position: relative;
  margin-bottom: 30px;
}
body #booked-profile-page .booked-profile-header {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
  padding: 15px;
  position: relative;
}
body #booked-profile-page .booked-profile-header .booked-logout-button {
  text-decoration: none;
  font-size: 0.9rem;
  position: relative;
  top: -1px;
  color: rgba(255, 255, 255, 0.5);
}
body #booked-profile-page .booked-profile-header .booked-logout-button:hover {
  color: #fff;
}
body #booked-profile-page .booked-user-avatar {
  width: 35px;
  height: 35px;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  display: inline-block;
}
body #booked-profile-page .booked-user-avatar img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
body #booked-profile-page .booked-info {
  display: flex;
  width: 100%;
}
body #booked-profile-page .booked-user * {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
body #booked-profile-page .booked-user h3 {
  color: #fff;
  margin: 0;
  padding: 4px 0 4px 12px;
  display: inline-block;
  font-size: 1.25rem !important;
  letter-spacing: 0.03rem !important;
}
body #booked-profile-page .booked-counts {
  float: right;
  width: 25%;
  margin-left: 5%;
  color: #fff;
}
body #booked-profile-page .booked-counts span {
  display: block;
  text-align: right;
  font-size: 12px;
  line-height: 2.1;
}
body #booked-profile-page .booked-counts i.fa-solid {
  padding-right: 10px;
}
body #booked-profile-page .booked-tabs {
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-bottom: 0;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  overflow:auto;
}
body #booked-profile-page .booked-tabs li {
  margin: 0 !important;
  padding: 0 !important;
}
body #booked-profile-page .booked-tabs li a {
  display: flex;
  align-items: center;
  height: auto !important;
  font-size: 14px;
  border-right-width: 1px;
  border-right-style: solid;
  display: flex;
  text-decoration: none;
  padding: 10px 15px;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  border: none;
}
body #booked-profile-page .booked-tabs li a i.fa-solid {
  padding-right: 10px;
}
body #booked-profile-page .booked-tabs li a:hover {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}
body #booked-profile-page .booked-tabs li a .counter {
  margin: 0 0 0 5px;
  line-height: 1px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  width: auto;
  padding: 0 5px;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #fff;
  color: #fff;
}
body #booked-profile-page .booked-tabs li.active a {
  color: #fff;
}
body #booked-profile-page .booked-tabs li.active a:hover {
  color: #fff;
}
body #booked-profile-page .booked-tabs li.active a .counter {
  background: #fff;
  color: #000;
}
body #booked-profile-page .booked-tabs li.edit-button {
  float: right;
}
body #booked-profile-page .booked-tab-content {
  border-radius: 0 0 3px 3px;
  display: none;
  padding: 30px 35px 30px 35px;
  border-width: 1px;
  border-style: solid;
  border-top: none;
  border-color: #ddd;
  background: #fff;
}
body #booked-profile-page .booked-tabs.login {
  border-top-width: 1px;
  border-top-style: solid;
}
body #booked-profile-page p.booked-no-margin {
  color: #888;
  margin: 0;
}
body #booked-profile-page .booked-show-cf {
  outline: none;
  font-weight: 600;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
body #booked-profile-page .booked-show-cf.booked-cf-active {
  color: #000;
}
body #booked-profile-page .cf-meta-values-hidden {
  animation: booked-popdown 0.2s;
  -webkit-animation: booked-popdown 0.2s;
  -moz-animation: booked-popdown 0.2s;
  -ms-animation: booked-popdown 0.2s;
  -o-animation: booked-popdown 0.2s;
  display: none;
  border-left: 3px solid #ddd;
  margin: 10px 0 0 0px;
  padding: 0 0 0 20px;
}
body #booked-profile-page .cf-meta-values-hidden p {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
body #booked-profile-page .cf-meta-values-hidden p:last-child {
  margin-bottom: 0;
}
body #booked-profile-page .cf-meta-values-hidden p strong {
  font-weight: 600;
}
body #booked-profile-page .result-section.table-layout {
  margin: 0;
}
body #booked-profile-page .result-section.table-layout .table-box {
  border: none;
}
body #booked-profile-page .result-section.table-layout .table-box .table-body .table-row {
  min-height: 115px;
}
body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
}
body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title p {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 12px;
}
body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title small {
  display: block;
  padding-top: 5px;
}
body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title a {
  font-weight: 600;
}
body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title .booked-review p {
  font-size: 14px;
  line-height: 1.7;
}
body #booked-profile-page .result-section.table-layout .table-box .table-head-row {
  background: none !important;
}
body #booked-profile-page .result-section.table-layout .table-box .table-cell {
  padding: 20px 0;
}
body #booked-profile-page .result-section.table-layout .table-box .cell-title {
  position: relative;
  width: 55%;
  padding-right: 25px;
}
body #booked-profile-page .result-section.table-layout .table-box .cell-title .compact-img img {
  width: 65px;
  height: auto;
  position: absolute;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: 26px;
  left: 0;
}
body #booked-profile-page .result-section.table-layout .table-box .cell-title .cell-title-wrap {
  padding-left: 85px;
}
body #booked-profile-page .result-section.table-layout .table-box .cell-rating {
  width: 20%;
}
body #booked-profile-page .result-section.table-layout .table-box .cell-time {
  width: 25%;
}
body #booked-profile-page .result-section.table-layout .table-box .cell-title.reviews {
  width: 100%;
  padding-right: 0;
}
body #booked-profile-page .result-section.table-layout .table-box .cell-title.reviews .rating {
  margin-top: 10px;
}
body #booked-profile-page p.booked-form-notice {
  border: 1px solid #E6DB55;
  border-radius: 3px;
  background-color: #FFFBCC;
  margin: 0 0 35px;
  padding: 10px 15px;
}
body #booked-profile-page .booked-profile-appt-list {
  box-sizing: border-box;
}
body #booked-profile-page .booked-profile-appt-list .appt-block {
  color: #888;
  line-height: 23px;
  padding: 20px 0 25px;
  border-top: 1px solid #ddd;
  display: block;
}
body #booked-profile-page .booked-profile-appt-list .appt-block > i.fa-solid {
  width: 23px;
  color: #333;
}
body #booked-profile-page .booked-profile-appt-list .appt-block:last-child {
  padding-bottom: 0;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .status-block {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  padding: 0 12px 1px;
  line-height: 33px;
  margin: 6px 0 0 0;
  background: #ccc;
  color: #fff;
}
body #booked-profile-page .booked-profile-appt-list .appt-block button {
  float: right;
  margin: 6px 0 0 0;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .cancel {
  color: #aaa;
  font-size: 12px;
  padding-left: 10px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  color: #aaa;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .cancel:hover {
  background: #eee;
  color: #888;
  border-color: #ccc;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons {
  float: right;
  display: flex;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > button {
  margin: 0 0 0 0.5rem;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > button.delete {
  display: inline-block;
  padding: 10px;
  width: 45px;
  text-align: center;
  color: #aaa;
  border: 2px solid #ddd;
  border-radius: 5px;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete:hover,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > button.delete:hover {
  color: #000;
  border: 2px solid #888;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons {
  display: flex;
  padding: 15px 0 0 0;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a {
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  margin: 0 7px 0 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 1rem;
  font-size: 0.9rem;
  font-weight: 400;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a:hover {
  text-decoration: none;
}
body #booked-profile-page .booked-profile-appt-list .appt-block.approved {
  color: #000;
}
body #booked-profile-page .booked-profile-appt-list .calendar-name {
  padding: 0 0 5px;
}
body #booked-profile-page #profile-edit {
  box-sizing: border-box;
}
body #booked-profile-page h4 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 19px;
  font-weight: 600;
}
body #booked-profile-page .appt-block .booked-cal-buttons {
  display: flex;
}
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: 0.03rem;
  padding: 0.5rem 0.65rem 0.5rem 40px;
}
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .addeventatc_dropdown {
  padding: 0;
}
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .copyx {
  display: none;
}
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .addeventatc_icon {
  top: 0.35rem;
}
body #booked-profile-page .appt-block .booked-cal-buttons a {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
body #booked-profile-page .appt-block .booked-cal-buttons > span {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
body #booked-profile-page .appt-block .booked-cal-buttons > div {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

@media screen and (max-width: 1200px) {
  body .booked-list-view .booked-appt-list h2 {
    text-align: left;
    margin: 0 0 20px;
  }

  body .booked-list-view .booked-appt-list h2.booked-no-prev {
    text-align: left;
  }

  body .booked-list-view .booked-list-view-nav {
    display: block;
    height: 26px;
    margin: -5px 0 30px;
    position: static;
    text-align: left;
  }

  body .booked-list-view .booked-list-view-nav .booked-list-view-date-next,
body .booked-list-view .booked-list-view-nav .booked-list-view-date-prev {
    margin: 0 6px 5px 0;
    position: relative;
    display: inline-block;
    top: 0;
    right: 0;
  }

  body .booked-list-view .booked-list-view-nav .booked-list-view-date-next {
    float: right;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 1100px) {
  body .booked-calendar td .count {
    padding: 5px 0;
    font-size: 9px;
  }

  body .booked-calendar td .date .number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  body #booked-profile-page .booked-profile-appt-list {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }

  body #booked-profile-page #profile-edit {
    float: none;
    width: 100%;
    margin: 0;
  }

  body #booked-profile-page .booked-profile-appt-list .appt-block .status-block {
    float: right;
    margin: 6px 0 0 0;
  }
}
@media screen and (max-width: 720px) {
  body .booked-calendar-wrap .booked-calendar thead th {
    font-size: 1rem;
    padding: 1.15rem 0 !important;
    height: 1rem;
  }

  body .booked-calendar-wrap .booked-calendar thead tr.days th {
    font-size: 0.7rem;
    padding: 0.5rem 0 !important;
    height: auto;
  }

  body .booked-calendar-wrap .booked-calendar td {
    font-size: 13px;
  }

  body .booked-calendar-wrap .booked-calendar thead th .page-left,
body .booked-calendar-wrap .booked-calendar thead th .page-right {
    font-size: 1rem;
    margin-top: -0.5rem;
  }

  /* Removed hover position changes that caused flicker */

  body .booked-calendar-wrap .booked-calendar th .monthName {
    height: auto;
    display: inline-block;
  }

  body .booked-calendar-wrap .booked-calendar th .monthName a {
    top: -2px;
    font-size: 10px;
  }

  body .booked-calendar-wrap .booked-calendar td .count {
    display: none;
  }

  body .booked-calendar-wrap .booked-calendar td .date {
    height: 100%;
  }

  body .booked-calendar-wrap .booked-calendar td .date .number {
    border: none;
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    transform: scale(1);
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }

  body .booked-calendar-wrap .booked-calendar td.blur .date,
body .booked-calendar-wrap .booked-calendar td.blur:hover .date {
    cursor: default;
    background: #EEEEEE;
    color: #ccc;
  }

  body .booked-calendar-wrap .booked-calendar td.booked .date,
body .booked-calendar-wrap .booked-calendar td.booked:hover .date {
    cursor: default;
    background: #FFE4DF;
    color: #F15934;
  }

  body .booked-calendar-wrap .booked-calendar td.today .date {
    background: #e3f2f9;
    color: #555;
  }

  body .booked-calendar-wrap .booked-calendar td.today:hover .date {
    background: #eff7fb;
    color: #555;
  }

  body .booked-calendar-wrap .booked-calendar td:hover .date {
    background: #f9f9f9;
    cursor: pointer;
    color: #000;
  }

  body .booked-calendar-wrap .booked-calendar tr.week td.active .date .number {
    border: none;
    transform: scale(1.5);
    background: none;
    color: #000;
  }

  body .booked-calendar-wrap .booked-calendar tr.entryBlock td {
    padding: 5%;
  }

  body .booked-calendar-wrap .booked-calendar .booked-appt-list {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px 20px 10px;
  }

  body .booked-calendar-wrap.small .booked-calendar .booked-appt-list {
    max-height: 300px;
  }

  body .booked-calendar .booked-appt-list h2 {
    text-align: center;
    margin: 5px 0 20px;
    font-size: 15px;
    letter-spacing: 0.03em;
  }

  body .booked-calendar .booked-appt-list h2 span {
    display: none;
  }

  body .booked-calendar .booked-appt-list .timeslot {
    border-top: 0;
    margin: 0 0 8px 0;
  }

  body .booked-calendar .booked-appt-list .timeslot .timeslot-time,
body .booked-calendar .booked-appt-list .timeslot .timeslot-count {
    display: none;
  }

  body .booked-calendar .booked-appt-list .timeslot button .spots-available,
body .booked-calendar-wrap .booked-appt-list .timeslot button .spots-available {
    display: block;
    color:#fff;
  }

  body .booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title,
body .booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title {
    display: block;
  }

  body .booked-calendar .booked-appt-list .timeslot .timeslot-people, body .booked-calendar .booked-appt-list .timeslot .timeslot-people:hover,
body .booked-calendar .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people, body .booked-calendar .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people:hover {
    width: 100%;
    padding: 0;
    height: auto;
  }

  body .booked-calendar .booked-appt-list .timeslot .timeslot-people button {
    white-space: normal;
    float: none;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    line-height: 1.5;
  }

  body .booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
    display: block;
    font-weight: 600;
    font-size: 13px;
  }

  body .booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text {
    display: none;
  }

  body .booked-calendar-wrap .booked-calendar td.prev-date .date,
body .booked-calendar-wrap .booked-calendar td.prev-date:hover .date {
    cursor: default;
    background: #f9f9f9;
    color: #bbb;
  }

  body .booked-calendar-wrap .booked-calendar td.blur .date,
body .booked-calendar-wrap .booked-calendar td.blur:hover .date {
    cursor: default;
    background: #eee;
    color: #ddd;
  }

  body .booked-calendar-wrap .booked-calendar td.booked .date,
body .booked-calendar-wrap .booked-calendar td.booked:hover .date {
    cursor: default;
    background: #ffeae7;
    color: #f0b1a1;
  }

  body .booked-calendar-wrap .booked-calendar tr.week td.active .date,
body .booked-calendar-wrap .booked-calendar tr.week td.active:hover .date {
    background: #ddd;
  }

  body #booked-profile-page .result-section.table-layout {
    padding: 10px 0;
  }

  body #booked-profile-page .result-section.table-layout .table-box .cell-title .compact-img img {
    top: 46px;
    left: 12px;
  }

  body #booked-profile-page .booked-tabs,
  body #booked-profile-page .booked-tabs li,
body #booked-profile-page .booked-tabs li.edit-button {
    display: block;
    float: none;
  }

  body #booked-profile-page .booked-tabs li a,
body #booked-profile-page .booked-tabs li.edit-button a {
    border-left: none;
    border-right: none;
  }

  body .booked-modal {
    padding: 0;
    margin: 0 !important;
    top: 0;
  }

  body .booked-modal .bm-window,
body .booked-modal .bm-window p.booked-title-bar {
    border-radius: 0 !important;
  }

  body .booked-modal .bm-window {
    width: 100%;
    padding: 43px 0 0;
    box-sizing: border-box;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }

  body .booked-modal .bm-window .booked-scrollable {
    padding: 30px 35px;
  }

  body .booked-modal .bm-overlay {
    background: rgba(0, 0, 0, 0.8);
  }

  body .booked-modal .bm-window p.name b {
    display: block;
  }

  body .booked-list-view .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-people button .button-timeslot,
body .booked-calendar-wrap .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-people button .button-timeslot {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  body.booked-noScroll {
    position: fixed;
    height: 100%;
  }

  body .booked-modal input[type=submit] {
    margin: 0 10px 10px 0;
    float: none;
  }

  body .booked-modal .button {
    width: 100%;
    float: none;
  }

  body .booked-calendarSwitcher {
    width: 100%;
    display: block;
    padding: 8px 5px;
  }

  body .booked-calendarSwitcher i.fa-solid {
    display: none;
  }

  body .booked-calendarSwitcher select {
    width: 100%;
  }

  body .booked-calendar td .date .number {
    font-size: 12px;
  }

  body #booked-profile-page .booked-profile-appt-list .appt-block .status-block {
    display: block;
    float: none;
    margin: 0 0 10px;
  }

  body #profile-edit #booked-page-form p.form-nickname,
body #profile-edit #booked-page-form p.form-email,
body #profile-edit #booked-page-form p.form-url,
body #profile-edit #booked-page-form p.form-password {
    float: none;
    width: 100%;
  }

  body .booked-modal #customerChoices .field {
    display: block;
    float: none;
    margin: 5px 0;
  }
}
@media screen and (max-width: 450px) {
  body .booked-list-view .booked-appt-list h2 strong {
    display: block;
    margin: 0 auto;
  }

  body .booked-list-view .booked-appt-list h2 span:last-child {
    display: none;
  }

  body .booked-list-view .booked-appt-list .timeslot {
    border-top: 0;
    margin: 0 0 10px;
  }

  body .booked-list-view .booked-appt-list .timeslot .timeslot-time,
body .booked-list-view .booked-appt-list .timeslot .timeslot-count {
    display: none;
  }

  body .booked-list-view .booked-appt-list .timeslot .timeslot-people {
    width: 100%;
    padding: 0;
    height: auto;
  }

  body .booked-list-view .booked-appt-list .timeslot .timeslot-people button {
    float: none;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    line-height: 1.5;
  }

  body .booked-list-view .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
    display: block;
    font-weight: 600;
    font-size: 13px;
  }

  body .booked-list-view .booked-appt-list .timeslot .timeslot-people button .button-text {
    display: none;
  }

  body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title,
  body .booked-calendar-wrap.booked-list-view .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title{
    display: block;
  }

  body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
    height: auto;
    padding: 0;
  }
}

/* =============================================
   WAITING LIST STYLES
   ============================================= */

/* Make fully booked dates (with timeslots) clickable for waiting list */
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-full .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-full .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-full:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-full:hover .date span {
  cursor: pointer !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-full:hover .date {
  background: #fff3e0 !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.availability-full:hover .date .number {
  background: #ff9800 !important;
  color: #fff !important;
}

/* Frontend CTA */
.booked-waiting-list-cta {
  background: linear-gradient(135deg, #fef9e7 0%, #fdebd0 100%);
  border: 3px solid #d35400;
  border-radius: 15px;
  padding: 30px;
  margin: 20px 0;
  text-align: center;
  box-shadow: 0 4px 20px rgba(211, 84, 0, 0.15);
}

.booked-wl-cta-icon {
  font-size: 56px;
  color: #d35400;
  margin-bottom: 18px;
}

.booked-wl-cta-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #d35400;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.booked-wl-cta-content p {
  font-size: 17px;
  color: #5d4037;
  margin: 0 0 25px 0;
  font-weight: 500;
}

body .booked-calendar-wrap .booked-wl-cta-button,
body .booked-appt-list .booked-wl-cta-button,
.booked-wl-cta-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: #d35400 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 16px 32px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(211, 84, 0, 0.4) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

body .booked-calendar-wrap .booked-wl-cta-button:hover,
body .booked-appt-list .booked-wl-cta-button:hover,
.booked-wl-cta-button:hover {
  background: #e67e22 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(211, 84, 0, 0.5) !important;
  color: #fff !important;
}

body .booked-calendar-wrap .booked-wl-cta-button i,
body .booked-appt-list .booked-wl-cta-button i,
.booked-wl-cta-button i {
  font-size: 20px !important;
  color: #fff !important;
}

.booked-wl-cta-note {
  font-size: 13px;
  color: #795548;
  margin: 15px 0 0 0;
  font-style: italic;
}

/* Waiting List Form (Modal) */
.booked-wl-form-wrap {
  padding: 25px 30px 30px !important;
  background: #fff;
}

.booked-wl-banner {
  background: linear-gradient(135deg, #d35400 0%, #e67e22 100%);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 10px;
  margin: 0 0 25px 0;
  box-shadow: 0 4px 15px rgba(211, 84, 0, 0.25);
}

.booked-wl-banner-icon {
  font-size: 38px;
  color: #fff;
  background: rgba(255,255,255,0.2);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.booked-wl-banner-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.booked-wl-banner-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  font-weight: 500;
}

.booked-wl-calendar-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
}

.booked-wl-calendar-info i {
  color: #d35400;
}

.booked-wl-date-info {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.booked-wl-date-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px solid #dee2e6;
  border-radius: 12px;
  padding: 18px 35px;
  min-width: 140px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.booked-wl-date-badge .day-name {
  font-size: 13px;
  font-weight: 700;
  color: #d35400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.booked-wl-date-badge .day-number {
  font-size: 42px;
  font-weight: 800;
  color: #333;
  line-height: 1.1;
  margin: 5px 0;
}

.booked-wl-date-badge .month-name {
  font-size: 15px;
  color: #555;
  font-weight: 500;
}

.booked-wl-calendar-name {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.booked-wl-calendar-name i {
  margin-right: 6px;
  color: #d35400;
}

.booked-wl-form {
  margin: 0;
}

.booked-wl-form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.booked-wl-form-field {
  flex: 1;
}

.booked-wl-form-field-full {
  flex: 0 0 100%;
}

.booked-wl-form-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.booked-wl-form-field label .required {
  color: #d35400;
  font-weight: 700;
}

.booked-wl-form-field input,
.booked-wl-form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  background: #fafafa;
}

.booked-wl-form-field input:focus,
.booked-wl-form-field textarea:focus {
  border-color: #d35400;
  outline: none;
  box-shadow: 0 0 0 4px rgba(211, 84, 0, 0.1);
  background: #fff;
}

.booked-wl-form-field input::placeholder,
.booked-wl-form-field textarea::placeholder {
  color: #999;
}

.booked-wl-form-field textarea {
  resize: vertical;
  min-height: 90px;
}

.booked-wl-form-notice {
  background: linear-gradient(135deg, #e8f4fd 0%, #d6eaf8 100%);
  border-left: 4px solid #3498db;
  padding: 15px 18px;
  font-size: 14px;
  color: #2471a3;
  border-radius: 0 8px 8px 0;
  margin: 25px 0;
  line-height: 1.5;
}

.booked-wl-form-notice i {
  margin-right: 10px;
  color: #3498db;
}

.booked-wl-form-actions {
  text-align: center;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.booked-wl-submit-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  background: #d35400 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 16px 40px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px rgba(211, 84, 0, 0.35) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.booked-wl-submit-btn:hover {
  background: #e67e22 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(211, 84, 0, 0.45) !important;
}

.booked-wl-submit-btn:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

.booked-wl-submit-btn i {
  font-size: 18px;
}

/* Success Message */
.booked-wl-success {
  text-align: center;
  padding: 40px 30px;
}

.booked-wl-success-icon {
  font-size: 72px;
  color: #27ae60;
  margin-bottom: 25px;
  animation: successPulse 0.5s ease;
}

@keyframes successPulse {
  0% { transform: scale(0.5); opacity: 0; }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); opacity: 1; }
}

.booked-wl-success h3 {
  font-size: 24px;
  font-weight: 700;
  color: #27ae60;
  margin: 0 0 18px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.booked-wl-success p {
  font-size: 16px;
  color: #444;
  margin: 0 0 12px 0;
  line-height: 1.7;
}

.booked-wl-success p strong {
  color: #333;
}

.booked-wl-success-note {
  font-size: 14px;
  color: #777;
  font-style: italic;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

/* Waiting List Dog Selector */
.quickcal-wl-dog-selector {
  margin-top: 8px;
}

.quickcal-wl-dog-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.quickcal-wl-dog-option {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
}

.quickcal-wl-dog-option:hover {
  border-color: #aaa;
  background: #fafafa;
}

.quickcal-wl-dog-option.selected {
  border-color: var(--booked-button-color, #56a0d3);
  background: rgba(86, 160, 211, 0.05);
}

.quickcal-wl-dog-option input[type="radio"] {
  display: none;
}

.quickcal-wl-dog-photo {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
  flex-shrink: 0;
}

.quickcal-wl-dog-photo-placeholder {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 12px;
  flex-shrink: 0;
}

.quickcal-wl-dog-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.quickcal-wl-dog-info strong {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.quickcal-wl-dog-info small {
  font-size: 13px;
  color: #777;
}

/* Add New Dog Section */
.quickcal-wl-add-dog {
  margin-top: 8px;
}

.quickcal-wl-add-dog-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  background: transparent;
  border: 2px dashed #ccc;
  border-radius: 8px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  transition: all 0.2s ease;
}

.quickcal-wl-add-dog-btn:hover {
  border-color: var(--booked-button-color, #56a0d3);
  color: var(--booked-button-color, #56a0d3);
  background: rgba(86, 160, 211, 0.05);
}

.quickcal-wl-add-dog-btn i {
  font-size: 16px;
}

.quickcal-wl-add-dog-form {
  margin-top: 12px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.quickcal-wl-add-dog-field {
  margin-bottom: 12px;
}

.quickcal-wl-add-dog-field:last-of-type {
  margin-bottom: 15px;
}

.quickcal-wl-add-dog-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin-bottom: 5px;
}

.quickcal-wl-add-dog-field label .required {
  color: #e74c3c;
}

.quickcal-wl-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  transition: border-color 0.2s ease;
}

.quickcal-wl-input:focus {
  outline: none;
  border-color: var(--booked-button-color, #56a0d3);
}

.quickcal-wl-add-dog-actions {
  display: flex;
  gap: 10px;
}

.quickcal-wl-save-dog-btn {
  flex: 1;
  padding: 10px 15px;
  background: var(--booked-button-color, #56a0d3);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.quickcal-wl-save-dog-btn:hover {
  background: var(--booked-button-hover, #4a8cbf);
}

.quickcal-wl-save-dog-btn:disabled {
  background: #bbb;
  cursor: not-allowed;
}

.quickcal-wl-cancel-dog-btn {
  padding: 10px 15px;
  background: transparent;
  color: #777;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.quickcal-wl-cancel-dog-btn:hover {
  background: #f0f0f0;
  border-color: #ccc;
}

.quickcal-wl-add-dog-status {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

.quickcal-wl-add-dog-status.error {
  color: #e74c3c;
}

.quickcal-wl-add-dog-status.success {
  color: #27ae60;
}

/* Admin Waiting List Styles */
.booked-wl-status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.booked-wl-status-pending {
  background: #fff3e0;
  color: #e65100;
}

.booked-wl-status-contacted {
  background: #e3f2fd;
  color: #1565c0;
}

.booked-wl-status-converted {
  background: #e8f5e9;
  color: #2e7d32;
}

.booked-wl-status-cancelled {
  background: #f5f5f5;
  color: #757575;
}

/* Admin Page Styles */
.booked-waiting-list-page .tablenav {
  margin: 15px 0;
}

.booked-waiting-list-page .booked-wl-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.booked-waiting-list-page .booked-wl-filters select,
.booked-waiting-list-page .booked-wl-filters input[type="text"],
.booked-waiting-list-page .booked-wl-filters input[type="date"] {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.booked-waiting-list-page .wp-list-table {
  margin-top: 15px;
}

.booked-waiting-list-page .wp-list-table th,
.booked-waiting-list-page .wp-list-table td {
  padding: 12px 10px;
}

.booked-waiting-list-page .column-contact {
  line-height: 1.6;
}

.booked-waiting-list-page .column-contact small {
  color: #666;
  display: block;
}

.booked-waiting-list-page .row-actions {
  visibility: visible;
}

.booked-waiting-list-page .row-actions a {
  text-decoration: none;
}

.booked-waiting-list-page .row-actions .delete a {
  color: #a00;
}

.booked-waiting-list-page .row-actions .delete a:hover {
  color: #dc3232;
}

/* Admin badge in menu */
.booked-waiting-list-badge {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  padding: 0 5px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #ca4a1f;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

/* Responsive form styles */
@media screen and (max-width: 600px) {
  .booked-wl-form-row {
    flex-direction: column;
    gap: 0;
  }

  .booked-wl-form-field {
    margin-bottom: 15px;
  }

  .booked-wl-banner {
    flex-direction: column;
    text-align: center;
  }

  /* Waiting List CTA - Mobile Friendly */
  .booked-waiting-list-cta {
    padding: 20px 15px;
    margin: 15px 0;
    border-radius: 12px;
    border-width: 2px;
  }

  .booked-wl-cta-icon {
    font-size: 40px !important;
    margin-bottom: 12px !important;
  }

  .booked-wl-cta-content h3 {
    font-size: 16px !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.3px !important;
  }

  .booked-wl-cta-content p {
    font-size: 14px !important;
    margin-bottom: 18px !important;
    line-height: 1.4 !important;
  }

  body .booked-calendar-wrap .booked-wl-cta-button,
  body .booked-appt-list .booked-wl-cta-button,
  .booked-wl-cta-button {
    width: 100% !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    gap: 8px !important;
    border-radius: 8px !important;
  }

  body .booked-calendar-wrap .booked-wl-cta-button i,
  body .booked-appt-list .booked-wl-cta-button i,
  .booked-wl-cta-button i {
    font-size: 16px !important;
  }

  .booked-wl-cta-note {
    font-size: 12px !important;
    margin-top: 12px !important;
    line-height: 1.4 !important;
  }
}

/* Waiting List Modal - Scrollable container */
.booked-wl-scrollable {
  padding: 20px 25px 25px;
  background: #fff;
}

.booked-wl-scrollable .booked-wl-form-wrap {
  padding: 0 !important;
}

/* Waiting List Title Bar - Orange theme */
.booked-wl-title-bar {
  background: linear-gradient(135deg, #d35400 0%, #e67e22 100%) !important;
}

/* Waiting List Close Button (bottom) */
.booked-wl-close-btn {
  display: block !important;
  width: 100% !important;
  margin-top: 10px !important;
  padding: 12px 20px !important;
  background: transparent !important;
  border: 2px solid #ccc !important;
  border-radius: 8px !important;
  color: #666 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.booked-wl-close-btn:hover {
  background: #f5f5f5 !important;
  border-color: #999 !important;
  color: #333 !important;
}

/* Mobile waiting list modal scrolling fix */
@media screen and (max-width: 768px) {
  /* Waiting list scrollable area on mobile */
  body .booked-modal .bm-window .booked-wl-scrollable {
    max-height: calc(100vh - 120px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 15px !important;
  }

  body .booked-modal .booked-wl-scrollable .booked-wl-form-wrap {
    padding: 0 !important;
  }

  /* Compact banner on mobile */
  body .booked-modal .booked-wl-banner {
    padding: 12px !important;
    gap: 10px !important;
    margin-bottom: 15px !important;
    border-radius: 8px !important;
  }

  body .booked-modal .booked-wl-banner-icon {
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
  }

  body .booked-modal .booked-wl-banner-content h3 {
    font-size: 14px !important;
    margin-bottom: 4px !important;
  }

  body .booked-modal .booked-wl-banner-content p {
    font-size: 12px !important;
    margin: 0 !important;
  }

  /* Compact date badge on mobile */
  body .booked-modal .booked-wl-date-info {
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
  }

  body .booked-modal .booked-wl-date-badge {
    padding: 12px 20px !important;
  }

  body .booked-modal .booked-wl-date-badge .day-name {
    font-size: 11px !important;
  }

  body .booked-modal .booked-wl-date-badge .day-number {
    font-size: 28px !important;
  }

  body .booked-modal .booked-wl-date-badge .month-name {
    font-size: 12px !important;
  }

  /* Compact form fields on mobile */
  body .booked-modal .booked-wl-form-field {
    margin-bottom: 12px !important;
  }

  body .booked-modal .booked-wl-form-field label {
    font-size: 13px !important;
    margin-bottom: 5px !important;
  }

  body .booked-modal .booked-wl-form-field input,
  body .booked-modal .booked-wl-form-field textarea {
    padding: 10px 12px !important;
    font-size: 16px !important; /* Prevents iOS zoom */
  }

  body .booked-modal .booked-wl-form-field textarea {
    min-height: 60px !important;
  }

  /* Remove notice on mobile to save space */
  body .booked-modal .booked-wl-form-notice {
    display: none !important;
  }

  /* Compact submit button */
  body .booked-modal .booked-wl-form-actions {
    margin-top: 15px !important;
    padding-top: 0 !important;
    border-top: none !important;
  }

  body .booked-modal .booked-wl-submit-btn {
    width: 100% !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
  }
}

/* ============================================
   MODERN BOOKING FORM REDESIGN
   Elegant, accessible form styling
   ============================================ */

/* Custom checkbox styling */
body .booked-form .field .checkbox-radio-block input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

body .booked-form .field .checkbox-radio-block input[type="checkbox"]:hover {
  border-color: #9ca3af;
}

body .booked-form .field .checkbox-radio-block input[type="checkbox"]:focus {
  outline: none;
  border-color: var(--booked-primary-color, #0073aa);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

body .booked-form .field .checkbox-radio-block input[type="checkbox"]:checked {
  background: var(--booked-primary-color, #0073aa);
  border-color: var(--booked-primary-color, #0073aa);
}

body .booked-form .field .checkbox-radio-block input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Custom radio button styling */
body .booked-form .field .checkbox-radio-block input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

body .booked-form .field .checkbox-radio-block input[type="radio"]:hover {
  border-color: #9ca3af;
}

body .booked-form .field .checkbox-radio-block input[type="radio"]:focus {
  outline: none;
  border-color: var(--booked-primary-color, #0073aa);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

body .booked-form .field .checkbox-radio-block input[type="radio"]:checked {
  border-color: var(--booked-primary-color, #0073aa);
  border-width: 6px;
}

/* Checkbox/radio label wrapper */
body .booked-form .field .checkbox-radio-block {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  margin: 6px 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
}

body .booked-form .field .checkbox-radio-block:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

body .booked-form .field .checkbox-radio-block:has(input:checked) {
  background: #f8f9fa;
  border-color: var(--booked-primary-color, #0073aa);
}

body .booked-form .field .checkbox-radio-block label {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  padding: 0;
  margin: 0;
  top: 0;
  position: relative;
  cursor: pointer;
  flex: 1;
  line-height: 1.4;
}

/* Modern text input styling */
body .booked-form .field input[type="text"],
body .booked-form .field input[type="email"],
body .booked-form .field input[type="tel"],
body .booked-form .field input[type="password"] {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 15px;
  color: #1f2937;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

body .booked-form .field input[type="text"]:hover,
body .booked-form .field input[type="email"]:hover,
body .booked-form .field input[type="tel"]:hover,
body .booked-form .field input[type="password"]:hover {
  border-color: #d1d5db;
}

body .booked-form .field input[type="text"]:focus,
body .booked-form .field input[type="email"]:focus,
body .booked-form .field input[type="tel"]:focus,
body .booked-form .field input[type="password"]:focus {
  outline: none;
  border-color: var(--booked-primary-color, #0073aa);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
}

body .booked-form .field input[type="text"]::placeholder,
body .booked-form .field input[type="email"]::placeholder,
body .booked-form .field input[type="tel"]::placeholder,
body .booked-form .field input[type="password"]::placeholder {
  color: #9ca3af;
}

/* Modern textarea styling */
body .booked-form .field textarea {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 15px;
  color: #1f2937;
  line-height: 1.6;
  min-height: 100px;
  resize: vertical;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

body .booked-form .field textarea:hover {
  border-color: #d1d5db;
}

body .booked-form .field textarea:focus {
  outline: none;
  border-color: var(--booked-primary-color, #0073aa);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
}

body .booked-form .field textarea::placeholder {
  color: #9ca3af;
}

/* Modern select dropdown styling */
body .booked-form .cf-block select,
body .booked-form .field select {
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") right 12px center/16px no-repeat;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 40px 12px 14px;
  font-size: 15px;
  color: #1f2937;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto;
}

body .booked-form .cf-block select:hover,
body .booked-form .field select:hover {
  border-color: #d1d5db;
}

body .booked-form .cf-block select:focus,
body .booked-form .field select:focus {
  outline: none;
  border-color: var(--booked-primary-color, #0073aa);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
}

/* Modern field labels */
body .booked-form .field label.field-label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #374151;
  padding: 0;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

/* Required asterisk styling */
body .booked-form .required-asterisk {
  color: #ef4444;
  font-size: 10px;
  vertical-align: super;
  margin-left: 4px;
}

/* Custom fields block spacing */
body .booked-form .cf-block {
  margin: 0 0 20px;
  padding: 0;
}

body .booked-form .cf-block:last-child {
  margin-bottom: 0;
}

/* Field spacing improvements */
body .booked-form .field {
  margin: 0 0 16px;
}

/* Modern button styling */
body .booked-modal input[type="submit"].button-primary,
body .booked-modal button.button-primary,
body .booked-form input[type="submit"].button-primary,
body .booked-form button.button-primary {
  background: var(--booked-primary-color, #0073aa);
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

body .booked-modal input[type="submit"].button-primary:hover,
body .booked-modal button.button-primary:hover,
body .booked-form input[type="submit"].button-primary:hover,
body .booked-form button.button-primary:hover {
  filter: brightness(1.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

body .booked-modal input[type="submit"].button-primary:active,
body .booked-modal button.button-primary:active,
body .booked-form input[type="submit"].button-primary:active,
body .booked-form button.button-primary:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

body .booked-modal button.cancel,
body .booked-form button.cancel {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s ease;
}

body .booked-modal button.cancel:hover,
body .booked-form button.cancel:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

/* Disabled button state */
body .booked-form input[type="submit"].button:disabled,
body .booked-form button:disabled {
  background: #e5e7eb !important;
  border-color: #e5e7eb !important;
  color: #9ca3af !important;
  cursor: not-allowed;
  box-shadow: none !important;
  transform: none !important;
}

/* Form dividers */
body .booked-form hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 24px 0;
  padding: 0;
}

/* Scrollable area improvements */
body .booked-modal .bm-window .booked-scrollable {
  background: #fff;
  padding: 24px;
  border-radius: 0 0 12px 12px;
}

/* Modal window improvements */
body .booked-modal .bm-window {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Title bar improvements */
body .booked-modal .bm-window p.booked-title-bar {
  border-radius: 12px 12px 0 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
}

/* Appointment summary card styling */
body .booked-form .booked-appointment-summary-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 0;
  margin-bottom: 16px;
  transition: all 0.2s ease;
  overflow: hidden;
}

body .booked-form .booked-appointment-summary-card:hover {
  border-color: #d1d5db;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

body .booked-form .booked-appointment-summary-card .summary-card-inner {
  display: flex;
  align-items: stretch;
  width: 100%;
}

body .booked-form .booked-appointment-summary-card .summary-date-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: var(--booked-primary-color, #0073aa);
  color: #fff;
  min-width: 70px;
  text-align: center;
  flex-shrink: 0;
}

body .booked-form .booked-appointment-summary-card .summary-date-badge .date-day-name {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

body .booked-form .booked-appointment-summary-card .summary-date-badge .date-day-num {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  margin: 2px 0;
}

body .booked-form .booked-appointment-summary-card .summary-date-badge .date-month {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

body .booked-form .booked-appointment-summary-card .summary-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 14px 16px;
  min-width: 0;
}

body .booked-form .booked-appointment-summary-card .summary-details > div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #4b5563;
}

body .booked-form .booked-appointment-summary-card .summary-details > div i {
  color: #9ca3af;
  font-size: 12px;
  width: 14px;
  text-align: center;
  flex-shrink: 0;
}

body .booked-form .booked-appointment-summary-card .summary-details > div span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .booked-form .booked-appointment-summary-card .summary-service {
  font-weight: 600;
  color: #1f2937 !important;
}

body .booked-form .booked-appointment-summary-card .summary-service span {
  font-size: 14px;
}

body .booked-form .booked-appointment-summary-card .summary-confirm-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #10b981;
  font-size: 24px;
}

/* Hide the hidden inputs within the card */
body .booked-form .booked-appointment-summary-card input[type="hidden"] {
  display: none;
}

/* Tabs styling */
body .booked-form .booked-tabs-nav {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  padding: 4px;
  background: #f3f4f6;
  border-radius: 10px;
}

body .booked-form .booked-tabs-nav span {
  flex: 1;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

body .booked-form .booked-tabs-nav span:hover {
  color: #374151;
}

body .booked-form .booked-tabs-nav span.active {
  background: #fff;
  color: var(--booked-primary-color, #0073aa);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Plain text content styling */
body .booked-form .field.booked-text-content {
  background: #f9fafb;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.6;
}

/* Calendar name label */
body .booked-modal .bm-window p.booked-calendar-name {
  font-weight: 600;
  font-size: 14px;
  color: #374151;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* ============================================
   MOBILE RESPONSIVE STYLES FOR MODERN FORM
   ============================================ */

@media screen and (max-width: 720px) {
  /* Full width inputs on mobile */
  body .booked-form .field input[type="text"],
  body .booked-form .field input[type="email"],
  body .booked-form .field input[type="tel"],
  body .booked-form .field input[type="password"] {
    width: 100%;
    margin: 0 0 10px;
    float: none;
    font-size: 16px; /* Prevents iOS zoom */
    padding: 14px 16px;
  }

  body .booked-form .field textarea {
    font-size: 16px; /* Prevents iOS zoom */
    padding: 14px 16px;
  }

  body .booked-form .cf-block select,
  body .booked-form .field select {
    font-size: 16px; /* Prevents iOS zoom */
    padding: 14px 40px 14px 16px;
  }

  /* Larger touch targets for checkboxes/radios */
  body .booked-form .field .checkbox-radio-block {
    padding: 14px 16px;
  }

  body .booked-form .field .checkbox-radio-block input[type="checkbox"],
  body .booked-form .field .checkbox-radio-block input[type="radio"] {
    width: 22px;
    height: 22px;
  }

  body .booked-form .field .checkbox-radio-block input[type="checkbox"]:checked::after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
  }

  /* Full width buttons on mobile */
  body .booked-modal input[type="submit"].button-primary,
  body .booked-modal button.button-primary,
  body .booked-form input[type="submit"].button-primary,
  body .booked-form button.button-primary {
    width: 100%;
    padding: 16px 24px;
    margin: 0 0 10px;
    float: none;
  }

  body .booked-modal button.cancel,
  body .booked-form button.cancel {
    width: 100%;
    padding: 16px 24px;
    margin: 0;
    float: none;
  }

  /* Modal adjustments */
  body .booked-modal .bm-window .booked-scrollable {
    padding: 20px;
  }

  body .booked-modal .bm-window p.booked-title-bar {
    padding: 14px 20px;
    border-radius: 8px 8px 0 0;
  }

  body .booked-modal .bm-window {
    border-radius: 8px;
  }

  /* Tabs on mobile */
  body .booked-form .booked-tabs-nav {
    flex-direction: column;
    gap: 4px;
  }

  body .booked-form .booked-tabs-nav span {
    padding: 12px 16px;
  }

  /* Field spacing on mobile */
  body .booked-form .field {
    margin: 0 0 14px;
  }

  body .booked-form .cf-block {
    margin: 0 0 18px;
  }

  /* Label size on mobile */
  body .booked-form .field label.field-label {
    font-size: 15px;
    margin-bottom: 10px;
  }

  body .booked-form .field .checkbox-radio-block label {
    font-size: 15px;
  }

  /* Summary card mobile adjustments */
  body .booked-form .booked-appointment-summary-card .summary-card-inner {
    flex-wrap: nowrap;
  }

  body .booked-form .booked-appointment-summary-card .summary-date-badge {
    min-width: 60px;
    padding: 10px 12px;
  }

  body .booked-form .booked-appointment-summary-card .summary-date-badge .date-day-num {
    font-size: 22px;
  }

  body .booked-form .booked-appointment-summary-card .summary-date-badge .date-day-name,
  body .booked-form .booked-appointment-summary-card .summary-date-badge .date-month {
    font-size: 10px;
  }

  body .booked-form .booked-appointment-summary-card .summary-details {
    padding: 10px 12px;
    gap: 4px;
  }

  body .booked-form .booked-appointment-summary-card .summary-details > div {
    font-size: 12px;
  }

  body .booked-form .booked-appointment-summary-card .summary-service span {
    font-size: 13px;
  }

  body .booked-form .booked-appointment-summary-card .summary-confirm-icon {
    padding: 0 12px;
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  /* Extra small screen adjustments */
  body .booked-modal .bm-window .booked-scrollable {
    padding: 16px;
  }

  body .booked-form .field .checkbox-radio-block {
    padding: 12px 14px;
  }

  body .booked-form .field input[type="text"],
  body .booked-form .field input[type="email"],
  body .booked-form .field input[type="tel"],
  body .booked-form .field input[type="password"],
  body .booked-form .field textarea {
    padding: 12px 14px;
  }

  /* Summary card extra small screen */
  body .booked-form .booked-appointment-summary-card .summary-confirm-icon {
    display: none;
  }

  body .booked-form .booked-appointment-summary-card .summary-date-badge {
    min-width: 55px;
    padding: 8px 10px;
  }

  body .booked-form .booked-appointment-summary-card .summary-date-badge .date-day-num {
    font-size: 20px;
  }

  body .booked-form .booked-appointment-summary-card .summary-details {
    padding: 8px 10px;
  }
}

/* Smooth focus transitions for accessibility */
body .booked-form .field input,
body .booked-form .field textarea,
body .booked-form .field select,
body .booked-form .field .checkbox-radio-block {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  body .booked-form .field input[type="text"],
  body .booked-form .field input[type="email"],
  body .booked-form .field input[type="tel"],
  body .booked-form .field input[type="password"],
  body .booked-form .field textarea,
  body .booked-form .cf-block select {
    border-width: 2px;
  }

  body .booked-form .field .checkbox-radio-block input[type="checkbox"],
  body .booked-form .field .checkbox-radio-block input[type="radio"] {
    border-width: 3px;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  body .booked-form .field input,
  body .booked-form .field textarea,
  body .booked-form .field select,
  body .booked-form .field .checkbox-radio-block,
  body .booked-modal button,
  body .booked-form button {
    transition: none;
  }
}

/* ============================================
   MODERN CALENDAR & TIMESLOT STYLING
   ============================================ */

/* Calendar container modernization */
body div.booked-calendar-wrap div.booked-calendar {
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background: #fff;
  border: 1px solid #e5e7eb;
}

/* Calendar header improvements */
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col {
  padding: 1.25rem 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* Navigation arrows */
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.2s ease;
  font-size: 1rem;
  margin-top: -18px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left {
  left: 16px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right {
  right: 16px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left:hover,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* Fix: Ensure arrows stay in position on hover (prevents flicker) */
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left:hover {
  left: 16px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right:hover {
  right: 16px;
}

/* Weekday header */
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
  font-weight: 600;
  font-size: 11px;
  padding: 12px 0;
  letter-spacing: 0.05em;
  opacity: 0.9;
}

/* Calendar body cells */
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col {
  border-right: 1px solid #f3f4f6;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col span.date {
  background: #fff;
  transition: background-color 0.15s ease;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
  font-weight: 500;
  font-size: 15px;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date {
  background: #f9fafb;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date .number {
  transform: scale(1.05);
}

/* Today styling */
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date .number {
  box-shadow: inset 0 0 0 2px var(--booked-primary-color, #0073aa);
  font-weight: 600;
}

/* Active/selected day */
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active {
  background: #f3f4f6;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active .date {
  background: #f3f4f6;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active .date .number {
  background: var(--booked-primary-color, #0073aa);
  color: #fff !important;
  font-weight: 600;
}

/* Hide the default tooltipster tooltip - availability shown via labels instead */
.tooltipster-base.tooltipster-light {
  display: none !important;
}

/* Appointment list container */
body .booked-appt-list {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-top: 8px;
}

body .booked-appt-list h2 {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 20px;
}

/* Timeslot styling - Full width layout */
body .booked-appt-list .timeslot {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
  transition: all 0.2s ease;
  border-top: 1px solid #e5e7eb;
  flex-direction: column !important;
  width: 100% !important;
}

body .booked-appt-list .timeslot:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

body .booked-appt-list .timeslot .timeslot-time {
  padding: 14px 16px;
  font-size: 15px;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
}

body .booked-appt-list .timeslot .timeslot-time .timeslot-range {
  font-weight: 600;
  color: #374151;
}

body .booked-appt-list .timeslot .timeslot-time .timeslot-range i {
  color: #9ca3af;
  margin-right: 6px;
}

body .booked-appt-list .timeslot .timeslot-title {
  color: var(--booked-primary-color, #0073aa);
  font-weight: 600;
  font-size: 14px;
}

/* Spots available text */
body .booked-appt-list .timeslot .spots-available {
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-top: 6px;
  background: transparent !important;
}

body .booked-appt-list .timeslot .spots-available.empty {
  color: #ef4444;
}

/* Timeslot button styling - Full width */
body .booked-appt-list .timeslot .timeslot-people {
  padding: 0 14px 14px 14px;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box;
  justify-content: center !important;
}

body .booked-appt-list .timeslot .timeslot-people button {
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100% !important;
  text-align: center;
}

body .booked-appt-list .timeslot .timeslot-people button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Show timeslot info on button for full-width layout */
body .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
  display: block !important;
  font-weight: 600;
  font-size: 14px;
}

body .booked-appt-list .timeslot .timeslot-people button .spots-available {
  display: block !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 0 0;
}

body .booked-appt-list .timeslot .timeslot-people button .spots-available.empty {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* Mobile timeslot fixes */
@media screen and (max-width: 720px) {
  /* Fix spots-available background on mobile */
  body .booked-calendar .booked-appt-list .timeslot button .spots-available,
  body .booked-calendar-wrap .booked-appt-list .timeslot button .spots-available {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 0 0;
    display: block;
  }

  body .booked-calendar .booked-appt-list .timeslot button .spots-available.empty,
  body .booked-calendar-wrap .booked-appt-list .timeslot button .spots-available.empty {
    color: rgba(255, 255, 255, 0.7) !important;
    background: transparent !important;
  }

  /* Mobile timeslot button */
  body .booked-calendar .booked-appt-list .timeslot .timeslot-people button {
    border-radius: 10px;
    padding: 14px 16px;
    min-height: auto;
  }

  body .booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
    font-size: 14px;
    font-weight: 600;
  }

  /* Calendar on mobile */
  body div.booked-calendar-wrap div.booked-calendar {
    border-radius: 12px;
  }

  body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
    font-size: 10px;
    padding: 10px 0;
  }

  body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col {
    padding: 0.9rem 0;
  }

  body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .availability-label {
    font-size: 7px !important;
  }

  body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date {
    padding: 4px 2px !important;
    gap: 1px;
  }

  body .booked-appt-list {
    padding: 16px;
    border-radius: 10px;
  }

  body .booked-appt-list .timeslot {
    border-radius: 8px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 450px) {
  body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
    font-size: 9px;
    padding: 8px 0;
  }

  body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .availability-label {
    font-size: 6px !important;
  }

  body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right,
  body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }

  body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left {
    left: 8px;
  }

  body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right {
    right: 8px;
  }

  body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
    font-size: 0.95rem;
  }

  body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col {
    padding: 0.75rem 0;
  }

  body .booked-modal .bm-window {
    border-radius: 0;
    max-width: 100vw;
    width: 100vw;
  }

  body .booked-modal .bm-window .booked-scrollable {
    padding: 16px;
  }
}

/* Express Groom Confirmation Dialog */
.booked-express-groom-confirm {
  text-align: center;
  padding: 50px 40px 40px;
  position: relative;
  background: linear-gradient(180deg, #fffdf7 0%, #fefaed 50%, #fdf5db 100%);
  overflow: hidden;
}

.booked-express-groom-confirm::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #b8960c 0%, #d4af37 25%, #f5d769 50%, #d4af37 75%, #b8960c 100%);
  background-size: 200% 100%;
  animation: expressShimmer 3s ease-in-out infinite;
}

.booked-express-groom-confirm::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    110deg,
    transparent 25%,
    rgba(212, 175, 55, 0.06) 40%,
    rgba(255, 215, 0, 0.12) 50%,
    rgba(212, 175, 55, 0.06) 60%,
    transparent 75%
  );
  background-size: 200% 100%;
  animation: expressShimmer 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.booked-express-groom-confirm > * {
  position: relative;
  z-index: 1;
}

.booked-express-groom-confirm .express-groom-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, #fef9e7 0%, #fdf3d7 50%, #fce8a0 100%);
  border: 2px solid #d4af37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.35), 0 0 40px rgba(212, 175, 55, 0.15);
  animation: expressGlow 3s ease-in-out infinite;
}

.booked-express-groom-confirm .express-groom-icon i {
  font-size: 32px;
  color: #b8960c;
  filter: drop-shadow(0 0 4px rgba(212, 175, 55, 0.5));
  animation: crownBob 3s ease-in-out infinite;
}

.booked-express-groom-confirm h3 {
  margin: 0 0 12px 0;
  font-size: 28px;
  font-weight: 800;
  color: #b8960c;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 0 1px 2px rgba(184, 150, 12, 0.2);
}

.booked-express-groom-confirm .express-groom-fee {
  font-size: 36px;
  font-weight: 300;
  color: #2c3e50;
  margin: 0 0 20px 0;
  letter-spacing: -1px;
}

.booked-express-groom-confirm .express-groom-fee strong {
  font-weight: 600;
}

.booked-express-groom-confirm .express-groom-benefits {
  list-style: none;
  padding: 0;
  margin: 0 auto 24px;
  max-width: 380px;
  text-align: center;
}

.booked-express-groom-confirm .express-groom-benefits li {
  padding: 6px 0;
  font-size: 14px;
  color: #374151;
  line-height: 1.5;
}

.booked-express-groom-confirm .express-groom-benefits li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 12px;
  color: #d4af37;
  margin-right: 8px;
}

.booked-express-groom-confirm .express-groom-benefits li strong {
  font-weight: 700;
}

body .booked-modal .bm-window .booked-express-groom-confirm p {
  margin: 0 auto 30px;
  font-size: 13px;
  color: #9ca3af;
  line-height: 1.6;
  max-width: 360px;
  text-align: center;
}

.booked-express-groom-confirm .express-groom-divider {
  width: 40px;
  height: 1px;
  background: #e0e0e0;
  margin: 0 auto 25px;
}

.booked-express-groom-confirm .express-groom-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
}

.booked-express-groom-confirm .express-groom-buttons button {
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
  letter-spacing: 0.3px;
}

.booked-express-groom-confirm .express-groom-buttons .express-groom-cancel {
  background: transparent;
  border: 1px solid #d1d5db;
  color: #6b7280;
}

.booked-express-groom-confirm .express-groom-buttons .express-groom-cancel:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
  color: #4b5563;
}

.booked-express-groom-confirm .express-groom-buttons .express-groom-continue {
  background: linear-gradient(135deg, #d4af37 0%, #c9a227 50%, #b8960c 100%);
  border: none;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 14px rgba(184, 150, 12, 0.4);
}

.booked-express-groom-confirm .express-groom-buttons .express-groom-continue:hover {
  background: linear-gradient(135deg, #e0be48 0%, #d4af37 50%, #c9a227 100%);
  box-shadow: 0 6px 20px rgba(184, 150, 12, 0.55);
  transform: translateY(-1px);
}

@media (max-width: 480px) {
  .booked-express-groom-confirm {
    padding: 40px 24px 32px;
  }

  .booked-express-groom-confirm .express-groom-icon {
    width: 60px;
    height: 60px;
  }

  .booked-express-groom-confirm .express-groom-icon i {
    font-size: 24px;
  }

  .booked-express-groom-confirm .express-groom-fee {
    font-size: 30px;
  }

  .booked-express-groom-confirm .express-groom-buttons {
    flex-direction: column;
  }

  .booked-express-groom-confirm .express-groom-buttons button {
    width: 100%;
  }
}

/* Express Groom Timeslot - Gold Glow */
@keyframes expressGlow {
  0%, 100% {
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.4), 0 0 20px rgba(212, 175, 55, 0.15), inset 0 0 12px rgba(212, 175, 55, 0.05);
  }
  50% {
    box-shadow: 0 0 14px rgba(212, 175, 55, 0.6), 0 0 30px rgba(212, 175, 55, 0.25), inset 0 0 18px rgba(212, 175, 55, 0.08);
  }
}

@keyframes expressShimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}

@keyframes crownBob {
  0%, 100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-2px) rotate(3deg);
  }
}

body .booked-appt-list .timeslot.timeslot-express {
  position: relative;
  background: linear-gradient(135deg, #fffdf5 0%, #fef9e7 40%, #fdf3d0 100%);
  border: 2px solid #d4af37;
  border-top: 2px solid #d4af37;
  border-radius: 10px;
  margin: 10px 4px;
  animation: expressGlow 3s ease-in-out infinite;
  overflow: hidden;
}

body .booked-appt-list .timeslot.timeslot-express::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    110deg,
    transparent 20%,
    rgba(212, 175, 55, 0.08) 40%,
    rgba(255, 215, 0, 0.15) 50%,
    rgba(212, 175, 55, 0.08) 60%,
    transparent 80%
  );
  background-size: 200% 100%;
  animation: expressShimmer 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

body .booked-appt-list .timeslot.timeslot-express > * {
  position: relative;
  z-index: 1;
}

body .booked-appt-list .timeslot.timeslot-express:hover {
  background: linear-gradient(135deg, #fffcf0 0%, #fef7dd 40%, #fcefc0 100%);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.5), 0 0 40px rgba(212, 175, 55, 0.2);
  border-color: #c9a227;
}

body .booked-appt-list .timeslot.timeslot-express .timeslot-title {
  color: #8b6914;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.3px;
}

body .booked-appt-list .timeslot.timeslot-express .express-crown {
  color: #d4af37;
  font-size: 14px;
  margin-right: 4px;
  animation: crownBob 3s ease-in-out infinite;
  display: inline-block;
  filter: drop-shadow(0 0 3px rgba(212, 175, 55, 0.6));
}

body .booked-appt-list .timeslot.timeslot-express .timeslot-people button:not(:disabled) {
  background: linear-gradient(135deg, #d4af37 0%, #c9a227 50%, #b8960c 100%);
  color: #fff;
  border: none;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(184, 150, 12, 0.4);
  transition: all 0.25s ease;
}

body .booked-appt-list .timeslot.timeslot-express .timeslot-people button:not(:disabled):hover {
  background: linear-gradient(135deg, #e0be48 0%, #d4af37 50%, #c9a227 100%);
  box-shadow: 0 5px 16px rgba(184, 150, 12, 0.55);
  transform: translateY(-1px);
}

body .booked-appt-list .timeslot.timeslot-express .spots-available {
  color: #8b6914;
  font-weight: 500;
}

body .booked-appt-list .timeslot.timeslot-express .timeslot-range {
  color: #7a6012;
}

body .booked-appt-list .timeslot.timeslot-express .timeslot-time i.fa-solid.fa-clock {
  color: #b8960c;
}

/* Calendar Availability Change Animation */
@keyframes availabilityPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(220, 53, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
  }
}

.booked-calendar .bc-col.availability-changed {
  animation: availabilityPulse 0.6s ease-out 2;
}

.booked-calendar .bc-col.availability-changed .date .number {
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* ===== Availability Legend ===== */
.booked-availability-legend {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 12px 0;
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
}
.booked-availability-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #666;
}
.booked-availability-legend .legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.booked-availability-legend .legend-dot.available {
  background: #22c55e;
}
.booked-availability-legend .legend-dot.full {
  background: #f97316;
}
.booked-availability-legend .legend-dot.closed {
  background: #dc2626;
}

/* ===== Simplified Waiting List - Standalone Button ===== */
.booked-wl-standalone,
.booked-wl-standalone-wrap {
  text-align: center;
  padding: 20px 0;
  margin-top: 15px;
  border-top: 1px solid #e5e5e5;
}

.booked-wl-standalone-hint {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #777;
  font-style: italic;
}

.booked-wl-standalone-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: linear-gradient(135deg, #d35400 0%, #e67e22 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 14px 30px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 3px 12px rgba(211, 84, 0, 0.35) !important;
  text-decoration: none !important;
}

.booked-wl-standalone-btn:hover {
  background: linear-gradient(135deg, #e67e22 0%, #f39c12 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 5px 18px rgba(211, 84, 0, 0.45) !important;
  color: #fff !important;
}

.booked-wl-standalone-btn i {
  font-size: 18px !important;
  color: #fff !important;
}

/* ===== Simplified Waiting List - Urgency Section ===== */
.booked-wl-urgency-section,
.booked-wl-preferences-section {
  margin-bottom: 25px;
}

.booked-wl-urgency-section > label,
.booked-wl-preferences-section > label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.booked-wl-urgency-cards,
.booked-wl-urgency-options {
  display: flex;
  gap: 12px;
}

.booked-wl-urgency-option {
  flex: 1;
  cursor: pointer;
}

.booked-wl-urgency-option input[type="radio"] {
  display: none;
}

.booked-wl-urgency-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 18px 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fafafa;
}

.booked-wl-urgency-card:hover,
.booked-wl-urgency-option:hover .booked-wl-urgency-card {
  border-color: #aaa;
  background: #f5f5f5;
}

.booked-wl-urgency-card.selected,
.booked-wl-urgency-option.selected .booked-wl-urgency-card {
  border-color: #d35400;
  background: linear-gradient(135deg, #fef9e7 0%, #fdebd0 100%);
  box-shadow: 0 2px 8px rgba(211, 84, 0, 0.15);
}

.booked-wl-urgency-card i {
  font-size: 28px;
  margin-bottom: 8px;
  color: #888;
}

.booked-wl-urgency-card.selected i,
.booked-wl-urgency-option.selected .booked-wl-urgency-card i {
  color: #d35400;
}

.booked-wl-urgency-card strong {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
  display: block;
}

.booked-wl-urgency-card.selected strong,
.booked-wl-urgency-option.selected .booked-wl-urgency-card strong {
  color: #d35400;
}

.booked-wl-urgency-card small {
  font-size: 12px;
  color: #777;
  display: block;
}

/* ===== Simplified Waiting List - Day Preferences ===== */
.booked-wl-days-grid,
.booked-wl-day-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.booked-wl-day-checkbox,
.booked-wl-day-option {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fafafa;
  user-select: none;
}

.booked-wl-day-checkbox:hover,
.booked-wl-day-option:hover {
  border-color: #aaa;
  background: #f5f5f5;
}

.booked-wl-day-checkbox.checked,
.booked-wl-day-checkbox.selected,
.booked-wl-day-option.checked,
.booked-wl-day-option.selected {
  border-color: #d35400;
  background: rgba(211, 84, 0, 0.08);
}

.booked-wl-day-checkbox input[type="checkbox"],
.booked-wl-day-option input[type="checkbox"] {
  display: none;
}

.booked-wl-day-option span {
  font-size: 13px;
  font-weight: 600;
  color: #555;
}

.booked-wl-day-option.selected span {
  color: #d35400;
}

.booked-wl-any-day-note,
.booked-wl-field-hint {
  font-size: 12px;
  color: #888;
  font-style: italic;
  margin-top: 8px;
}

/* ===== Simplified Waiting List - Time Preferences ===== */
.booked-wl-time-options {
  display: flex;
  gap: 12px;
}

.booked-wl-time-option {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fafafa;
}

.booked-wl-time-option:hover {
  border-color: #aaa;
  background: #f5f5f5;
}

.booked-wl-time-option.selected {
  border-color: #d35400;
  background: rgba(211, 84, 0, 0.08);
}

.booked-wl-time-option input[type="radio"] {
  display: none;
}

.booked-wl-time-option i {
  font-size: 16px;
  color: #888;
}

.booked-wl-time-option.selected i {
  color: #d35400;
}

.booked-wl-time-option span {
  font-size: 13px;
  font-weight: 600;
  color: #555;
}

.booked-wl-time-option.selected span {
  color: #d35400;
}

/* ===== Admin Waiting List - Urgency Badges ===== */
.booked-wl-urgency,
.booked-wl-urgency-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.booked-wl-urgency-asap {
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
  color: #b91c1c;
  border: 1px solid #fca5a5;
}

.booked-wl-urgency-soon {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  color: #b45309;
  border: 1px solid #fcd34d;
}

.booked-wl-urgency-flexible {
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  color: #047857;
  border: 1px solid #6ee7b7;
}

/* Admin Waiting List - Preferences Display */
.booked-wl-preferences-text {
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.booked-wl-preferences-text .days {
  color: #333;
  font-weight: 500;
}

.booked-wl-preferences-text .time {
  color: #666;
  font-style: italic;
}

/* Admin Waiting List - Position Number */
.booked-wl-position {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #d35400 0%, #e67e22 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(211, 84, 0, 0.3);
}

/* Responsive adjustments for waiting list form */
@media (max-width: 600px) {
  .booked-wl-urgency-cards {
    flex-direction: column;
  }

  .booked-wl-time-options {
    flex-direction: column;
  }

  .booked-wl-days-grid {
    justify-content: center;
  }
}

/* ===== Login Required Modal ===== */
.quickcal-login-required {
  text-align: center;
  padding: 10px 10px 0;
}

.quickcal-login-required .quickcal-login-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--booked-light-color, #c4f2d4) 0%, var(--booked-primary-color, #56c477) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.quickcal-login-required .quickcal-login-icon i {
  font-size: 26px;
  color: #fff !important;
}

.quickcal-login-required h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 6px;
  line-height: 1.3;
}

body .booked-modal .bm-window .quickcal-login-required p.quickcal-login-desc {
  font-size: 15px;
  color: #6b7280;
  margin: 0 auto 20px;
  line-height: 1.5;
  max-width: 320px;
}

.quickcal-login-required .quickcal-login-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
  margin: 0 auto;
}

.quickcal-login-required .quickcal-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1;
  letter-spacing: 0.2px;
}

.quickcal-login-required .quickcal-login-btn i {
  font-size: 16px;
}

body .booked-modal .bm-window .quickcal-login-required .quickcal-login-btn-primary,
body .booked-modal .bm-window .quickcal-login-required .quickcal-login-btn-primary i {
  background: var(--booked-primary-color, #56c477);
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

body .booked-modal .bm-window .quickcal-login-required .quickcal-login-btn-primary i {
  background: none;
  box-shadow: none;
}

body .booked-modal .bm-window .quickcal-login-required .quickcal-login-btn-primary:hover,
body .booked-modal .bm-window .quickcal-login-required .quickcal-login-btn-primary:hover i {
  background: var(--booked-dark-color, #039146);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
  color: #fff !important;
}

body .booked-modal .bm-window .quickcal-login-required .quickcal-login-btn-primary:hover i {
  background: none;
  box-shadow: none;
  transform: none;
}

body .booked-modal .bm-window .quickcal-login-required .quickcal-login-btn-secondary,
body .booked-modal .bm-window .quickcal-login-required .quickcal-login-btn-secondary i {
  background: #fff;
  color: #374151 !important;
  border: 1.5px solid #d1d5db;
}

body .booked-modal .bm-window .quickcal-login-required .quickcal-login-btn-secondary i {
  border: none;
}

body .booked-modal .bm-window .quickcal-login-required .quickcal-login-btn-secondary:hover,
body .booked-modal .bm-window .quickcal-login-required .quickcal-login-btn-secondary:hover i {
  background: #f9fafb;
  border-color: #9ca3af;
  color: #1f2937 !important;
  transform: translateY(-1px);
}

body .booked-modal .bm-window .quickcal-login-required .quickcal-login-btn-secondary:hover i {
  border: none;
  transform: none;
}

/* Subtitle for secondary message */
body .booked-modal .bm-window .quickcal-login-required p.quickcal-login-subtitle {
  font-size: 14px;
  color: #9ca3af;
  margin: -12px auto 20px;
  line-height: 1.5;
  max-width: 320px;
}

/* Phone call link as secondary action */
.quickcal-login-required .quickcal-login-phone,
.quickcal-login-required .quickcal-login-phone i {
  background: transparent;
  color: #6b7280 !important;
  border: 1.5px solid #d1d5db;
  text-decoration: none !important;
}

.quickcal-login-required .quickcal-login-phone i {
  border: none;
}

.quickcal-login-required .quickcal-login-phone:hover,
.quickcal-login-required .quickcal-login-phone:hover i {
  background: #f9fafb;
  border-color: #9ca3af;
  color: #374151 !important;
  transform: translateY(-1px);
}

.quickcal-login-required .quickcal-login-phone:hover i {
  border: none;
  transform: none;
}

@media (max-width: 480px) {
  .quickcal-login-required {
    padding: 8px 0 0;
  }

  .quickcal-login-required .quickcal-login-icon {
    width: 56px;
    height: 56px;
  }

  .quickcal-login-required .quickcal-login-icon i {
    font-size: 22px;
  }

  .quickcal-login-required h3 {
    font-size: 20px;
  }

  .quickcal-login-required .quickcal-login-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}

