/* 큰 타깃·확대: URL ?large=1 또는 ?senior=1(호환) + html.taxi-senior — 호출·접수 원버튼 데모용 */
html.taxi-senior body {
  -webkit-text-size-adjust: 100%;
}

html.taxi-senior .shell {
  max-width: 640px;
}

html.taxi-senior .hub-wrap {
  width: 228px !important;
  height: 228px !important;
}

html.taxi-senior #hub-one,
html.taxi-senior #hub-drv {
  width: 200px !important;
  height: 200px !important;
  margin: 14px !important;
  font-size: 88px !important;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.25), 0 14px 32px rgba(0, 0, 0, 0.2) !important;
}

html.taxi-senior #hub-one:active:not(:disabled),
html.taxi-senior #hub-drv:active:not(:disabled) {
  transform: translateY(5px);
}

html.taxi-senior .post-row {
  gap: 20px;
  margin-top: 28px;
}

html.taxi-senior .post-row a,
html.taxi-senior .post-row button {
  width: 80px !important;
  height: 80px !important;
  font-size: 36px !important;
  border-radius: 18px !important;
  border: 3px solid #0f172a !important;
}

html.taxi-senior #ta-dest.voice-fallback {
  font-size: 24px !important;
  padding: 16px 18px !important;
  min-height: 4em !important;
  border-width: 3px !important;
  border-color: #0f172a !important;
}

html.taxi-senior.taxi-senior-pass body {
  background: #fff;
  color: #0a0a0a;
}

html.taxi-senior.taxi-senior-pass #hub-one {
  outline: 4px solid #000;
  outline-offset: 4px;
}

html.taxi-senior.taxi-senior-drv #hub-drv {
  outline: 4px solid #fde68a;
  outline-offset: 4px;
}

html.taxi-senior.taxi-senior-drv #line-drv {
  font-size: 20px !important;
  max-width: 520px;
}

html.taxi-senior.taxi-senior-drv .drv-tip {
  font-size: 17px !important;
  max-width: 520px;
}

html.taxi-senior .pane {
  border-width: 4px !important;
  border-color: #fbbf24 !important;
}
