body.wp-theme-taxi-ahlers-template {
  background: var(--cab-white);
}

[data-svj-skip-link] {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--cab-ink);
  background: var(--cab-yellow);
  border-radius: 999px;
  font-weight: 900;
  transform: translateY(-140%);
}

[data-svj-skip-link]:focus {
  transform: translateY(0);
}

.site-nav ul,
.site-nav li {
  display: contents;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav .current-menu-item > a,
.site-nav .current_page_item > a,
.site-nav a[aria-current="page"] {
  color: var(--cab-yellow-dark);
}

.site-nav .current-menu-item > a::after,
.site-nav .current_page_item > a::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-search-form {
  position: absolute;
  top: calc(100% + 12px);
  right: max(20px, calc((100vw - 1170px) / 2));
  z-index: 60;
  display: none;
  width: min(420px, calc(100vw - 40px));
  padding: 14px;
  background: var(--cab-white);
  border: 1px solid var(--cab-border);
  border-radius: 14px;
  box-shadow: var(--cab-shadow);
}

.site-search-form.is-open {
  display: flex;
  gap: 8px;
}

.site-search-form input {
  min-width: 0;
  flex: 1;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--cab-border);
  border-radius: 10px;
}

.main-content {
  min-height: 60vh;
}

.content-section {
  padding: 78px 0;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: start;
}

.content-panel {
  min-width: 0;
  color: var(--cab-text);
  font-size: 17px;
}

.content-panel :where(h2, h3, h4) {
  color: var(--cab-ink);
  line-height: 1.2;
}

.content-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 42px);
}

.content-panel h3 {
  margin: 32px 0 12px;
  font-size: 24px;
}

.content-panel p,
.content-panel ul,
.content-panel ol,
.content-panel table {
  margin-top: 0;
  margin-bottom: 22px;
}

.content-panel :where(ul, ol) {
  padding-left: 0;
  list-style-position: inside;
}

.content-panel li {
  margin-bottom: 6px;
}

.content-panel a:not(.cab-btn) {
  color: var(--cab-yellow-dark);
  font-weight: 800;
}

.content-panel img {
  border-radius: 14px;
  box-shadow: var(--cab-shadow-soft);
}

.content-sidebar {
  position: sticky;
  top: 125px;
  display: grid;
  gap: 22px;
  align-content: start;
}

.sidebar-doc-card .cab-btn {
  width: 100%;
  justify-content: center;
  margin-top: 18px;
}

.sidebar-feature-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin: 0;
  background: var(--cab-soft);
  border: 1px solid var(--cab-border);
  border-radius: 14px;
  box-shadow: var(--cab-shadow-soft);
}

.sidebar-feature-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(17,19,24,.12));
  pointer-events: none;
}

.sidebar-feature-image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.sidebar-feature-image--about {
  display: grid;
  min-height: 270px;
  place-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 52% 84%, rgba(17, 19, 24, .12), transparent 38%),
    linear-gradient(180deg, #fff, var(--cab-soft));
}

.sidebar-feature-image--about .sidebar-feature-image__img {
  object-fit: contain;
}

.contact-card {
  padding: 28px;
  background: var(--cab-white);
  border: 1px solid var(--cab-border);
  border-radius: 14px;
  box-shadow: var(--cab-shadow-soft);
}

.contact-card h2,
.contact-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
}

.contact-card p {
  margin: 0 0 18px;
  color: var(--cab-text);
}

.contact-card a:not(.cab-btn) {
  display: block;
  margin-top: 10px;
  font-weight: 900;
}

.contact-card .cab-btn + a:not(.cab-btn) {
  margin-top: 24px;
}

.contact-card a:not(.cab-btn) + a:not(.cab-btn) {
  margin-top: 16px;
}

.booking-card .wpcf7 form {
  margin: 0;
}

.booking-card .wpcf7 p {
  margin: 0;
}

.booking-card .wpcf7-form {
  display: grid;
  gap: 18px;
}

.booking-card .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
}

.booking-card .hidden-fields-container {
  display: none !important;
}

.booking-card .wpcf7-form-control-wrap.website-url-wrap,
.booking-card .wpcf7-form-control-wrap[class*="website-url"],
.booking-card .hp-message {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.booking-grid .wpcf7-form-control-wrap {
  display: block;
}

.booking-grid input,
.booking-grid select,
.booking-grid textarea,
.field input,
.field select,
.field textarea {
  width: 100%;
}

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

.home-content-anchor {
  scroll-margin-top: 130px;
}

.contact-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.contact-form-grid.contact-form-grid--single {
  grid-template-columns: minmax(0, 860px) !important;
  justify-content: center;
}

.contact-form-grid.contact-form-grid--single .booking-card {
  grid-column: 1;
}

.service-card__icon svg,
.trust-strip svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.cab-btn::before {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  content: "";
  background: currentColor;
  -webkit-mask: var(--cab-btn-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E")) center / contain no-repeat;
  mask: var(--cab-btn-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E")) center / contain no-repeat;
}

.cab-btn--call,
.cab-btn[href^="tel:"] {
  --cab-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.35 1.9.66 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.31 1.85.53 2.81.66A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.wp-theme-taxi-ahlers-template .hero--photo .cab-btn--call {
  min-height: 74px;
  gap: 14px;
  padding-inline: 52px;
  font-size: 20px;
}

.wp-theme-taxi-ahlers-template .hero--photo .cab-btn--call::before {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}

.cab-btn[href^="mailto:"] {
  --cab-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.cab-btn[download] {
  --cab-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E");
}

.service-card--compact {
  display: flex;
  flex-direction: column;
}

.service-card--compact .text-link {
  margin-top: auto;
  padding-top: 22px;
}

.about-leader-card {
  max-width: 560px;
  margin: 38px auto 0;
  text-align: center;
}

.about-leader-card img {
  display: block;
  width: 100%;
  border: 8px solid var(--cab-white);
  border-radius: 12px;
  box-shadow: 0 18px 45px rgba(17, 19, 24, .14);
}

.about-leader-card figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
  color: var(--cab-text);
  font-size: clamp(22px, 3vw, 31px);
  line-height: 1.2;
}

.about-leader-card figcaption strong {
  color: var(--cab-ink);
}

.about-leader-card figcaption span {
  position: relative;
  padding-left: 18px;
}

.about-leader-card figcaption span::before {
  position: absolute;
  top: .1em;
  bottom: .1em;
  left: 0;
  width: 3px;
  content: "";
  background: var(--cab-yellow-dark);
  border-radius: 999px;
}

.jobs-section {
  background: var(--cab-white);
}

.jobs-panel {
  max-width: 1120px;
  text-align: center;
}

.jobs-copy {
  max-width: 880px;
  margin: 34px auto 0;
  color: var(--cab-text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.jobs-copy p {
  margin: 0 auto 26px;
}

.jobs-copy a {
  color: var(--cab-yellow-dark);
  font-weight: 900;
}

.jobs-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.history-page [data-taxi-history-timeline] {
  padding: 86px 0 118px;
  background: var(--cab-white);
}

.history-page .elementor-section-boxed > .elementor-container {
  max-width: var(--cab-container);
  margin: 0 auto;
}

.history-page .elementor-element-history-kicker h3 {
  color: var(--cab-yellow-dark);
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
}

.history-page .elementor-element-history-title h2 {
  max-width: 900px;
  margin-inline: auto;
  color: var(--cab-ink);
  text-align: center;
}

.history-page__intro .elementor-widget-container {
  max-width: 880px;
  margin: 20px auto 0;
  color: var(--cab-text);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.7;
  text-align: center;
}

.history-page__intro p {
  margin: 0;
}

.history-page__intro p + p {
  margin-top: 12px;
}

.history-page .elementor-history-timeline {
  display: grid;
  gap: 38px;
  max-width: 1080px;
  margin: 58px auto 0;
  padding: 0;
  list-style: none;
}

.history-page .elementor-history-timeline::before {
  left: 50%;
  width: 2px;
  background: var(--cab-border);
  transform: translateX(-50%);
}

.history-page .elementor-history-timeline__item,
.history-page .elementor-history-timeline__item:nth-child(even) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin: 0;
}

.history-page .elementor-history-timeline__year {
  grid-column: 2;
  grid-row: 1;
  width: 62px;
  min-width: 62px;
  min-height: 62px;
  justify-self: center;
  padding: 8px;
  color: var(--cab-ink);
  font-size: 12px;
  line-height: 1.15;
  background: var(--cab-yellow);
  box-shadow: 0 12px 30px rgba(249, 183, 49, .24);
}

.history-page .elementor-history-card {
  grid-row: 1;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  width: min(100%, 440px);
  padding: 22px;
  border-color: rgba(17, 19, 24, .08);
  border-radius: 16px;
  box-shadow: var(--cab-shadow-soft);
}

.history-page .elementor-history-timeline__item--left .elementor-history-card,
.history-page .elementor-history-timeline__item:nth-child(even).elementor-history-timeline__item--left .elementor-history-card {
  grid-column: 1;
  justify-self: end;
}

.history-page .elementor-history-timeline__item--right .elementor-history-card,
.history-page .elementor-history-timeline__item:nth-child(even).elementor-history-timeline__item--right .elementor-history-card {
  grid-column: 3;
  justify-self: start;
}

.history-page .elementor-history-card figure {
  margin: 0;
}

.history-page .elementor-history-card img,
.history-page .elementor-history-card__placeholder {
  width: 118px;
  height: 118px;
  border-radius: 999px;
}

.history-image-thumb {
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: zoom-in;
}

.history-image-thumb img {
  display: block;
  transition: transform .22s ease, box-shadow .22s ease;
}

.history-image-thumb:hover img,
.history-image-thumb:focus-visible img {
  box-shadow: 0 18px 34px rgba(17, 19, 24, .2);
  transform: scale(1.035);
}

.history-image-thumb:focus-visible {
  outline: 3px solid var(--cab-yellow);
  outline-offset: 4px;
}

.history-page .elementor-history-card h3 {
  margin-bottom: 8px;
  color: var(--cab-ink);
  font-size: 20px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.history-page .elementor-history-card p {
  margin-bottom: 0;
  color: var(--cab-text);
  line-height: 1.58;
}

.history-image-link {
  --cab-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3C/svg%3E");
  border: 0;
  min-height: 38px;
  margin-top: 14px;
  padding-inline: 18px;
  font-size: 11px;
}

@media (max-width: 900px) {
  .history-page .elementor-history-timeline {
    max-width: 720px;
    gap: 30px;
    margin-top: 44px;
  }

  .history-page .elementor-history-timeline::before {
    left: 31px;
    transform: none;
  }

  .history-page .elementor-history-timeline__item,
  .history-page .elementor-history-timeline__item:nth-child(even) {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }

  .history-page .elementor-history-timeline__year {
    grid-column: 1;
    width: 54px;
    min-width: 54px;
    min-height: 54px;
    font-size: 11px;
  }

  .history-page .elementor-history-timeline__item--left .elementor-history-card,
  .history-page .elementor-history-timeline__item--right .elementor-history-card,
  .history-page .elementor-history-timeline__item:nth-child(even).elementor-history-timeline__item--left .elementor-history-card,
  .history-page .elementor-history-timeline__item:nth-child(even).elementor-history-timeline__item--right .elementor-history-card {
    grid-column: 2;
    justify-self: stretch;
    width: 100%;
  }

  .history-page .elementor-history-card {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
  }

  .history-page .elementor-history-card img,
  .history-page .elementor-history-card__placeholder {
    width: 94px;
    height: 94px;
  }
}

@media (max-width: 560px) {
  .history-page .elementor-section-boxed > .elementor-container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .history-page__intro .elementor-widget-container {
    font-size: 16px;
    text-align: left;
  }

  .history-page .elementor-history-timeline {
    gap: 24px;
  }

  .history-page .elementor-history-timeline::before {
    left: 23px;
  }

  .history-page .elementor-history-timeline__item,
  .history-page .elementor-history-timeline__item:nth-child(even) {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .history-page .elementor-history-timeline__year {
    width: 46px;
    min-width: 46px;
    min-height: 46px;
    font-size: 10px;
  }

  .history-page .elementor-history-card {
    grid-template-columns: 1fr;
  }

  .history-page .elementor-history-card img,
  .history-page .elementor-history-card__placeholder {
    width: 112px;
    height: 112px;
  }
}

.wpcf7 select option[disabled] {
  color: var(--cab-muted);
}

.fleet-grid--home {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fleet-showcase__actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.fleet-showcase__actions .cab-btn {
  min-width: 220px;
}

.fleet-showcase__intro {
  max-width: 760px;
  margin: 14px auto 0;
  color: var(--cab-text);
  font-size: 17px;
  line-height: 1.65;
}

.taxi-card__zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 4;
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--cab-ink);
  background: var(--cab-yellow);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(17, 19, 24, .2);
  cursor: pointer;
}

.taxi-card__zoom:hover,
.taxi-card__zoom:focus-visible {
  color: var(--cab-ink);
  background: var(--cab-yellow-dark);
}

.taxi-card__zoom svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.fleet-lightbox[hidden] {
  display: none !important;
}

.fleet-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(17, 19, 24, .78);
}

.fleet-lightbox-open {
  overflow: hidden;
}

.fleet-lightbox__stage {
  position: relative;
  display: grid;
  width: min(1020px, calc(100vw - 48px));
  min-height: min(620px, calc(100vh - 96px));
  place-items: center;
  padding: clamp(24px, 4vw, 52px);
  background:
    radial-gradient(circle at 50% 88%, rgba(17, 19, 24, .14), transparent 36%),
    linear-gradient(180deg, #fff, #f7f8fa);
  border-radius: 18px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .32);
}

.fleet-lightbox__stage img {
  width: min(980px, 100%);
  max-height: min(66vh, 620px);
  object-fit: contain;
  filter: drop-shadow(0 24px 22px rgba(17, 19, 24, .24));
}

.fleet-lightbox__stage h2 {
  margin: 18px 0 0;
  color: var(--cab-ink);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.15;
  text-align: center;
}

.fleet-lightbox__close {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 1000;
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--cab-ink);
  background: var(--cab-yellow);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .22);
  cursor: pointer;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.fleet-lightbox__close:hover,
.fleet-lightbox__close:focus-visible {
  background: var(--cab-yellow-dark);
}

.taxi-card__desc {
  min-height: 3.3em;
  margin: 8px 0 0;
  color: var(--cab-text);
  font-size: 14px;
  line-height: 1.55;
}

.news-grid {
  align-items: stretch;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.pagination .page-numbers {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: var(--cab-ink);
  background: var(--cab-white);
  border: 1px solid var(--cab-border);
  border-radius: 999px;
  font-weight: 900;
}

.pagination .current {
  background: var(--cab-yellow);
  border-color: var(--cab-yellow);
}

.taxi-card--photo .fleet-vehicle--placeholder {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 160px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, rgba(249,183,49,.9), rgba(249,183,49,.42));
  border-radius: 999px 999px 18px 18px;
  filter: none;
}

.tariff-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 22px 0 34px;
}

.tariff-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--cab-border);
  border-radius: 14px;
  box-shadow: var(--cab-shadow-soft);
}

.tariff-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: var(--cab-white);
}

.tariff-table th,
.tariff-table td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--cab-border);
  text-align: left;
  vertical-align: top;
}

.tariff-table th {
  color: var(--cab-ink);
  background: var(--cab-soft);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tariff-table tr:last-child td {
  border-bottom: 0;
}

.tariff-note {
  padding: 18px 22px;
  margin-top: 20px;
  color: var(--cab-text);
  background: var(--cab-soft);
  border-radius: 14px;
}

.wp-block-table {
  overflow-x: auto;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

.wp-block-button__link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  border-radius: 999px;
  background: var(--cab-yellow);
  color: var(--cab-ink);
  font-weight: 950;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .site-nav {
    gap: 18px;
    font-size: 14px;
  }

  .fleet-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .content-grid {
    grid-template-columns: 1fr;
  }

  .content-sidebar {
    position: static;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-nav ul,
  .site-nav li {
    display: block;
  }

  .site-nav li a {
    display: block;
    padding: 13px 18px;
  }

  .site-nav li a::after {
    display: none;
  }

  .fleet-grid--home {
    grid-template-columns: 1fr;
  }

  .content-section {
    padding: 54px 0;
  }

  .jobs-copy {
    font-size: 16px;
    line-height: 1.6;
  }

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

  .about-leader-card {
    margin-top: 30px;
  }

  .about-leader-card figcaption {
    gap: 8px;
    font-size: 22px;
  }

  .about-leader-card figcaption span {
    width: 100%;
    padding-left: 0;
  }

  .about-leader-card figcaption span::before {
    display: none;
  }

  .history-page [data-taxi-history-timeline] {
    padding: 62px 0 78px;
  }
}

/* Taxi Ahlers visual overrides for legacy Contact Form 7/SVJ styles. */
body.wp-theme-taxi-ahlers-template {
  --green: var(--cab-yellow);
  --green-dark: var(--cab-yellow-dark);
  --green-soft: #fff7e7;
  --green-contrast: var(--cab-ink);
}

.wp-theme-taxi-ahlers-template .site-topbar,
.wp-theme-taxi-ahlers-template.home-template .site-topbar {
  color: var(--cab-ink);
  background: var(--cab-yellow);
  border-bottom: 1px solid rgba(17, 19, 24, .08);
}

.wp-theme-taxi-ahlers-template .site-topbar__inner,
.wp-theme-taxi-ahlers-template.home-template .site-topbar__inner {
  min-height: 56px;
  justify-content: space-between;
  gap: 24px;
}

.wp-theme-taxi-ahlers-template .site-topbar__list,
.wp-theme-taxi-ahlers-template.home-template .site-topbar__list {
  align-self: center;
  gap: 28px;
}

.wp-theme-taxi-ahlers-template .site-topbar__list li,
.wp-theme-taxi-ahlers-template.home-template .site-topbar__list li,
.wp-theme-taxi-ahlers-template.home-template .site-topbar__list li:first-child {
  min-height: auto;
  padding: 0;
  color: var(--cab-ink);
  background: transparent;
  border-right: 0;
}

.wp-theme-taxi-ahlers-template .site-topbar__actions,
.wp-theme-taxi-ahlers-template.home-template .site-topbar__actions {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  margin-left: auto;
}

.wp-theme-taxi-ahlers-template .topbar-action,
.wp-theme-taxi-ahlers-template.home-template .topbar-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cab-ink);
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.wp-theme-taxi-ahlers-template .topbar-action::before,
.wp-theme-taxi-ahlers-template.home-template .topbar-action::before {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  content: "";
  background: currentColor;
  -webkit-mask: var(--topbar-action-icon) center / contain no-repeat;
  mask: var(--topbar-action-icon) center / contain no-repeat;
}

.wp-theme-taxi-ahlers-template .topbar-action--request,
.wp-theme-taxi-ahlers-template.home-template .topbar-action--request {
  --topbar-action-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 16l1.7-5.1A3 3 0 0 1 9.55 9h4.9a3 3 0 0 1 2.85 1.9L19 16'/%3E%3Cpath d='M4 16h16v3H4z'/%3E%3Cpath d='M7 19v1'/%3E%3Cpath d='M17 19v1'/%3E%3Cpath d='M8 13h8'/%3E%3C/svg%3E");
}

.wp-theme-taxi-ahlers-template .topbar-action--contact,
.wp-theme-taxi-ahlers-template.home-template .topbar-action--contact {
  --topbar-action-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.wp-theme-taxi-ahlers-template .topbar-action:hover,
.wp-theme-taxi-ahlers-template.home-template .topbar-action:hover {
  color: var(--cab-ink);
  opacity: .74;
}

.wp-theme-taxi-ahlers-template .site-header__inner {
  grid-template-columns: auto 1fr auto;
}

.wp-theme-taxi-ahlers-template .booking-card .wpcf7 input.wpcf7-submit,
.wp-theme-taxi-ahlers-template .booking-card .wpcf7-submit,
.wp-theme-taxi-ahlers-template .booking-card button[type="submit"],
.wp-theme-taxi-ahlers-template .booking-card input[type="submit"] {
  min-height: 58px !important;
  padding: 0 30px !important;
  color: var(--cab-ink) !important;
  background: var(--cab-yellow) !important;
  border-color: var(--cab-yellow) !important;
  border-radius: 999px !important;
  box-shadow: 0 15px 32px rgba(249, 183, 49, .25) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  text-transform: uppercase;
}

.wp-theme-taxi-ahlers-template .booking-card .wpcf7 input.wpcf7-submit:hover,
.wp-theme-taxi-ahlers-template .booking-card .wpcf7 input.wpcf7-submit:focus,
.wp-theme-taxi-ahlers-template .booking-card .wpcf7 input.wpcf7-submit:focus-visible,
.wp-theme-taxi-ahlers-template .booking-card .wpcf7-submit:hover,
.wp-theme-taxi-ahlers-template .booking-card .wpcf7-submit:focus,
.wp-theme-taxi-ahlers-template .booking-card .wpcf7-submit:focus-visible,
.wp-theme-taxi-ahlers-template .booking-card button[type="submit"]:hover,
.wp-theme-taxi-ahlers-template .booking-card button[type="submit"]:focus-visible,
.wp-theme-taxi-ahlers-template .booking-card input[type="submit"]:hover,
.wp-theme-taxi-ahlers-template .booking-card input[type="submit"]:focus-visible {
  color: var(--cab-ink) !important;
  background: var(--cab-yellow-dark) !important;
  border-color: var(--cab-yellow-dark) !important;
}

.wp-theme-taxi-ahlers-template .contact-form-privacy {
  display: flex;
  min-height: 54px;
  align-items: center;
  grid-column: 1 / 4;
  margin-top: 0;
  padding: 12px 16px;
  color: var(--cab-text);
  background: #fffdf8;
  border: 1px solid var(--cab-border);
  border-radius: 12px;
}

.wp-theme-taxi-ahlers-template .contact-form-privacy .wpcf7-form-control-wrap,
.wp-theme-taxi-ahlers-template .contact-form-privacy .wpcf7-acceptance,
.wp-theme-taxi-ahlers-template .contact-form-privacy .wpcf7-list-item {
  display: block;
  width: 100%;
  margin: 0;
}

.wp-theme-taxi-ahlers-template .contact-form-privacy .wpcf7-list-item label {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  min-height: 24px;
  margin: 0;
  color: var(--cab-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.wp-theme-taxi-ahlers-template .contact-form-privacy input[type="checkbox"] {
  flex: 0 0 auto;
  width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  accent-color: var(--cab-yellow-dark);
}

.wp-theme-taxi-ahlers-template .contact-form-privacy .wpcf7-list-item-label {
  display: inline;
}

.wp-theme-taxi-ahlers-template .contact-form-privacy a {
  color: var(--cab-yellow-dark) !important;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: .14em;
}

.wp-theme-taxi-ahlers-template .field--checkbox .wpcf7-form-control-wrap,
.wp-theme-taxi-ahlers-template .field--checkbox .wpcf7-checkbox,
.wp-theme-taxi-ahlers-template .field--checkbox .wpcf7-list-item {
  display: block;
  width: auto;
  margin: 0;
}

.wp-theme-taxi-ahlers-template .field--checkbox .wpcf7-list-item label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px;
  min-height: 50px;
  margin: 0;
  color: var(--cab-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.wp-theme-taxi-ahlers-template .field--checkbox input[type="checkbox"] {
  flex: 0 0 auto;
  width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 4px;
  accent-color: var(--cab-yellow-dark);
  box-shadow: none !important;
}

.wp-theme-taxi-ahlers-template .booking-grid--request > p:has(.wpcf7-submit),
.wp-theme-taxi-ahlers-template .booking-grid--request > .wpcf7-submit,
.wp-theme-taxi-ahlers-template .booking-grid--request > input.wpcf7-submit,
.wp-theme-taxi-ahlers-template .booking-grid--request > .cab-btn {
  grid-column: 4 / 5;
  grid-row: auto !important;
  align-self: stretch;
  justify-self: stretch;
  margin: 0;
}

.wp-theme-taxi-ahlers-template .booking-grid--request > .field--wide,
.wp-theme-taxi-ahlers-template .booking-grid--request > p:has(.field--wide) {
  grid-column: 1 / -1;
  margin: 0;
}

.wp-theme-taxi-ahlers-template .booking-grid--request > .field--wide,
.wp-theme-taxi-ahlers-template .booking-grid--request > p:has(.field--wide) .field--wide {
  width: 100%;
}

.wp-theme-taxi-ahlers-template .booking-grid--request > p:has(.wpcf7-submit) {
  display: flex;
}

.wp-theme-taxi-ahlers-template .booking-grid--request > p:has(.wpcf7-submit) .wpcf7-submit {
  width: 100%;
}

.wp-theme-taxi-ahlers-template .experience-badge {
  min-height: 78px;
  padding: 18px 24px;
}

.wp-theme-taxi-ahlers-template .experience-badge span {
  display: none;
}

.wp-theme-taxi-ahlers-template .experience-badge b {
  font-size: 15px;
  line-height: 1.25;
  white-space: nowrap;
}

.wp-theme-taxi-ahlers-template.home .hero--photo .section-kicker,
.wp-theme-taxi-ahlers-template.home-template .hero--photo .section-kicker {
  color: #fff;
}

.wp-theme-taxi-ahlers-template .image-stage--fleet {
  overflow: hidden;
}

.wp-theme-taxi-ahlers-template .image-stage--fleet::before {
  top: -160px;
}

.wp-theme-taxi-ahlers-template .image-stage--home::after {
  bottom: 50px;
}

.wp-theme-taxi-ahlers-template .image-stage--home .experience-badge {
  width: max-content;
  max-width: none;
  min-width: 214px;
}

.wp-theme-taxi-ahlers-template .trust-strip {
  padding: 28px 0 44px;
}

.wp-theme-taxi-ahlers-template .trust-strip__grid {
  gap: 18px;
}

.wp-theme-taxi-ahlers-template .trust-strip article {
  min-height: 80px;
  column-gap: 14px;
  padding: 18px 20px;
}

.wp-theme-taxi-ahlers-template .trust-strip b {
  font-size: 16px;
  line-height: 1.2;
}

.wp-theme-taxi-ahlers-template .trust-strip p {
  margin-top: 4px;
  font-size: 14px;
}

.wp-theme-taxi-ahlers-template .trust-strip p a {
  color: inherit;
  font: inherit;
}

@media (max-width: 1180px) {
  .wp-theme-taxi-ahlers-template .contact-form-privacy {
    grid-column: 1 / 3;
  }

  .wp-theme-taxi-ahlers-template .booking-grid--request > p:has(.wpcf7-submit),
  .wp-theme-taxi-ahlers-template .booking-grid--request > .wpcf7-submit,
  .wp-theme-taxi-ahlers-template .booking-grid--request > input.wpcf7-submit,
  .wp-theme-taxi-ahlers-template .booking-grid--request > .cab-btn {
    grid-column: 3 / 4;
  }
}

@media (max-width: 760px) {
  .wp-theme-taxi-ahlers-template .hero--photo .cab-btn--call {
    min-height: 66px;
    padding-inline: 30px;
    font-size: 18px;
  }

  .wp-theme-taxi-ahlers-template .hero--photo .cab-btn--call::before {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .wp-theme-taxi-ahlers-template .contact-form-privacy,
  .wp-theme-taxi-ahlers-template .booking-grid--request > p:has(.wpcf7-submit),
  .wp-theme-taxi-ahlers-template .booking-grid--request > .wpcf7-submit,
  .wp-theme-taxi-ahlers-template .booking-grid--request > input.wpcf7-submit,
  .wp-theme-taxi-ahlers-template .booking-grid--request > .cab-btn {
    grid-column: 1 / -1;
  }
}
