.lnk-lang-toggle {
  align-items: center;
  gap: 5px;
  height: 44px;
  min-width: 44px;
  padding: 0 12px;
  border: 1px solid rgba(15, 23, 42, .14);
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff !important;
  color: #0f172a !important;
  cursor: pointer;
  font: 600 13px/1 system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  letter-spacing: .02em;
  text-decoration: none !important;
  white-space: nowrap;
}

.lnk-lang-toggle:hover {
  background: #f1f5f9 !important;
}

.lnk-lang-toggle svg {
  flex: 0 0 auto;
}

.lnk-lang-toggle--desktop,
.lnk-lang-toggle--footer {
  display: inline-flex !important;
}

.lnk-lang-toggle--mobile {
  display: none !important;
  margin-right: 8px;
}

.lnk-lang-toggle--footer {
  /* Lives inside .tv-footer-bar-legal, styled as one of the legal links: no
     white pill on the dark bar, no stray row of its own. */
  height: auto;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: inherit !important;
  font: inherit;
  opacity: .85;
}

.lnk-lang-toggle--footer:hover {
  background: transparent !important;
  opacity: 1;
  text-decoration: underline !important;
}

.lnk-lang-toggle--footer svg {
  width: 13px;
  height: 13px;
  vertical-align: -2px;
}

html[lang="de"] .btn-bom-trigger,
html[lang="de"] .btn-bom-parse,
html[lang="de"] .rail-help-btn,
html[lang="de"] .catalog-query-apply,
html[lang="de"] .tv-header-cta {
  height: auto !important;
  min-height: 40px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  line-height: 1.25 !important;
  white-space: normal !important;
}

html[lang="de"] .card-title {
  display: -webkit-box;
  height: auto !important;
  min-height: 1.35em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
