html,
body {
  letter-spacing: 0;
}

.connecttaxi-hidden {
  display: none !important;
}

.connecttaxi-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 1000;
  max-width: min(420px, calc(100vw - 32px));
  transform: translateX(-50%);
  border: 1px solid rgb(55 65 81);
  border-radius: 8px;
  background: rgb(17 24 39);
  color: #fff;
  box-shadow: 0 16px 40px rgb(0 0 0 / 35%);
  padding: 14px 18px;
  font: 500 14px/1.4 Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.connecttaxi-toast[data-kind="error"] {
  border-color: rgb(220 38 38);
}

.connecttaxi-thanks {
  min-height: 100vh;
  background: #000;
  color: #fff;
  display: grid;
  place-items: center;
  padding: 24px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.connecttaxi-thanks-card {
  width: min(560px, 100%);
  border: 1px solid rgb(31 41 55);
  border-radius: 8px;
  background: rgb(17 24 39);
  padding: clamp(28px, 6vw, 48px);
}

.connecttaxi-thanks-card h1 {
  margin: 0 0 18px;
  font-size: clamp(36px, 9vw, 64px);
  line-height: 1.05;
  letter-spacing: 0;
}

.connecttaxi-thanks-card p {
  margin: 0 0 18px;
  color: rgb(209 213 219);
  font-size: clamp(17px, 4.5vw, 22px);
  line-height: 1.55;
}

.connecttaxi-thanks-actions {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.connecttaxi-thanks-actions a {
  display: block;
  border-radius: 8px;
  padding: 16px 18px;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
}

.connecttaxi-thanks-call {
  background: rgb(250 204 21);
  color: #000;
}

.connecttaxi-thanks-back {
  border: 1px solid rgb(75 85 99);
  color: #fff;
}
