:root {
  --tile-size: 420px;
  --nav-height: 72px;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f5fbf3;
  background-image: url("./wallpaper1.svg");
  background-repeat: repeat;
  background-size: var(--tile-size) var(--tile-size);
  background-attachment: fixed;
  color: #000;
  font-family:
    "Open Sans",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
}

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  min-height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(245, 251, 243, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(10px);
}

.nav-links,
.flags {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 22px);
}

.nav-links a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.flag {
  font-size: 28px;
  line-height: 1;
}

.page-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100vw - 48px));
  margin-left: clamp(24px, 8vw, 120px);
  padding-top: calc(var(--nav-height) + 15vh);
}

.home-content {
  width: min(980px, 70vw);
  padding-top: calc(var(--nav-height) + 10vh);
}

.title.home-title {
  margin-bottom: 14px;
  white-space: normal;
}

.title-arrow {
  width: 0.85em;
  height: 0.42em;
  margin: 0 0.06em;
  color: #000;
  vertical-align: 0.08em;
}

.home-price-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: min(680px, 100%);
  margin: 10px 0 0;
}

.price-badge {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin: 0;
  padding: 16px 18px;
  border: 3px solid #fff;
  border-radius: 30px;
  background: #000;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.1;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.55);
}

.price-badge span {
  font-size: clamp(15px, 1.8vw, 22px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.body-copy.home-copy {
  max-width: 590px;
  text-align: justify;
}

.body-copy.home-note {
  margin: 0 0 34px;
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 700;
}

.home-steps-title {
  margin: 8px 0 16px;
  color: #000;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 800;
  text-shadow: 0 2px 14px rgba(255, 255, 255, 0.72);
}

.home-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(680px, 100%);
  margin: 30px 0;
}

.home-highlight {
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 16px 18px;
  border: 2px solid rgba(0, 0, 0, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
}

.home-highlight-title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.about-content {
  width: min(980px, 74vw);
}

.title.about-title {
  margin-bottom: 46px;
}

.body-copy.about-line {
  max-width: none;
  white-space: nowrap;
}

.title {
  margin: 0 0 18px;
  color: #000;
  font-size: clamp(32px, 4.5vw, 68px);
  line-height: 1.04;
  font-weight: 800;
  text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff,
    0 3px 16px rgba(255, 255, 255, 0.55);
}

.medium-copy,
.body-copy {
  margin: 0;
  color: #000;
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.28;
  font-weight: 650;
  text-shadow: 0 2px 14px rgba(255, 255, 255, 0.72);
}

.body-copy {
  max-width: 680px;
  font-size: clamp(16px, 1.6vw, 25px);
}

.pricing-title {
  margin-bottom: 42px;
}

.pricing-copy {
  max-width: 610px;
  text-align: justify;
}

.large-copy {
  font-size: clamp(27px, 3.2vw, 50px);
  font-weight: 800;
  line-height: 1.08;
  text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff;
}

.small-copy {
  font-size: clamp(15px, 1.35vw, 22px);
  font-weight: 600;
}

.contact-heading {
  margin: 0 0 22px;
  white-space: nowrap;
}

.contact-intro {
  max-width: 560px;
  margin: 0 0 18px;
}

.contact-intro:last-of-type {
  margin-bottom: 34px;
}

.about-section {
  max-width: 560px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 2px solid rgba(0, 0, 0, 0.18);
}

.about-justified {
  text-align: justify;
  text-justify: inter-word;
}

.about-heading {
  margin: 0 0 14px;
  color: #000;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
}

.form-stack {
  display: grid;
  gap: 18px;
  width: min(560px, 100%);
}

.registration-content {
  width: min(720px, calc(100vw - 48px));
}

.registration-form {
  width: min(680px, 100%);
}

.field {
  display: grid;
  gap: 8px;
  font-size: clamp(15px, 1.3vw, 20px);
  font-weight: 750;
}

.registration-action {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;
}

.registration-action button {
  flex: 0 0 auto;
}

.registration-action p {
  flex: 1 1 auto;
  margin: 0;
  font-size: clamp(15px, 1.3vw, 20px);
  font-weight: 700;
  text-align: right;
  text-shadow: 0 2px 14px rgba(255, 255, 255, 0.72);
}

.qr-placeholder {
  width: 156px;
  aspect-ratio: 1;
  border: 3px solid #000;
  border-radius: 4px;
  background:
    linear-gradient(
      90deg,
      #000 10px,
      transparent 10px 18px,
      #000 18px 30px,
      transparent 30px
    ),
    linear-gradient(
      #000 10px,
      transparent 10px 18px,
      #000 18px 30px,
      transparent 30px
    ),
    #fff;
  background-size: 42px 42px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.85);
}

input,
textarea {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: #000;
  font: inherit;
  font-weight: 600;
  padding: 13px 14px;
  outline: none;
}

textarea {
  min-height: 180px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.9);
}

button {
  justify-self: start;
  border: 2px solid #000;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  padding: 12px 28px;
  cursor: pointer;
}

.car {
  position: fixed;
  left: 90vw;
  bottom: 0;
  width: clamp(308px, 42vw, 728px);
  height: auto;
  transform: translateX(-100%);
  user-select: none;
  pointer-events: none;
}

.bell {
  position: fixed;
  left: 80vw;
  bottom: 50vh;
  width: clamp(160px, 20vw, 320px);
  height: auto;
  opacity: 0.6;
  user-select: none;
  pointer-events: none;
}

.message-page {
  width: min(880px, calc(100vw - 48px));
  padding-top: 18vh;
}

.message-composer {
  display: grid;
  gap: 28px;
}

.message-options {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(280px, 1fr);
  gap: 28px;
  align-items: stretch;
}

.record-panel,
.text-panel {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 20px;
  border: 2px solid rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.45);
}

.record-panel.is-disabled,
.text-panel.is-disabled {
  opacity: 0.45;
  filter: grayscale(1);
}

.record-title,
.text-title {
  margin: 0;
  font-size: clamp(15px, 1.3vw, 20px);
  font-weight: 800;
}

.record-button {
  justify-self: center;
  width: 108px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 0;
  font-size: 44px;
}

.record-button.is-recording {
  background: #b8332f;
}

.record-status,
.char-count {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.message-input {
  min-height: 188px;
}

.message-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 2px solid #000;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  color: #000;
  line-height: 1.1;
  font-size: 26px;
  font-weight: 800;
  padding: 12px 28px;
  text-decoration: none;
}

@media (max-width: 760px) {
  .message-options {
    grid-template-columns: 1fr;
  }
}

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

.message-composer .home-button {
  justify-self: center;
}

.message-title {
  margin-bottom: 4px;
  white-space: nowrap;
}

.message-contact {
  width: 100%;
}

.message-page {
  padding-top: 11vh;
}

.message-title {
  margin-bottom: 26px;
}

select {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: #000;
  font: inherit;
  font-weight: 600;
  padding: 13px 14px;
}
.flag {
  text-decoration: none;
}
.errorlist {
  margin: 0;
  padding-left: 18px;
  font-weight: 800;
  color: #9d1f1a;
}
.payment-page {
  width: min(760px, calc(100vw - 48px));
}
.payment-actions {
  display: inline-flex;
  margin: 10px 12px 10px 0;
}
.status-panel {
  margin-top: 24px;
  padding: 18px;
  border: 2px solid rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}
.status-panel h2 {
  margin: 0 0 10px;
}
.qr-image {
  width: min(260px, 80vw);
  height: auto;
  background: #fff;
  border: 2px solid #000;
}
@media (max-width: 760px) {
  .title.home-title,
  .body-copy.about-line,
  .message-title {
    white-space: normal;
  }
  .registration-action {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Responsive navigation and phone layout */
.nav-brand {
  color: #000;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 24px;
  min-width: 0;
}

.mobile-nav {
  display: none;
}

.mobile-nav-panel a,
.nav-links a {
  overflow-wrap: anywhere;
}

@media (max-width: 860px) {
  :root {
    --nav-height: 64px;
    --tile-size: 300px;
  }

  body {
    min-height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .site-nav {
    min-height: var(--nav-height);
    align-items: center;
    flex-direction: row;
    gap: 12px;
    padding: 10px 14px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
    margin-left: auto;
  }

  .mobile-nav summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 2px solid #000;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    list-style: none;
    padding: 8px 14px;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary::after {
    content: "";
    width: 0;
    height: 0;
    margin-left: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
  }

  .mobile-nav[open] summary::after {
    border-top: 0;
    border-bottom: 6px solid #000;
  }

  .mobile-nav-panel {
    position: fixed;
    z-index: 20;
    top: calc(var(--nav-height) + 8px);
    right: 12px;
    left: 12px;
    display: grid;
    gap: 4px;
    max-height: calc(100svh - var(--nav-height) - 20px);
    overflow-y: auto;
    padding: 10px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #f5fbf3;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  }

  .mobile-nav-panel .nav-links {
    display: grid;
    gap: 4px;
  }

  .mobile-nav-panel a {
    border-radius: 6px;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    padding: 10px 12px;
    text-decoration: none;
  }

  .mobile-nav-panel a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.88);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.18);
  }

  .mobile-nav-panel .flags {
    justify-content: space-between;
    gap: 8px;
    padding: 8px 6px 2px;
  }

  .mobile-nav-panel .flag {
    font-size: 25px;
    padding: 4px;
  }

  .page-content,
  .home-content,
  .about-content,
  .registration-content,
  .payment-page,
  .message-page {
    width: min(100% - 28px, 640px);
    margin-inline: auto;
    padding-top: calc(var(--nav-height) + 34px);
    padding-bottom: 150px;
  }

  .home-content {
    padding-top: calc(var(--nav-height) + 48px);
  }

  .home-highlights {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-price-row {
    flex-direction: column;
    align-items: stretch;
  }

  .home-price-row .home-button {
    width: 100%;
  }

  .title,
  .title.home-title {
    margin-bottom: 22px;
    font-size: clamp(34px, 12vw, 48px);
    line-height: 1.08;
    white-space: normal;
  }

  .medium-copy,
  .body-copy,
  .body-copy.home-copy,
  .pricing-copy,
  .body-copy.about-line {
    max-width: none;
    font-size: clamp(17px, 5vw, 22px);
    line-height: 1.36;
    text-align: left;
    white-space: normal;
  }

  .large-copy {
    font-size: clamp(25px, 8vw, 36px);
    line-height: 1.12;
  }

  .contact-heading {
    margin-bottom: 26px;
    white-space: normal;
  }

  .about-section {
    margin-top: 36px;
    padding-top: 24px;
  }

  .contact-heading span {
    display: block;
  }

  .form-stack,
  .registration-form,
  .message-composer {
    width: 100%;
    gap: 16px;
  }

  .registration-action,
  .message-actions {
    align-items: stretch;
    flex-direction: column;
  }

  button,
  .home-button,
  .payment-actions,
  .payment-actions button {
    width: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px;
  }

  .message-options {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .record-panel,
  .text-panel,
  .status-panel {
    padding: 16px;
  }

  .car {
    right: 0;
    bottom: 0;
    z-index: 0;
    width: clamp(160px, 52vw, 260px);
    opacity: 0.5;
    transform: translate(0%, 0%);
  }
}

@media (max-width: 380px) {
  .nav-brand {
    font-size: 16px;
  }

  .mobile-nav summary {
    min-height: 40px;
    padding-inline: 11px;
  }

  .page-content,
  .home-content,
  .about-content,
  .registration-content,
  .payment-page,
  .message-page {
    width: min(100% - 20px, 640px);
  }
}

/* Remember-me + duration slider (verification page) */
.remember-me-field {
  display: block;
}

.remember-me-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(15px, 1.3vw, 20px);
  font-weight: 750;
}

.remember-me-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #000;
}

.remember-duration {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border: 2px solid rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.remember-duration[hidden] {
  display: none;
}

.remember-duration input[type="range"] {
  width: 100%;
  accent-color: #000;
}

/* Switchboard */
.switchboard-content {
  width: min(1400px, calc(100vw - 64px));
  margin-left: auto;
  margin-right: auto;
  padding-top: calc(var(--nav-height) + 8vh);
  padding-bottom: 120px;
}

.switchboard-topbar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 64px;
}

.switchboard-welcome-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.switchboard-welcome {
  margin: 0;
  font-family: "Pacifico", "Brush Script MT", cursive;
  font-weight: 400;
  font-size: clamp(32px, 4.6vw, 48px);
  color: #b8452f;
  letter-spacing: 2px;
  transform: rotate(-2deg) scaleX(1.15);
  transform-origin: left center;
  display: inline-block;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.switchboard-phone {
  margin: 0;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 10px;
  background: #8a7a4d;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 800;
  opacity: 1;
}

.switchboard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 640px;
  align-items: start;
  gap: 32px;
}

.switchboard-qr-section {
  margin-top: 8px;
}

.switchboard-main {
  min-width: 0;
}

.switchboard-logout {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  padding: 9px 16px;
  border: none;
  border-radius: 999px;
  background: #a97155;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.switchboard-logout:hover {
  background: #8c5b42;
  color: #fff;
}

.switchboard-logout-icon {
  font-weight: 800;
}

.switchboard-subheading {
  margin: 0 0 20px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
}

.switchboard-card {
  padding: 20px;
  border: 2px solid rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.switchboard-main.switchboard-card .switchboard-table-wrap {
  border: none;
  background: transparent;
  margin-top: 20px;
}

.switchboard-qr-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.switchboard-qr-image {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1 / 1;
  height: auto;
  flex: 1 1 auto;
  border: 2px solid #000;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  box-sizing: border-box;
}

.switchboard-qr-downloads {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.switchboard-qr-downloads .home-button {
  flex: 1 1 0;
}

.switchboard-qr-form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.switchboard-qr-link-block {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.switchboard-qr-link-block .body-copy {
  margin: 0 0 14px;
}

.switchboard-qr-link-block .body-copy:last-child {
  margin-bottom: 0;
}

.switchboard-personal-link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 14px;
  padding: 8px 10px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.85em;
  color: inherit;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  overflow-x: auto;
  white-space: pre;
}

.switchboard-qr-form-label {
  margin: 0 0 8px;
  opacity: 0.7;
}

.switchboard-qr-style-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.switchboard-qr-style-choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 8px;
  border: 2px solid rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.15s ease;
}

.switchboard-qr-style-choice:hover {
  border-color: #000;
}

.switchboard-qr-style-choice-selected {
  border-color: #000;
  border-width: 2px;
  background: rgba(0, 0, 0, 0.05);
}

.switchboard-qr-style-choice input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.switchboard-qr-style-swatch {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
}

.switchboard-qr-style-swatch-classic {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 12px;
}

.switchboard-qr-caption-field {
  margin-bottom: 16px;
  font-size: 15px;
}

.switchboard-qr-caption-field input[type="text"] {
  width: 100%;
}

.switchboard-subscribe-panel {
  margin: 20px 0 0;
}

.switchboard-subscribe-form {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.switchboard-provider-choices {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  margin: 0;
  border: none;
}

.switchboard-provider-choices legend {
  padding: 0;
  margin-right: 4px;
  opacity: 0.7;
}

.switchboard-provider-choice {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

.switchboard-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
  border: 2px solid rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.switchboard-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.switchboard-table th,
.switchboard-table td {
  padding: 12px 14px;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.switchboard-table thead th {
  font-weight: 800;
  background: rgba(0, 0, 0, 0.05);
}

.switchboard-table tbody tr:last-child td {
  border-bottom: none;
}

.switchboard-actions {
  display: flex;
  gap: 8px;
}

.switchboard-actions form {
  margin: 0;
}

.switchboard-cancel-now,
.switchboard-cancel-later {
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
}

.switchboard-cancel-now {
  background: #9d1f1a;
  border-color: #9d1f1a;
  color: #fff;
}

.switchboard-cancel-later {
  background: #fff;
  border-color: #000;
  color: #000;
}

@media (max-width: 860px) {
  .switchboard-content {
    padding-top: calc(var(--nav-height) + 34px);
  }

  .switchboard-layout {
    grid-template-columns: 1fr;
  }

  .switchboard-qr-section {
    margin-top: 24px;
  }

  .switchboard-qr-downloads {
    flex-direction: column;
  }

  .switchboard-actions {
    flex-direction: column;
  }
}
