.steuerland-auswahl-locked {
  overflow: hidden !important;
}

.steuerland-auswahl-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.58);
}

.steuerland-auswahl-card {
  width: min(94vw, 520px);
  padding: 28px;
  border-radius: 18px;
  background: #000 !important;
  border: 3px solid #facc15 !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: inherit;
}

.steuerland-auswahl-card h2 {
  margin: 4px 0 12px;
  font-size: 1.65rem;
  line-height: 1.25;
  color: #fff !important;
}

.steuerland-auswahl-card p {
  margin: 0 0 22px;
  color: #fff !important;
  line-height: 1.5;
}

.steuerland-auswahl-actions {
  display: grid;
  gap: 12px;
}

.steuerland-auswahl-choice {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 14px 18px;
  background: #facc15;
  color: #111827;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform .12s ease, filter .12s ease;
}

.steuerland-auswahl-choice:hover,
.steuerland-auswahl-choice:focus {
  filter: brightness(0.97);
  transform: translateY(-1px);
  outline: 2px solid rgba(17, 24, 39, 0.2);
  outline-offset: 2px;
}

.steuerland-auswahl-badge {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 2147482500;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: #111827;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
  font: inherit;
  font-size: .9rem;
  cursor: pointer;
}

.steuerland-auswahl-notice {
  position: fixed;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  z-index: 2147482600;
  max-width: min(92vw, 760px);
  padding: 14px 18px;
  border-radius: 12px;
  background: #fff8db;
  color: #1f2937;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .22);
  border: 1px solid rgba(250, 204, 21, .65);
  line-height: 1.45;
}

.steuerland-auswahl-notice-hide {
  opacity: 0;
  transition: opacity .35s ease;
}

@media (min-width: 520px) {
  .steuerland-auswahl-actions {
    grid-template-columns: 1fr 1fr;
  }
}
