@import url("./fonts/lato.css");

/* Reference design: navy ink, amber accents, photographic service cards. */
.bcd-root.bcd-reference {
  --bcd-navy: #092345;
  --bcd-ink: #081d3d;
  --bcd-muted: #526887;
  --bcd-line: #dbe1e9;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: var(--bcd-ink);
  max-width: 1440px;
  container-type: inline-size;
}
.bcd-reference h2 {
  font-family: inherit;
  font-weight: 900;
  letter-spacing: -0.9px;
  font-size: 29px;
  line-height: 1.18;
}
.bcd-reference h3,
.bcd-reference strong {
  font-weight: 900;
}
.bcd-reference button {
  font-weight: 700;
}
.bcd-reference .bcd-icon {
  stroke-width: 1.85;
}
.bcd-reference .bcd-site-header {
  height: 80px;
  padding: 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  gap: 20px;
}
.bcd-reference .bcd-site-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #081d3d;
  font-family: Georgia, serif;
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 1.02;
}
.bcd-reference .bcd-emblem {
  width: 62px;
  height: 62px;
  object-fit: contain;
  display: block;
}
.bcd-reference .bcd-site-tagline {
  font-size: 15px;
  color: #071735;
}
.bcd-reference .bcd-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bcd-reference .bcd-header-actions button {
  border: 0;
  background: transparent;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.bcd-reference [data-service-menu] {
  display: none !important;
}
.bcd-reference[data-layout="full"] {
  max-width: 1440px;
  background: #fbfbfa;
  border-radius: 13px;
  box-shadow: 0 12px 38px #12213d12;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.bcd-reference .bcd-hero {
  height: 285px;
  position: relative;
  overflow: hidden;
  background: #0c2340;
}
.bcd-reference .bcd-hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  position: absolute;
  inset: 0;
}
.bcd-reference .bcd-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #082742e6, #08274275 44%, #0c234012 78%);
}
.bcd-reference .bcd-hero-copy {
  position: relative;
  z-index: 1;
  padding: 39px 48px;
  color: white;
}
.bcd-reference .bcd-hero h1 {
  font-family: inherit;
  color: #fff;
  font-size: 56px;
  font-weight: 900;
  line-height: 0.99;
  letter-spacing: -1.6px;
  margin: 0 0 16px;
}
.bcd-reference .bcd-hero h1 em {
  color: #ffca35;
  font-style: normal;
}
.bcd-reference .bcd-hero p {
  font-size: 25px;
  letter-spacing: -0.3px;
  margin: 0;
}
.bcd-reference .bcd-hero-motto {
  position: absolute;
  right: 33px;
  top: 48px;
  z-index: 2;
  color: #dbe8f5;
  letter-spacing: 2px;
  font-size: 8px;
  line-height: 1.8;
}
.bcd-reference .bcd-services {
  gap: 11px;
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}
.bcd-reference[data-layout="full"] > .bcd-services {
  margin: -26px 32px 22px;
}
.bcd-reference .bcd-service {
  position: relative;
  overflow: hidden;
  border: 4px solid white;
  background: white;
  padding: 13px 12px;
  min-height: 90px;
  border-radius: 10px;
  box-shadow: 0 4px 12px #0c234013;
  gap: 14px;
  isolation: isolate;
}
.bcd-reference .bcd-service.is-active {
  border-color: #f3b524;
  box-shadow: 0 0 0 1px #f3b524;
}
.bcd-reference .bcd-tile-photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.bcd-reference .bcd-service::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #fff 24%,
    #fffffff5 48%,
    #ffffffc2 63%,
    #ffffff08 97%
  );
  z-index: -1;
}
.bcd-reference .bcd-service strong {
  font-size: 18px;
  line-height: 1.12;
  white-space: nowrap;
  letter-spacing: -0.3px;
}
.bcd-reference .bcd-service small {
  font-size: 10px;
  color: #4c6080;
  margin-top: 6px;
  white-space: nowrap;
}
.bcd-reference .bcd-service-icon {
  color: #b67f07;
  padding-right: 2px;
}
.bcd-reference .bcd-service-icon .bcd-icon {
  width: 41px;
  height: 41px;
}
.bcd-reference .bcd-chevron {
  color: white;
  font-size: 38px;
  text-shadow: 0 1px 3px #122;
  line-height: 1;
  margin-left: auto;
}
.bcd-reference[data-layout="full"] > .bcd-panel {
  margin: 0 32px;
  box-shadow: 0 3px 16px #0b254014;
  border: 0;
  border-radius: 14px;
}
.bcd-reference .bcd-layout {
  grid-template-columns: minmax(0, 1fr) 31%;
}
.bcd-reference .bcd-main {
  padding: 28px 32px 30px;
  min-width: 0;
}
.bcd-reference .bcd-steps {
  margin-bottom: 28px;
  gap: 14px;
}
.bcd-reference .bcd-steps li {
  font-size: 12px;
  gap: 11px;
}
.bcd-reference .bcd-steps li > span {
  height: 32px;
  width: 32px;
  font-size: 15px;
  background: #e9ecf0;
}
.bcd-reference .bcd-steps .is-active {
  color: #b37b00;
}
.bcd-reference .bcd-steps .is-active > span {
  color: white;
  border: 2px solid white;
  box-shadow: 0 0 0 2px #f3bf38;
  background: #f4b51b;
}
.bcd-reference .bcd-direction {
  margin: 20px 0 22px;
  gap: 14px;
}
.bcd-reference .bcd-direction button {
  min-height: 45px;
  padding: 9px 18px;
  border-color: #dce0e6;
  background: #f8f9fa;
  font-size: 14px;
}
.bcd-reference .bcd-direction button.is-active {
  background: linear-gradient(115deg, #ffe9a6, #ffd76a);
  border-color: #e9a608;
  box-shadow: inset 0 0 0 2px #fff4d3;
}
.bcd-reference .bcd-direction .bcd-icon {
  width: 25px;
  height: 25px;
}
.bcd-reference .bcd-route-fields {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 24px;
}
.bcd-reference .bcd-fixed-field {
  display: flex;
  gap: 9px;
  align-items: center;
  border: 1px solid #d5dce6;
  border-radius: 6px;
  padding: 11px 10px;
  min-height: 44px;
  font-size: 12px;
  white-space: nowrap;
}
.bcd-reference .bcd-fixed-field > span:last-child {
  margin-left: auto;
}
.bcd-reference .bcd-route-fields .bcd-field {
  margin-bottom: 3px;
}
.bcd-reference .bcd-route-fields input {
  font-size: 12px;
}
.bcd-reference .bcd-field > span {
  color: #071b3c;
  font-size: 14px;
  font-weight: 700;
}
.bcd-reference .bcd-field > span .bcd-icon {
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.bcd-reference input:not([type="checkbox"]),
.bcd-reference select,
.bcd-reference textarea {
  border-color: #ced6e2;
  border-radius: 5px;
  min-height: 46px;
  padding: 11px 12px;
  font-size: 15px;
  box-shadow: 0 1px 3px #12203b03;
}
.bcd-reference input::placeholder,
.bcd-reference textarea::placeholder {
  color: #96a1b6;
  opacity: 1;
}
.bcd-reference .bcd-route-fields + .bcd-muted {
  font-size: 10px;
  margin-top: 5px;
}
.bcd-reference .bcd-date-time {
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px;
  margin-top: 26px;
}
.bcd-reference .bcd-date-time h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.bcd-reference .bcd-month {
  gap: 3px;
}
.bcd-reference .bcd-month button {
  min-height: 34px;
  font-size: 12px;
  font-weight: 400;
}
.bcd-reference .bcd-calendar-heading {
  margin-bottom: 9px;
  font-size: 16px;
}
.bcd-reference .bcd-calendar-heading button {
  font-size: 24px;
}
.bcd-reference .bcd-weekday {
  font-size: 10px;
}
.bcd-reference .bcd-selected-date {
  display: none;
}
.bcd-reference .bcd-slots {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  max-height: 234px;
  padding: 1px 2px 2px;
}
.bcd-reference .bcd-slots button {
  min-height: 39px;
  font-weight: 400;
  font-size: 12px;
  border-color: #d3dae4;
  border-radius: 6px;
  background: #fff;
}
.bcd-reference .bcd-slots button.is-active {
  background: linear-gradient(120deg, #092746, #13375e);
  box-shadow: 0 2px 4px #0c234019;
  color: white;
  border-color: #0c2340;
}
.bcd-reference .bcd-note {
  font-size: 10px;
  margin-top: 21px;
}
.bcd-reference .bcd-summary {
  padding: 20px;
  background: linear-gradient(120deg, #fafafa, #f7f8f7);
  border: 0;
}
.bcd-reference .bcd-service-photo {
  height: 178px;
  object-fit: cover;
  object-position: center 51%;
  border-radius: 10px;
  margin-bottom: 16px;
}
.bcd-reference .bcd-eyebrow {
  font-size: 10px;
  letter-spacing: 1.8px;
  color: #b68106;
  font-weight: 900;
  margin-bottom: 9px;
}
.bcd-reference .bcd-summary h3 {
  font-size: 18px;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}
.bcd-reference .bcd-route {
  font-size: 12px;
  line-height: 1.35;
  margin-bottom: 14px;
}
.bcd-reference .bcd-summary-list {
  margin: 15px 0 20px;
}
.bcd-reference .bcd-summary-list li {
  font-size: 12px;
  margin-bottom: 10px;
  gap: 12px;
}
.bcd-reference .bcd-summary-list .bcd-icon {
  width: 17px;
  height: 17px;
}
.bcd-reference .bcd-price {
  padding: 17px 0 18px;
}
.bcd-reference .bcd-price strong {
  font-size: 29px;
  letter-spacing: -1px;
}
.bcd-reference .bcd-price small {
  font-size: 11px;
}
.bcd-reference .bcd-pay {
  background: #f8f0df;
  border-radius: 6px;
  padding: 11px 13px;
  margin-bottom: 10px;
}
.bcd-reference .bcd-pay strong {
  font-size: 13px;
}
.bcd-reference .bcd-pay small {
  font-size: 11px;
  color: #304864;
}
.bcd-reference .bcd-primary {
  font-size: 15px;
  min-height: 46px;
  border-radius: 6px;
  background: linear-gradient(100deg, #f5b71f, #f1b620);
  border-color: #efaa05;
  box-shadow: inset 0 1px 0 #ffd05a;
  font-weight: 700;
}
.bcd-reference .bcd-primary:hover {
  background: #ffca3c;
}
.bcd-reference .bcd-primary .bcd-icon {
  width: 20px;
  height: 20px;
}
.bcd-reference .bcd-contact {
  font-size: 10px;
  gap: 13px;
  margin-top: 15px;
}
.bcd-reference .bcd-trust {
  padding: 20px 36px 19px;
  font-size: 10px;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
}
.bcd-reference .bcd-trust span {
  gap: 12px;
}
.bcd-reference .bcd-trust .bcd-icon {
  width: 22px;
  height: 22px;
}
.bcd-reference .bcd-mobile-date {
  display: none;
}
.bcd-reference[data-step="2"] > .bcd-services,
.bcd-reference[data-step="3"] > .bcd-services {
  display: none;
}
.bcd-reference[data-step="2"] > .bcd-panel,
.bcd-reference[data-step="3"] > .bcd-panel {
  margin: 0;
  box-shadow: none;
}
.bcd-reference[data-step="2"] .bcd-main,
.bcd-reference[data-step="3"] .bcd-main {
  padding: 32px 40px;
}
.bcd-reference[data-step="2"] .bcd-main h2 {
  font-size: 45px;
  letter-spacing: -1.5px;
  margin: 26px 0 9px;
}
.bcd-reference[data-step="2"] .bcd-main > form > .bcd-muted {
  font-size: 21px;
  margin-bottom: 36px;
}
.bcd-reference[data-step="2"] .bcd-fields {
  gap: 14px 28px;
}
.bcd-reference[data-step="2"] .bcd-field {
  margin-bottom: 19px;
}
.bcd-reference .bcd-summary-dark {
  align-self: start;
  background: linear-gradient(125deg, #082342, #12344f);
  color: white;
  margin: 34px 30px 30px 0;
  padding: 29px 25px;
  border-radius: 12px;
  box-shadow: 0 6px 16px #0c234014;
}
.bcd-reference .bcd-summary-dark .bcd-eyebrow {
  color: #ffcf38;
  font-size: 12px;
  letter-spacing: 2.6px;
}
.bcd-reference .bcd-summary-dark h3 {
  color: white;
  font-size: 25px;
  line-height: 1.12;
  margin: 18px 0 22px;
}
.bcd-reference .bcd-summary-dark .bcd-route {
  color: #e1e7ef;
}
.bcd-reference .bcd-summary-dark .bcd-summary-list {
  padding: 22px 0;
  border-top: 1px solid #7b8d9f7a;
  margin: 0;
}
.bcd-reference .bcd-summary-dark .bcd-summary-list li {
  font-size: 14px;
  margin: 0 0 17px;
}
.bcd-reference .bcd-summary-dark .bcd-price {
  border-color: #7b8d9f7a;
  padding: 23px 0;
}
.bcd-reference .bcd-summary-dark .bcd-price strong {
  font-size: 37px;
}
.bcd-reference .bcd-summary-dark .bcd-pay {
  background: transparent;
  padding: 22px 0 0;
  border-top: 1px solid #7b8d9f7a;
  border-radius: 0;
  margin: 0;
}
.bcd-reference .bcd-summary-dark .bcd-pay .bcd-icon,
.bcd-reference .bcd-summary-dark .bcd-pay small,
.bcd-reference .bcd-summary-dark a {
  color: white;
}
.bcd-reference .bcd-summary-dark .bcd-contact {
  display: none;
}
.bcd-reference .bcd-actions {
  margin-top: 28px;
}
.bcd-reference .bcd-actions .bcd-primary {
  min-width: 245px;
}
.bcd-reference .bcd-tour-time {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}
.bcd-reference .bcd-tour-picker {
  position: relative;
}
.bcd-reference .bcd-tour-picker summary {
  border: 1px solid #d1dae7;
  border-radius: 6px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  list-style: none;
  width: 100%;
  max-width: 400px;
}
.bcd-reference .bcd-tour-picker summary > span {
  margin-left: auto;
}
.bcd-reference .bcd-tour-picker > div {
  margin: 12px 0;
  padding: 12px;
  background: white;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  max-width: 400px;
}
.bcd-reference .bcd-evenings {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}
.bcd-reference .bcd-evenings button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  padding: 10px 4px;
  border-radius: 7px;
  background: #fff;
  font-weight: 400;
}
.bcd-reference .bcd-evenings strong {
  font-size: 22px;
  line-height: 1.3;
}
.bcd-reference .bcd-evenings small {
  font-size: 12px;
}
.bcd-reference .bcd-evenings button.is-active {
  background: var(--bcd-navy);
  color: white;
  border-color: var(--bcd-navy);
}
.bcd-reference .bcd-evenings button:disabled {
  background: #e9ecf1;
  opacity: 0.6;
}
.bcd-reference .bcd-tour-time .bcd-slots {
  display: flex;
  overflow: visible;
}
.bcd-reference .bcd-tour-time .bcd-slots button {
  background: var(--bcd-navy);
  color: white;
  font-size: 23px;
  font-weight: 900;
  padding: 10px 30px;
  min-width: 220px;
  height: 52px;
}
.bcd-reference .bcd-tour-time .bcd-slots button::before {
  content: "◷";
  margin-right: 15px;
  font-weight: 400;
}
.bcd-reference .bcd-tour-time .bcd-slots button.is-active::after {
  content: "✓";
  font-size: 15px;
  border-radius: 50%;
  margin-left: 25px;
  background: white;
  color: var(--bcd-navy);
  padding: 1px 4px;
}
.bcd-reference .bcd-tour-features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(110deg, #f8f3e8, #fdfbf7);
  border-radius: 7px;
  padding: 15px 10px;
  gap: 10px;
  margin-top: 16px;
}
.bcd-reference .bcd-tour-features span {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
  font-weight: 700;
  flex: 1;
}
.bcd-reference .bcd-tour-features span + span {
  border-left: 1px solid #d8d6d0;
  padding-left: 14px;
}
.bcd-reference .bcd-panorama {
  margin: 0 20px 16px;
  height: 97px;
  overflow: hidden;
  border-radius: 8px;
}
.bcd-reference .bcd-panorama-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}
.bcd-reference .bcd-enquiry-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
  border-radius: 0;
}
.bcd-reference .bcd-enquiry-media {
  position: relative;
  min-height: 240px;
}
.bcd-reference .bcd-enquiry-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(13, 44, 76, 0.35) 70%, #0d2c4c 100%);
  pointer-events: none;
}
.bcd-reference .bcd-enquiry-icon {
  display: none;
}
.bcd-reference .bcd-enquiry-intro {
  display: grid;
  grid-template-rows: minmax(240px, 1fr) minmax(min-content, 1fr);
  padding: 0;
  overflow: hidden;
  background: #0d2c4c;
}
.bcd-reference .bcd-enquiry-copy {
  padding: 12px 32px 32px;
  align-self: start;
}
.bcd-reference .bcd-enquiry-instructions {
  line-height: 1.65;
  color: #e2ebf5;
}
.bcd-reference .bcd-enquiry > .bcd-form {
  min-width: 0;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid #e2e7ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 15px 45px #0d2c4c0c;
}
.bcd-reference .bcd-enquiry-form-header {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 30px;
}
.bcd-reference .bcd-enquiry-form-icon {
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  height: 54px;
  border-radius: 15px;
  color: #efb51e;
  background: linear-gradient(135deg, #163e69, #0b2342);
  box-shadow: 0 10px 22px #0d2c4c26;
}
.bcd-reference .bcd-enquiry-form-icon .bcd-icon { width: 27px; height: 27px; }
.bcd-reference .bcd-enquiry-form-header .bcd-eyebrow { color: #d99b00; margin: 0 0 6px; }
.bcd-reference .bcd-enquiry-form-header h2 { font-size: clamp(24px, 2.4vw, 32px); font-weight: 900; margin: 0 0 8px; color: #102f55; }
.bcd-reference .bcd-enquiry-form-header p:last-child { margin: 0; font-size: 14px; color: #758398; line-height: 1.6; }
.bcd-reference .bcd-enquiry .bcd-field > span { font-size: 15px; font-weight: 850; color: #102f55; }
.bcd-reference .bcd-enquiry .bcd-required-star { color: #d99b00; }
.bcd-reference .bcd-enquiry-input { position: relative; }
.bcd-reference .bcd-enquiry-input > .bcd-icon { position: absolute; left: 16px; top: 17px; width: 21px; height: 21px; color: #8794a7; pointer-events: none; }
.bcd-reference .bcd-enquiry .bcd-enquiry-input input,
.bcd-reference .bcd-enquiry textarea {
  min-height: 56px;
  border: 1px solid #dce2ec;
  border-radius: 13px;
  box-shadow: 0 2px 3px #0d2c4c08;
  font-size: 15px;
  background: white;
}
.bcd-reference .bcd-enquiry .bcd-enquiry-input input { padding: 15px 14px 15px 48px; }
.bcd-reference .bcd-enquiry textarea { min-height: 170px; padding: 17px; }
.bcd-reference .bcd-enquiry input::placeholder,
.bcd-reference .bcd-enquiry textarea::placeholder { color: #96a1b1; opacity: 1; }
.bcd-reference .bcd-enquiry .bcd-enquiry-input input:focus,
.bcd-reference .bcd-enquiry textarea:focus { border-color: #e9ad16; outline: 2px solid #e9ad1633; outline-offset: 2px; box-shadow: none; }
.bcd-reference .bcd-enquiry .bcd-primary { width: 100%; background: linear-gradient(110deg, #f7c64d, #e5a609); border-radius: 10px; }
.bcd-reference .bcd-enquiry .bcd-consent { color: #758398; line-height: 1.6; }
.bcd-reference .bcd-enquiry .bcd-consent input { accent-color: #dda000; }
.bcd-reference .bcd-success {
  padding: 35px 30px 28px !important;
  box-shadow: none !important;
  background: #fdfdfd;
}
.bcd-reference .bcd-success h2 {
  font-size: 37px;
}
.bcd-reference .bcd-success > p {
  font-size: 19px;
  color: #4e6689;
}
.bcd-reference .bcd-confirmation {
  background: white;
  border: 0;
  box-shadow: 0 4px 24px #14294613;
  max-width: 460px;
  padding: 17px;
  margin: 28px auto 20px;
}
.bcd-reference .bcd-confirmation-photo {
  display: block;
  width: 100%;
  height: 205px;
  object-fit: cover;
  border-radius: 8px;
  margin: 10px 0 17px;
}
.bcd-reference .bcd-confirmation .bcd-eyebrow {
  color: #345379;
  letter-spacing: 1.2px;
  margin: 0 3px;
}
.bcd-reference .bcd-confirmation .bcd-eyebrow strong {
  color: #071b3c;
  font-size: 15px;
}
.bcd-reference .bcd-confirmation h3 {
  font-size: 21px;
}

/* Driver: sidebar, true hourly grid, and operational side rail. */
.bcd-reference[data-mode="driver"] {
  max-width: 1580px;
}
.bcd-reference .bcd-driver {
  grid-template-columns: 220px minmax(0, 1fr);
  border: 0;
  background: #fff;
  box-shadow: 0 6px 22px #0b23401c;
  overflow: visible;
  position: relative;
  border-radius: 12px;
}
.bcd-reference .bcd-sidebar {
  padding: 24px 11px;
  background: linear-gradient(110deg, #0a2949, #103353);
  border-radius: 12px 0 0 12px;
}
.bcd-reference .bcd-brand {
  gap: 8px;
  letter-spacing: 1.8px;
  margin: 0 6px 30px;
  font-size: 18px;
  font-family: Georgia, serif;
  line-height: 1.08;
}
.bcd-reference .bcd-brand .bcd-emblem {
  width: 68px;
  height: 68px;
}
.bcd-reference .bcd-sidebar button {
  font-size: 15px;
  gap: 15px;
  padding: 14px 15px;
  margin-bottom: 9px;
  border-radius: 8px;
}
.bcd-reference .bcd-sidebar button.is-active {
  background: linear-gradient(110deg, #ffc326, #f2b315);
  box-shadow: inset 0 1px 0 #ffd45a;
  color: #082345;
}
.bcd-reference .bcd-driver-body {
  min-width: 0;
}
.bcd-reference .bcd-driver-header {
  height: 72px;
  border-radius: 0 12px 0 0;
  padding: 15px 24px;
  box-shadow: 0 2px 8px #0c23400b;
}
.bcd-reference .bcd-driver-header strong {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.6px;
}
.bcd-reference .bcd-driver-header > span {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
}
.bcd-reference .bcd-driver-header small {
  display: block;
  font-size: 12px;
  color: #506685;
}
.bcd-reference .bcd-avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: linear-gradient(130deg, #eef1f4, #d9dfe6);
  border-radius: 50%;
  font-size: 17px;
  font-weight: 900;
}
.bcd-reference .bcd-driver-main {
  padding: 25px 24px;
  position: relative;
}
.bcd-reference .bcd-calendar-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
}
.bcd-reference .bcd-calendar-primary {
  min-width: 0;
}
.bcd-reference .bcd-calendar-title h2 {
  font-size: 35px;
  margin: 0 0 3px;
}
.bcd-reference .bcd-calendar-title p {
  font-size: 18px;
  color: #4f6687;
  margin-bottom: 16px;
}
.bcd-reference .bcd-toolbar {
  gap: 10px;
  margin: 16px 0;
  flex-wrap: wrap;
}
.bcd-reference .bcd-toolbar strong {
  border: 1px solid #d9e0e9;
  border-radius: 6px;
  padding: 11px 12px;
  font-size: 13px;
}
.bcd-reference .bcd-toolbar .bcd-secondary {
  padding: 9px 14px;
  min-height: 42px;
}
.bcd-reference .bcd-toolbar .bcd-primary {
  margin-left: auto;
  font-size: 13px;
  padding: 9px 14px;
  min-height: 42px;
}
.bcd-reference .bcd-view-toggle {
  display: flex;
  border: 1px solid #e0e5ec;
  border-radius: 6px;
  background: #f5f7f9;
  padding: 2px;
}
.bcd-reference .bcd-view-toggle button {
  border: 0;
  min-height: 36px;
  padding: 7px 15px;
  background: transparent;
  font-weight: 400;
}
.bcd-reference .bcd-view-toggle button.is-active {
  background: #102e50;
  color: #fff;
}
.bcd-reference .bcd-legend {
  gap: 26px;
  margin: 18px 0 20px;
  font-size: 12px;
}
.bcd-reference .bcd-legend > span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.bcd-reference .bcd-dot {
  height: 21px;
  width: 21px;
  background: #102f51;
  border-radius: 50%;
  box-shadow: inset 0 1px 4px #ffffff30;
}
.bcd-reference .bcd-dot-tour {
  background: #f6b81d;
}
.bcd-reference .bcd-dot-block {
  background: repeating-linear-gradient(
    135deg,
    #cdd4dd,
    #cdd4dd 2px,
    #eef0f4 2px,
    #eef0f4 5px
  );
}
.bcd-reference .bcd-time-calendar {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
}
.bcd-reference .bcd-time-axis {
  position: relative;
  margin-top: 65px;
  height: var(--grid-height);
}
.bcd-reference .bcd-time-axis span {
  position: absolute;
  top: calc(var(--hour) * var(--hour-height));
  transform: translateY(-50%);
  font-size: 12px;
  color: #233f66;
}
.bcd-reference .bcd-time-columns {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border: 1px solid #dfe5ed;
  border-radius: 7px;
  overflow: hidden;
}
.bcd-reference .bcd-time-day {
  min-width: 0;
  border-right: 1px solid #e1e6ed;
  background: #fff;
}
.bcd-reference .bcd-time-day:last-child {
  border-right: 0;
}
.bcd-reference .bcd-time-day > header {
  height: 65px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  font-size: 13px;
  border-bottom: 1px solid #dfe5ed;
}
.bcd-reference .bcd-time-day > header strong {
  font-size: 15px;
}
.bcd-reference .bcd-time-day > header small {
  color: #587095;
  font-size: 12px;
}
.bcd-reference .bcd-time-body {
  position: relative;
  height: var(--grid-height);
  background: repeating-linear-gradient(
    to bottom,
    transparent,
    transparent calc(var(--hour-height) - 1px),
    #e1e6ed calc(var(--hour-height) - 1px),
    #e1e6ed var(--hour-height)
  );
}
.bcd-reference .bcd-time-day.is-off .bcd-time-body {
  background-color: #e7ebef;
}
.bcd-reference .bcd-off-label {
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.bcd-reference .bcd-off-label svg {
  display: block;
  margin: 15px auto;
  width: 25px;
  height: 25px;
}
.bcd-reference .bcd-time-event {
  position: absolute;
  top: var(--event-top);
  height: var(--event-height);
  left: 1px;
  right: 1px;
  min-height: 20px;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  overflow: hidden;
  background: linear-gradient(120deg, #123a60, #0d2b4c);
  color: white;
  border: 1px solid #ffffffcf;
  border-radius: 6px;
  text-align: left;
  font-size: 12px;
  box-shadow: 0 1px 3px #0c234010;
}
.bcd-reference .bcd-time-event:hover {
  background: #214d75;
  color: white;
}
.bcd-reference .bcd-time-event small {
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
}
.bcd-reference .bcd-time-event strong {
  font-size: 12px;
  line-height: 1.25;
}
.bcd-reference .bcd-time-event .bcd-icon {
  width: 22px;
  height: 22px;
  margin-top: 4px;
}
.bcd-reference .bcd-time-event-tour {
  background: linear-gradient(110deg, #ffc327, #f3b419);
  color: #081d3c;
}
.bcd-reference .bcd-time-event-tour:hover {
  background: #f9c949;
  color: #081d3c;
}
.bcd-reference .bcd-time-event-block {
  background: repeating-linear-gradient(
    135deg,
    #cdd4dc,
    #cdd4dc 2px,
    #e9edf2 2px,
    #e9edf2 5px
  );
  color: #102646;
}
.bcd-reference .bcd-calendar-rail {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.bcd-reference .bcd-rail-card {
  border: 1px solid #e6e9ee;
  border-radius: 13px;
  background: white;
  box-shadow: 0 4px 20px #14283d09;
  padding: 23px 20px;
}
.bcd-reference .bcd-rail-card h2 {
  font-size: 29px;
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dce3eb;
}
.bcd-reference .bcd-rail-card h2 svg {
  height: 34px;
  width: 34px;
}
.bcd-reference .bcd-rail-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.bcd-reference .bcd-hours-row {
  display: grid;
  grid-template-columns: 1fr 45px 120px;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  border-bottom: 1px solid #e6eaf0;
  font-size: 14px;
}
.bcd-reference .bcd-hours-row > small {
  text-align: right;
  font-size: 12px;
  color: #3d5a7e;
}
.bcd-reference .bcd-switch {
  display: block;
  width: 44px;
  height: 25px;
  min-height: 0;
  padding: 0;
  border-radius: 20px;
  background: #a5b0bd;
  border: 1px solid #97a3b4;
  position: relative;
}
.bcd-reference .bcd-switch::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  background: white;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  box-shadow: 0 1px 2px #1223;
}
.bcd-reference .bcd-switch[aria-checked="true"] {
  background: #f7b815;
  border-color: #e2a415;
}
.bcd-reference .bcd-switch[aria-checked="true"]::before {
  left: 22px;
}
.bcd-reference .bcd-tour-start {
  margin-top: 16px;
  padding-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}
.bcd-reference .bcd-tour-start input {
  max-width: 105px;
  margin-left: auto;
  min-height: 43px;
}
.bcd-reference .bcd-rail-save {
  font-size: 12px;
  margin-top: 10px;
  width: 100%;
  min-height: 33px;
  padding: 6px 10px;
}
.bcd-reference .bcd-rail-block {
  background: linear-gradient(120deg, #fffaf0, #fcf8ed);
  flex: 1;
}
.bcd-reference .bcd-rail-block h3 {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 23px;
  margin-bottom: 20px;
}
.bcd-reference .bcd-rail-block h3 svg {
  color: #c99718;
  height: 28px;
  width: 28px;
}
.bcd-reference .bcd-rail-block .bcd-field > span {
  font-size: 13px;
  font-weight: 400;
}
.bcd-reference .bcd-rail-block .bcd-consent {
  font-size: 14px;
  margin: 16px 0;
}
.bcd-reference .bcd-rail-block .bcd-primary {
  width: 100%;
  margin-top: 12px;
}
.bcd-reference .bcd-rail-block .bcd-fields {
  gap: 12px;
}
.bcd-reference .bcd-current-trip {
  width: 100%;
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #dce3ed;
  border-radius: 7px;
  padding: 14px 16px;
  text-align: left;
  background: #fff;
}
.bcd-reference .bcd-current-trip > .bcd-icon {
  height: 42px;
  width: 42px;
}
.bcd-reference .bcd-current-trip small {
  display: block;
  color: #465f80;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
}
.bcd-reference .bcd-current-trip > span:last-child {
  margin-left: auto;
  font-size: 13px;
  white-space: nowrap;
}
.bcd-reference .bcd-week-list {
  display: none;
}
.bcd-reference .bcd-time-calendar.is-list {
  display: none;
}
.bcd-reference .bcd-week-list.is-list {
  display: block;
}

@media (max-width: 1200px) {
  .bcd-reference .bcd-calendar-workspace {
    grid-template-columns: minmax(0, 1fr);
  }
  .bcd-reference .bcd-calendar-rail {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .bcd-reference .bcd-service strong {
    font-size: 16px;
  }
  .bcd-reference .bcd-service {
    gap: 9px;
  }
  .bcd-reference .bcd-service small {
    font-size: 9px;
  }
  .bcd-reference .bcd-main {
    padding: 25px;
  }
  .bcd-reference .bcd-route-fields {
    gap: 15px;
  }
  .bcd-reference .bcd-date-time {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .bcd-reference .bcd-site-header {
    padding: 0 25px;
  }
  .bcd-reference .bcd-hero h1 {
    font-size: 45px;
  }
  .bcd-reference .bcd-hero p {
    font-size: 21px;
  }
  .bcd-reference .bcd-hero-copy {
    padding: 42px 30px;
  }
  .bcd-reference .bcd-hero {
    height: 255px;
  }
  .bcd-reference[data-layout="full"] > .bcd-services {
    margin-left: 22px;
    margin-right: 22px;
  }
  .bcd-reference[data-layout="full"] > .bcd-panel {
    margin: 0 22px;
  }
  .bcd-reference .bcd-service strong {
    font-size: 14px;
  }
  .bcd-reference .bcd-service small {
    white-space: normal;
  }
  .bcd-reference .bcd-service-icon .bcd-icon {
    width: 30px;
    height: 30px;
  }
  .bcd-reference .bcd-layout {
    grid-template-columns: minmax(0, 1fr) 30%;
  }
  .bcd-reference .bcd-main {
    padding: 22px;
  }
  .bcd-reference .bcd-summary {
    padding: 15px;
  }
  .bcd-reference .bcd-service-photo {
    height: 140px;
  }
  .bcd-reference .bcd-date-time {
    grid-template-columns: 1fr;
  }
  .bcd-reference .bcd-price strong {
    font-size: 25px;
  }
  .bcd-reference .bcd-summary-dark {
    margin: 25px 20px 20px 0;
    padding: 22px 16px;
  }
  .bcd-reference .bcd-summary-dark h3 {
    font-size: 22px;
  }
  .bcd-reference .bcd-summary-dark .bcd-price strong {
    font-size: 27px;
  }
  .bcd-reference[data-step="2"] .bcd-main h2 {
    font-size: 34px;
  }
  .bcd-reference[data-step="2"] .bcd-main,
  .bcd-reference[data-step="3"] .bcd-main {
    padding: 25px;
  }
  .bcd-reference .bcd-trust {
    gap: 10px;
    font-size: 9px;
  }
  .bcd-reference .bcd-tour-features {
    flex-wrap: wrap;
  }
  .bcd-reference .bcd-driver {
    grid-template-columns: 180px minmax(0, 1fr);
  }
  .bcd-reference .bcd-brand {
    font-size: 15px;
  }
  .bcd-reference .bcd-brand .bcd-emblem {
    width: 45px;
    height: 45px;
  }
  .bcd-reference .bcd-sidebar button {
    font-size: 13px;
    padding: 13px 10px;
    gap: 10px;
  }
  .bcd-reference .bcd-driver-main {
    padding: 22px 16px;
  }
  .bcd-reference .bcd-calendar-rail {
    grid-template-columns: 1fr;
  }
  .bcd-reference .bcd-time-event {
    padding: 7px 3px;
    font-size: 10px;
  }
  .bcd-reference .bcd-time-event small {
    font-size: 9px;
  }
}
@media (max-width: 700px) {
  .bcd-root.bcd-reference {
    margin: 0 auto;
    font-size: 14px;
  }
  .bcd-reference[data-layout="full"] {
    border-radius: 10px;
  }
  .bcd-reference .bcd-site-header {
    height: 66px;
    padding: 0 20px;
    gap: 10px;
  }
  .bcd-reference .bcd-site-brand {
    font-size: 15px;
    gap: 6px;
  }
  .bcd-reference .bcd-emblem {
    width: 47px;
    height: 47px;
  }
  .bcd-reference .bcd-site-tagline {
    display: none;
  }
  .bcd-reference [data-service-menu] {
    display: flex !important;
  }
  .bcd-reference .bcd-header-actions {
    gap: 0;
  }
  .bcd-reference .bcd-header-actions button {
    padding: 8px;
    font-size: 11px;
  }
  .bcd-reference .bcd-hero {
    height: 158px;
  }
  .bcd-reference .bcd-hero-copy {
    padding: 30px 22px 20px;
  }
  .bcd-reference .bcd-hero h1 {
    font-size: 29px;
    letter-spacing: -0.7px;
    line-height: 1.02;
    margin-bottom: 10px;
  }
  .bcd-reference .bcd-hero p {
    font-size: 14px;
    line-height: 1.35;
  }
  .bcd-reference .bcd-hero-motto {
    display: none;
  }
  .bcd-reference .bcd-hero-photo {
    object-position: 64% center;
  }
  .bcd-reference .bcd-hero::after {
    background: linear-gradient(90deg, #071d36b5, #08223d44);
  }
  .bcd-reference .bcd-services {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 0 0 14px;
  }
  .bcd-reference .bcd-service {
    min-height: 65px;
    padding: 8px 13px;
    border-width: 2px;
    border-radius: 8px;
    gap: 15px;
  }
  .bcd-reference .bcd-service strong {
    font-size: 17px;
  }
  .bcd-reference .bcd-service small {
    font-size: 10px;
    white-space: normal;
    margin-top: 4px;
  }
  .bcd-reference .bcd-service-icon .bcd-icon {
    width: 36px;
    height: 36px;
  }
  .bcd-reference .bcd-service .bcd-chevron {
    font-size: 26px;
  }
  .bcd-reference[data-layout="full"] > .bcd-services {
    margin: 0;
    padding: 17px 18px 0;
    background: white;
    z-index: 1;
    order: 0;
  }
  .bcd-reference[data-layout="full"] > .bcd-panel {
    margin: 0;
    background: white;
    border-radius: 0;
    box-shadow: none;
  }
  .bcd-reference .bcd-layout {
    display: flex;
    flex-direction: column;
  }
  .bcd-reference .bcd-main {
    padding: 18px;
  }
  .bcd-reference h2 {
    font-size: 25px;
    letter-spacing: -0.8px;
  }
  .bcd-reference .bcd-steps {
    gap: 10px;
    margin-bottom: 25px;
  }
  .bcd-reference .bcd-steps li {
    font-size: 10px;
    white-space: nowrap;
    gap: 8px;
  }
  .bcd-reference .bcd-steps li > span {
    width: 27px;
    height: 27px;
    font-size: 12px;
  }
  .bcd-reference .bcd-steps li:not(:last-child)::after {
    display: block;
    min-width: 8px;
    margin-left: 2px;
  }
  .bcd-reference .bcd-route-fields {
    gap: 10px;
  }
  .bcd-reference .bcd-route-fields .bcd-fixed-field {
    font-size: 10px;
    gap: 4px;
    padding: 10px 7px;
  }
  .bcd-reference .bcd-fixed-field .bcd-icon {
    width: 16px;
  }
  .bcd-reference .bcd-field > span {
    font-size: 12px;
  }
  .bcd-reference .bcd-direction {
    gap: 9px;
    margin: 14px 0;
  }
  .bcd-reference .bcd-direction button {
    padding: 9px 10px;
    font-size: 12px;
  }
  .bcd-reference .bcd-mobile-date {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin: 16px 0 20px;
    min-height: 45px;
    border: 1px solid #e0e4ea;
    border-radius: 6px;
    box-shadow: 0 3px 10px #0c234009;
    padding: 10px 12px;
    font-weight: 700;
    font-size: 13px;
  }
  .bcd-reference .bcd-mobile-date input {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .bcd-reference .bcd-mobile-date:focus-within {
    outline: 3px solid #1977bd;
  }
  .bcd-reference .bcd-mobile-date::after {
    content: "›";
    margin-left: auto;
    font-size: 22px;
  }
  .bcd-reference .bcd-date-time {
    display: block;
    margin-top: 20px;
  }
  .bcd-reference .bcd-date-time:not(.bcd-tour-time) > section:first-child {
    display: none;
  }
  .bcd-reference .bcd-date-time h3 {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .bcd-reference .bcd-slots {
    gap: 8px;
    max-height: 165px;
  }
  .bcd-reference .bcd-slots button {
    min-height: 36px;
    font-size: 12px;
  }
  .bcd-reference .bcd-note {
    font-size: 10px;
    margin-top: 14px;
  }
  .bcd-reference .bcd-summary {
    margin: 0 17px 20px;
    padding: 14px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 23px #12243c0e;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 0 15px;
    border: 0;
  }
  .bcd-reference .bcd-summary > .bcd-service-photo {
    grid-column: 1;
    grid-row: 1/5;
    width: 110px;
    height: 164px;
    object-fit: cover;
    object-position: 50% center;
    margin: 0;
    border-radius: 8px;
  }
  .bcd-reference .bcd-summary > .bcd-eyebrow {
    display: none;
  }
  .bcd-reference .bcd-summary > h3 {
    grid-column: 2;
    font-size: 15px;
    line-height: 1.1;
    margin: 6px 0;
  }
  .bcd-reference .bcd-summary > .bcd-route {
    grid-column: 2;
    font-size: 11px;
    margin-bottom: 5px;
  }
  .bcd-reference .bcd-summary > .bcd-summary-list {
    grid-column: 2;
    margin: 4px 0 12px;
  }
  .bcd-reference .bcd-summary-list li {
    font-size: 10px;
    gap: 8px;
    margin-bottom: 8px;
  }
  .bcd-reference .bcd-summary-list .bcd-icon {
    width: 14px;
    height: 14px;
  }
  .bcd-reference .bcd-summary > .bcd-price,
  .bcd-reference .bcd-summary > .bcd-pay,
  .bcd-reference .bcd-summary > .bcd-primary,
  .bcd-reference .bcd-summary > .bcd-contact {
    grid-column: 1/-1;
  }
  .bcd-reference .bcd-summary > .bcd-price {
    margin-top: 10px;
    padding: 12px 0;
  }
  .bcd-reference .bcd-price strong {
    font-size: 27px;
  }
  .bcd-reference .bcd-pay {
    padding: 10px 0;
    background: transparent;
    border-top: 1px solid #e2e6ee;
    border-radius: 0;
  }
  .bcd-reference .bcd-pay strong {
    font-size: 12px;
  }
  .bcd-reference .bcd-pay small {
    font-size: 10px;
  }
  .bcd-reference .bcd-summary > .bcd-primary {
    min-height: 42px;
  }
  .bcd-reference .bcd-primary {
    font-size: 14px;
  }
  .bcd-reference .bcd-trust {
    padding: 14px 18px 19px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 8px;
    gap: 12px;
  }
  .bcd-reference .bcd-trust span {
    gap: 7px;
  }
  .bcd-reference .bcd-trust .bcd-icon {
    width: 18px;
    height: 18px;
  }
  .bcd-reference[data-step="2"] .bcd-main,
  .bcd-reference[data-step="3"] .bcd-main {
    padding: 23px 20px;
  }
  .bcd-reference[data-step="2"] .bcd-main h2 {
    font-size: 34px;
    margin: 10px 0;
  }
  .bcd-reference[data-step="2"] .bcd-main > form > .bcd-muted {
    font-size: 17px;
    margin-bottom: 25px;
  }
  .bcd-reference[data-step="2"] .bcd-fields {
    gap: 4px 18px;
    grid-template-columns: 1fr;
  }
  .bcd-reference .bcd-summary-dark {
    display: block !important;
    margin: 0 20px 25px;
    padding: 25px;
    background: linear-gradient(125deg, #082342, #12344f);
  }
  .bcd-reference .bcd-summary-dark > .bcd-eyebrow {
    display: block;
  }
  .bcd-reference .bcd-summary-dark .bcd-summary-list {
    padding: 16px 0;
  }
  .bcd-reference .bcd-summary-dark .bcd-summary-list li {
    font-size: 13px;
  }
  .bcd-reference .bcd-summary-dark .bcd-pay {
    background: transparent;
  }
  .bcd-reference .bcd-summary-dark > h3 {
    font-size: 25px;
  }
  .bcd-reference .bcd-actions .bcd-primary {
    min-width: 0;
  }
  .bcd-reference .bcd-tour-time {
    display: flex;
    margin-top: 10px;
    gap: 20px;
  }
  .bcd-reference .bcd-tour-picker summary {
    font-size: 14px;
    padding: 12px 10px;
    gap: 10px;
  }
  .bcd-reference .bcd-evenings {
    gap: 6px;
  }
  .bcd-reference .bcd-evenings small {
    font-size: 10px;
  }
  .bcd-reference .bcd-evenings strong {
    font-size: 20px;
  }
  .bcd-reference .bcd-tour-features {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 18px;
  }
  .bcd-reference .bcd-tour-features span {
    font-size: 12px;
    border: 0 !important;
    padding: 0 !important;
  }
  .bcd-reference .bcd-panorama {
    height: 70px;
    margin: 0 18px 18px;
  }
  .bcd-reference .bcd-enquiry {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 22px 20px;
  }
  .bcd-reference .bcd-enquiry-intro {
    grid-template-rows: 210px auto;
    background: #0d2c4c;
    color: white;
    padding: 0;
  }
  .bcd-reference .bcd-enquiry-media {
    min-height: 0;
  }
  .bcd-reference .bcd-enquiry-copy {
    padding: 8px 22px 24px;
  }
  .bcd-reference .bcd-enquiry-intro h2 {
    color: white;
  }
  .bcd-reference .bcd-enquiry-intro .bcd-eyebrow,
  .bcd-reference .bcd-enquiry-intro .bcd-contact {
    display: none;
  }
  .bcd-reference .bcd-enquiry .bcd-fields {
    grid-template-columns: 1fr;
  }
  .bcd-reference .bcd-enquiry .bcd-primary {
    width: 100%;
  }
  .bcd-reference .bcd-success {
    padding: 23px 20px !important;
  }
  .bcd-reference .bcd-success h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .bcd-reference .bcd-success > p {
    font-size: 17px;
  }
  .bcd-reference .bcd-confirmation {
    padding: 13px;
    margin: 22px 0 15px;
  }
  .bcd-reference .bcd-confirmation-photo {
    height: 160px;
  }
  .bcd-reference .bcd-confirmation h3 {
    font-size: 19px;
  }
  .bcd-reference .bcd-driver {
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }
  .bcd-reference .bcd-sidebar {
    border-radius: 0;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .bcd-reference .bcd-brand {
    width: 100%;
    font-size: 15px;
    margin: 0 0 9px;
  }
  .bcd-reference .bcd-brand .bcd-emblem {
    width: 45px;
    height: 45px;
  }
  .bcd-reference .bcd-sidebar button {
    font-size: 11px;
    width: auto;
    margin: 0;
    padding: 9px;
    gap: 6px;
  }
  .bcd-reference .bcd-driver-header {
    height: 66px;
    padding: 12px 16px;
  }
  .bcd-reference .bcd-driver-header strong {
    font-size: 21px;
  }
  .bcd-reference .bcd-driver-header > span {
    gap: 8px;
    font-size: 12px;
  }
  .bcd-reference .bcd-avatar {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
  .bcd-reference .bcd-driver-main {
    padding: 20px 14px;
  }
  .bcd-reference .bcd-calendar-workspace {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .bcd-reference .bcd-time-calendar {
    display: none;
  }
  .bcd-reference .bcd-week-list {
    display: block;
  }
  .bcd-reference .bcd-week-list .bcd-booking-row {
    font-size: 11px;
  }
  .bcd-reference .bcd-calendar-rail {
    display: flex;
  }
  .bcd-reference .bcd-toolbar strong {
    order: -1;
    width: 100%;
    font-size: 12px;
  }
  .bcd-reference .bcd-toolbar .bcd-primary {
    margin: 0;
  }
  .bcd-reference .bcd-current-trip {
    padding: 12px 9px;
    gap: 9px;
    font-size: 12px;
  }
  .bcd-reference .bcd-current-trip > .bcd-icon {
    width: 30px;
    height: 30px;
  }
  .bcd-reference .bcd-current-trip > span:last-child {
    font-size: 11px;
  }
  .bcd-reference .bcd-rail-card {
    padding: 22px 20px;
  }
  .bcd-reference .bcd-calendar-title h2 {
    font-size: 31px;
  }
  .bcd-reference .bcd-calendar-title p {
    font-size: 16px;
  }
}
@container (max-width:620px) {
  .bcd-reference[data-layout="embedded"] .bcd-layout {
    display: flex;
    flex-direction: column;
  }
  .bcd-reference[data-layout="embedded"] .bcd-services {
    grid-template-columns: 1fr;
  }
  .bcd-reference[data-layout="embedded"] .bcd-date-time {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bcd-reference * {
    transition: none !important;
  }
}

/* One outer content boundary in both shortcode layouts. Existing host gutters
   count toward the viewport inset; do not add another layer of padding. */
.bcd-root.bcd-reference[data-mode="booking"] {
  --bcd-outer-gutter: 24px;
  box-sizing: border-box;
  width: min(100%, calc(var(--bcd-viewport-width, 100vw) - 2 * var(--bcd-outer-gutter)));
  max-width: 1440px;
  min-width: 0;
  margin-inline: auto;
  padding-inline: 0;
}
@media (max-width: 900px) {
  .bcd-root.bcd-reference[data-mode="booking"] { --bcd-outer-gutter: 18px; }
}
@media (max-width: 767px) {
  .bcd-root.bcd-reference[data-mode="booking"] { --bcd-outer-gutter: 20px; }
}
.bcd-root.bcd-reference[data-mode="booking"] > :is(.bcd-hero, .bcd-services, .bcd-panel, .bcd-trust, .bcd-success) {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-width: 0;
  margin-inline: 0;
  padding-inline: 0;
}
.bcd-root.bcd-reference[data-mode="booking"] :is(.bcd-layout, .bcd-enquiry, .bcd-main, .bcd-form) {
  min-width: 0;
}
