.lb-station-picker {
  position: relative;
  display: block;
  width: 100%;
  color: #eef5fa;
}

.lb-station-picker__search {
  width: 100% !important;
  height: var(--field-h, 46px);
  min-height: var(--field-h, 46px);
  box-sizing: border-box;
  padding: 0 46px 0 14px !important;
  border: 1px solid var(--field-line, rgba(255, 255, 255, .14)) !important;
  border-radius: var(--radius-field, 10px) !important;
  outline: 0;
  background: var(--field-bg, #333) !important;
  color: #fff !important;
  font: inherit;
}

.lb-station-picker__search:focus {
  border-color: rgba(122, 162, 247, .65) !important;
  box-shadow: 0 0 0 3px rgba(122, 162, 247, .18) !important;
}

.lb-station-picker__search::-webkit-search-cancel-button {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.lb-station-picker__search::-ms-clear,
.lb-station-picker__search::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.lb-station-picker .lb-station-picker__locate {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 44px;
  height: var(--field-h, 46px);
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 var(--radius-field, 10px) var(--radius-field, 10px) 0;
  background: transparent !important;
  color: #74bdf1;
  font-size: 18px;
  cursor: pointer;
}

.lb-station-picker .lb-station-picker__locate:hover,
.lb-station-picker .lb-station-picker__locate:focus-visible {
  background: rgba(116, 189, 241, .12) !important;
  color: #a8dcff;
  outline: 0;
}

.lb-station-picker .lb-station-picker__locate:disabled {
  cursor: wait;
  opacity: .55;
}

.lb-station-picker__results {
  position: absolute;
  z-index: 1000;
  top: calc(var(--field-h, 46px) + 5px);
  right: 0;
  left: 0;
  max-height: 270px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 11px;
  background: #182633;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .5);
}

.lb-station-picker .lb-station-picker__results button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 13px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: transparent;
  color: #eef5fa;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.lb-station-picker .lb-station-picker__results button:last-child { border-bottom: 0; }
.lb-station-picker .lb-station-picker__results button:hover,
.lb-station-picker .lb-station-picker__results button:focus,
.lb-station-picker .lb-station-picker__results button.is-active {
  background: #253b4d;
  outline: 0;
}

.lb-station-picker__results strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lb-station-picker__results small {
  flex: 0 0 auto;
  padding: 3px 6px;
  border-radius: 6px;
  background: rgba(83, 174, 238, .12);
  color: #86c9f6;
  font-weight: 850;
}

.lb-station-picker__empty {
  padding: 12px 13px;
  color: #aebac7;
}

.lb-station-picker__status {
  display: block;
  min-height: 0;
  margin-top: 5px;
  color: #9fb0c1;
}

.lb-station-picker__status:empty { display: none; }
.lb-station-picker__status.is-error { color: #ff9cae; }

/* Seiten ohne die neueren Theme-Variablen übernehmen ihre vorhandenen Felder. */
.cardcontainer .lb-station-picker__search {
  background: #3a3a3a !important;
  border-color: #555 !important;
  border-radius: 4px !important;
  color: #ddd !important;
}

.fv .lb-station-picker__search {
  background: #0f2130 !important;
  border-color: #2b465d !important;
  border-radius: 8px !important;
  color: #eef2f8 !important;
}

.ril-form .lb-station-picker__search,
.modal .lb-station-picker__search {
  background: #22252e !important;
  border-color: #3b404c !important;
  border-radius: 9px !important;
  color: #fff !important;
}
