@font-face {
  font-family: "a2cfontcedemi";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/mirror/site/assets/www.a2c.cz/dccf3ffce23cfa4d4ca158dd-a2font-webfont.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --brand-gold: #97770e;
  --brand-gold-rule: #9e8122;
  --action-gold: #806409;
  --ink: #000000;
  --ink-nav: #111111;
  --ink-secondary: #665f50;
  --ink-muted: #6d6f71;
  --paper: #ffffff;
  --surface-muted: #ededed;
  --surface-focus: #e0e0e0;
  --line: #b8b8b8;
  --focus: #245f87;
  --error: #9b1c1c;
  --success: #367153;
  --font-heading: "a2cfontcedemi", Arial, Helvetica, sans-serif;
  --font-ui: Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 17px;
  line-height: 28px;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.container {
  width: 100%;
  max-width: 1228px;
  margin-inline: auto;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 15px;
  z-index: 100;
  min-height: 44px;
  padding: 10px 15px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  top: 10px;
}

.prototype-notice {
  background: var(--ink);
  color: var(--paper);
  font-size: 13px;
  line-height: 18px;
}

.prototype-notice__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px 15px;
  min-height: 40px;
  padding: 10px 15px;
  text-align: center;
}

.prototype-notice strong {
  color: var(--paper);
  letter-spacing: 0.04em;
}

.header {
  background: var(--paper);
  font-family: var(--font-heading);
}

.header a {
  color: var(--ink-nav);
}

.booking-header-rule {
  height: 13px;
  margin-top: 8px;
  background: var(--brand-gold-rule);
}

.hero {
  padding-block: 60px 45px;
}

.eyebrow,
.step-label {
  margin: 0 0 10px;
  color: var(--action-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 16px;
  text-transform: uppercase;
}

.eyebrow--small {
  margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 400;
}

h1 {
  max-width: 800px;
  margin: 0;
  font-size: 34px;
  line-height: 45px;
}

h2 {
  font-size: 24px;
  line-height: 32px;
}

h3 {
  font-size: 20px;
  line-height: 28px;
}

.hero__lead {
  max-width: 760px;
  margin: 15px 0 0;
  color: var(--ink-secondary);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  gap: 0;
  align-items: start;
  padding-bottom: 60px;
}

.booking-card,
.visit-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
}

.booking-card {
  padding: 34px 40px 40px;
}

.service-picker {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}

.service-picker > h2 {
  margin: 0 0 15px;
}

.service-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--brand-gold);
}

.service-tab {
  min-height: 51px;
  padding: 10px 18px;
  border: 0;
  border-radius: 0;
  background: var(--paper);
  color: var(--action-gold);
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.service-tab + .service-tab {
  border-left: 1px solid var(--brand-gold);
}

.service-tab:hover,
.service-tab.is-selected,
.service-tab[aria-selected="true"] {
  background: var(--action-gold);
  color: var(--paper);
}

.service-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
  gap: 30px;
  margin-top: 20px;
  padding: 24px 0 0;
}

.service-overview__content h2 {
  margin: 0;
}

.service-overview__content > p:not(.eyebrow) {
  max-width: 610px;
  margin: 10px 0 0;
  color: var(--ink-secondary);
  font-size: 15px;
  line-height: 24px;
}

.service-highlights {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-highlights li {
  position: relative;
  padding-left: 20px;
  color: var(--ink);
  font-size: 14px;
  line-height: 21px;
}

.service-highlights li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--brand-gold);
  content: "";
}

.service-facts {
  margin: 0;
  border-top: 4px solid var(--brand-gold-rule);
}

.service-facts div {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.service-facts dt {
  margin-bottom: 3px;
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 16px;
  text-transform: uppercase;
}

.service-facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.booking-card__topline,
.flow-step__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.booking-card__topline {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.booking-card__topline h2,
.flow-step__heading h3 {
  margin: 0;
}

.duration-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid var(--brand-gold);
  border-radius: 0;
  background: var(--paper);
  color: var(--action-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

.stepper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.stepper__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 44px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.stepper__item[aria-current="step"] {
  border-bottom: 2px solid var(--action-gold);
  color: var(--ink);
}

.stepper__item[data-complete="true"] {
  border-color: var(--success);
  color: var(--success);
}

.stepper__number {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid currentColor;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px;
}

.flow-alert,
.error-summary,
.expired-panel {
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 2px solid var(--error);
  border-radius: 0;
  background: var(--paper);
  color: var(--error);
}

.flow-alert {
  font-weight: 700;
}

.flow-step__heading--details {
  margin-top: 5px;
}

.step-label {
  margin-bottom: 5px;
  color: var(--ink-muted);
}

.duration-badge {
  margin: 0;
}

.option-group {
  min-width: 0;
  margin: 30px 0 0;
  padding: 0;
  border: 0;
}

.option-group legend {
  padding: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.field-help,
.section-intro,
.flow-actions p,
.turnstile-panel p,
.visit-card__note {
  color: var(--ink-secondary);
  font-size: 14px;
  line-height: 20px;
}

.field-help {
  margin: 5px 0 15px;
}

.date-options,
.time-options {
  display: grid;
  gap: 10px;
}

.date-options {
  grid-template-columns: 1fr;
}

.time-options {
  grid-template-columns: repeat(6, minmax(72px, 1fr));
}

.calendar {
  display: block;
}

.calendar__toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.calendar__month {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.calendar__nav {
  margin: 0;
  justify-self: start;
  text-decoration: none;
}

.calendar__nav:last-child {
  justify-self: end;
}

.calendar__nav:disabled {
  color: var(--ink-muted);
  cursor: not-allowed;
}

.calendar__weekdays,
.calendar__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
}

.calendar__weekdays {
  margin-bottom: 5px;
  color: var(--ink-secondary);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.calendar__day {
  display: grid;
  min-height: 44px;
  place-items: center;
  border: 1px solid var(--action-gold);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.calendar__day:hover:not(:disabled),
.calendar__day.is-selected {
  border-color: var(--action-gold);
  background: var(--action-gold);
  color: var(--paper);
}

.calendar__day:disabled,
.calendar__day--empty {
  border-color: transparent;
  background: transparent;
  color: var(--ink-muted);
  cursor: not-allowed;
}

.calendar__day:disabled:not(.calendar__day--empty) {
  border-color: var(--line);
  background: var(--surface-muted);
}

.calendar__day.is-holiday {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.calendar__day:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.choice {
  position: relative;
  display: block;
  min-width: 0;
}

.choice input {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.choice__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 10px 15px;
  border: 1px solid var(--action-gold);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 20px;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.choice--date .choice__body {
  min-height: 80px;
  flex-direction: column;
  gap: 5px;
}

.choice--time .choice__body {
  min-height: 51px;
}

.choice__weekday {
  color: var(--ink-secondary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 16px;
  text-transform: uppercase;
}

.choice__date {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 18px;
  line-height: 24px;
}

.choice__year,
.choice__state {
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 16px;
}

.choice__state {
  display: block;
  margin-top: 5px;
  font-weight: 700;
}

.choice__range {
  color: var(--ink);
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.choice__start {
  color: inherit;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  line-height: 24px;
}

.choice input:focus-visible + .choice__body {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.choice input:checked + .choice__body {
  border: 2px solid var(--action-gold);
  background: var(--action-gold);
  color: var(--paper);
}

.choice input:checked + .choice__body::after {
  position: absolute;
  top: 5px;
  right: 10px;
  color: var(--paper);
  content: "✓";
  font-size: 14px;
  font-weight: 700;
}

.choice input:checked + .choice__body .choice__weekday,
.choice input:checked + .choice__body .choice__date,
.choice input:checked + .choice__body .choice__year,
.choice input:checked + .choice__body .choice__range,
.choice input:checked + .choice__body .choice__state {
  color: var(--paper);
}

.choice input:disabled {
  cursor: not-allowed;
}

.choice input:disabled + .choice__body {
  border-color: var(--line);
  background: var(--surface-muted);
  color: var(--ink-muted);
}

.choice input:disabled + .choice__body .choice__range {
  color: var(--ink-muted);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.availability-status {
  min-height: 24px;
  margin: 10px 0 15px;
  color: var(--success);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.selected-slot {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  padding: 15px 20px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--success);
  border-radius: 0;
  background: var(--paper);
}

.selected-slot__mark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--success);
  border-radius: 0;
  color: var(--success);
  font-weight: 700;
}

.selected-slot div {
  display: grid;
  gap: 5px;
}

.selected-slot span {
  color: var(--ink-secondary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 16px;
  text-transform: uppercase;
}

.selected-slot strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 24px;
}

.flow-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.flow-actions--end {
  justify-content: flex-end;
}

.flow-actions p {
  max-width: 340px;
  margin: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button--primary {
  border: 2px solid var(--action-gold);
  background: transparent;
  color: var(--action-gold);
}

.button--primary:hover:not(:disabled) {
  border-color: var(--action-gold);
  background: var(--action-gold);
  color: var(--paper);
}

.button--secondary {
  border-color: var(--action-gold);
  background: var(--paper);
  color: var(--action-gold);
}

.button:disabled {
  border-color: var(--line);
  background: var(--surface-muted);
  color: var(--ink-muted);
  cursor: not-allowed;
}

.button[aria-busy="true"] {
  cursor: wait;
}

.text-button {
  min-height: 44px;
  margin: 0 0 15px -10px;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--action-gold);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section-intro {
  max-width: 680px;
  margin: 10px 0 30px;
}

.expired-panel h4,
.error-summary h4 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.expired-panel p {
  margin: 5px 0 15px;
}

.error-summary ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.error-summary a {
  color: inherit;
  font-weight: 700;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.field--wide {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.field label span {
  color: var(--ink-secondary);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.field input {
  width: 100%;
  min-height: 51px;
  padding: 10px 20px;
  border: 1px solid var(--brand-gold);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 18px;
  line-height: 24px;
}

.field input:focus {
  border-color: var(--focus);
}

.field input[aria-invalid="true"],
.confirmation-check input[aria-invalid="true"] {
  border: 2px solid var(--error);
}

.field .field-help {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 20px;
}

.field-error {
  margin: 5px 0 0;
  color: var(--error);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.turnstile-panel {
  display: grid;
  grid-template-columns: minmax(250px, 300px);
  gap: 20px;
  align-items: center;
  margin-top: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#booking-turnstile-widget {
  min-height: 65px;
  min-width: 250px;
}

.turnstile-panel__retry {
  justify-self: start;
  margin: 0;
}

.confirmation-check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px 15px;
  align-items: start;
  margin-top: 20px;
  padding: 15px 0;
}

.confirmation-check input {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: var(--action-gold);
}

.confirmation-check label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.confirmation-check .field-error {
  grid-column: 2;
}

.confirmation {
  padding: 20px 0 0;
  text-align: center;
}

.confirmation__mark {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border: 2px solid var(--success);
  border-radius: 0;
  color: var(--success);
  font-size: 24px;
  font-weight: 700;
}

.confirmation h3 {
  max-width: 560px;
  margin: 0 auto;
}

.confirmation__lead {
  max-width: 620px;
  margin: 15px auto 30px;
  color: var(--ink-secondary);
}

.appointment-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  max-width: 640px;
  margin: 0 auto 30px;
  border: 1px solid var(--line);
  border-radius: 0;
  text-align: left;
}

.appointment-summary div {
  min-width: 0;
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
}

.appointment-summary div:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.appointment-summary div:last-child {
  grid-column: 1 / -1;
  border-right: 0;
  border-bottom: 0;
}

.appointment-summary dt {
  margin-bottom: 5px;
  color: var(--ink-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 16px;
  text-transform: uppercase;
}

.appointment-summary dd {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.noscript-note {
  margin-top: 20px;
  padding: 15px 20px;
  border: 2px solid var(--error);
  color: var(--error);
}

.visit-card {
  position: sticky;
  top: 20px;
  border-top: 13px solid var(--brand-gold-rule);
}

.visit-card__content {
  padding: 30px;
}

.visit-card__content h2 {
  margin: 0;
}

.visit-facts {
  margin: 30px 0 0;
}

.visit-facts div {
  display: grid;
  gap: 5px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.visit-facts dt {
  color: var(--ink-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 16px;
  text-transform: uppercase;
}

.visit-facts dd {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 24px;
}

.visit-card__note {
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.site-footer {
  padding: 20px 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.booking-card__topline {
  display: none;
}

.flow-step__heading {
  margin-bottom: 24px;
}

.flow-step__heading h3 {
  font-size: 26px;
  line-height: 34px;
}

@media (hover: hover) {
  .choice input:not(:disabled):hover + .choice__body {
    border-color: var(--brand-gold);
    background: rgba(151, 119, 14, 0.12);
  }

  .choice input:checked:hover + .choice__body {
    background: var(--action-gold);
  }

  .button--primary:not(:disabled):hover {
    border-color: var(--action-gold);
    background: var(--action-gold);
  }

  .button--secondary:not(:disabled):hover {
    background: var(--surface-muted);
  }
}

@media (max-width: 1267px) {
  .container {
    padding-inline: 20px;
  }
}

@media (max-width: 1023px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .content-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .visit-card {
    position: static;
  }
}

@media (max-width: 767px) {
  .container {
    padding-inline: 15px;
  }

  .prototype-notice__inner {
    display: grid;
    gap: 5px;
    justify-items: center;
    padding: 10px 15px;
  }

  .header .container {
    padding-inline: 20px;
  }

  .hero {
    padding-block: 45px 30px;
  }

  .content-grid {
    padding-bottom: 45px;
  }

  .booking-card,
  .visit-card__content {
    padding: 24px 20px 30px;
  }

  .service-overview {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .stepper {
    gap: 5px;
    margin: 20px 0 30px;
  }

  .stepper__item {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .field--wide {
    grid-column: auto;
  }

  .field input {
    padding-inline: 15px;
  }

  .flow-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .flow-actions .button {
    width: 100%;
  }

  .flow-actions p {
    max-width: none;
    text-align: center;
  }

}

@media (max-width: 479px) {
  .service-tabs {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-tab + .service-tab {
    border-top: 1px solid var(--brand-gold);
    border-left: 0;
  }

  .calendar__toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .calendar__month {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .calendar__nav {
    grid-row: 2;
    min-width: 0;
  }

  .time-options {
    grid-template-columns: minmax(0, 1fr);
  }

  .booking-card__topline,
  .flow-step__heading {
    align-items: flex-start;
  }

  .appointment-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .appointment-summary div,
  .appointment-summary div:nth-child(odd),
  .appointment-summary div:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .appointment-summary div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 359px) {
  .booking-card,
  .visit-card__content {
    padding: 15px;
  }

  .stepper__item {
    overflow-wrap: anywhere;
  }

  .duration-badge {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  :focus-visible,
  .choice input:focus-visible + .choice__body {
    outline-color: Highlight;
  }

  .choice input:checked + .choice__body {
    border: 2px solid Highlight;
  }
}
