/* Localsearch RSVP island — overrides on top of BrandKit CSS variables */
.otl-rsvp-ticket {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
}
.otl-rsvp-ticket__head {
  background: #0c0d0f;
}
.otl-rsvp-ticket__brand {
  color: #74c7e2;
  letter-spacing: 0.2em;
}
.otl-rsvp-ticket__body {
  background: #fff;
}
.otl-rsvp-ticket__k {
  color: #709faf;
}
.otl-rsvp-ticket__v {
  color: #003a5c;
}
.otl-rsvp-ticket__sub {
  color: #373838;
}
.otl-rsvp-wallet {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.otl-rsvp-wallet__btn {
  flex: 1 1 calc(50% - 5px);
  min-width: 140px;
  justify-content: center;
  border-radius: 4px;
  font-family: Panton, Arial, Helvetica, sans-serif;
  font-weight: 600;
  min-height: 48px;
  border-width: 1.5px;
  border-style: solid;
}
.otl-rsvp-wallet__btn--apple {
  background: #0c0d0f;
  color: #fff !important;
  border-color: #fff;
}
.otl-rsvp-wallet__btn--google {
  background: #fff;
  color: #0c0d0f !important;
  border-color: #0c0d0f;
}
.otl-rsvp-cal {
  border: 1px solid #dee3e5;
  border-radius: 4px;
  background: #fff;
  color: #0c0d0f;
}
.otl-rsvp-cal__month {
  background: #0c0d0f;
  color: #fff;
}
.otl-rsvp-cal__day {
  color: #003a5c;
  background: #fff;
}
.otl-rsvp-cal__label {
  color: #5b5c5e;
}
.otl-rsvp-cal__detail {
  color: #0c0d0f;
}
.otl-rsvp-cal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px 14px;
  border-top: 1px solid #dee3e5;
  background: #fff;
}
.otl-rsvp-cal__link {
  color: #003a5c !important;
  font-weight: 700;
  border: 1.5px solid #003a5c;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}
.otl-rsvp-occ {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px 18px;
  gap: 12px;
}
.otl-rsvp-occ__label {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  letter-spacing: 0.16em;
}
.otl-rsvp-occ__count {
  color: #fff;
  opacity: 1;
  font-weight: 600;
}
.otl-rsvp-occ__track {
  height: 8px;
  background: rgba(255, 255, 255, 0.12);
}
.otl-rsvp-occ__fill {
  --otl-occ-from: #74c7e2;
  --otl-occ-to: #ea5053;
}
.otl-rsvp-occ__foot {
  color: rgba(255, 255, 255, 0.86);
  opacity: 1;
  font-size: 15px;
  line-height: 1.5;
}
.anmeldung__form .otl-rsvp-consent {
  gap: 0;
  margin: 6px 0 2px;
}
.anmeldung__form .otl-rsvp-consent__row,
.anmeldung__form .otl-rsvp-consent__note {
  color: #fff;
  font-size: 15.5px;
  line-height: 1.5;
}
.anmeldung__form .otl-rsvp-consent__row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 0;
  border-radius: 2px;
  background: #fff;
}
.anmeldung__form .otl-rsvp-consent__row input[type="checkbox"]:checked {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 8.2l3 3.1 6.6-6.6' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.anmeldung__form .otl-rsvp-consent__row input[type="checkbox"]:focus-visible {
  outline-color: #74c7e2;
}
.anmeldung__form .otl-rsvp-consent__note {
  padding-left: 34px;
}
.anmeldung__form .otl-rsvp__notice--warn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  color: #fff;
  padding: 16px 18px;
  font-size: 15.5px;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .otl-rsvp-wallet {
    flex-direction: column;
  }
  .otl-rsvp-wallet__btn {
    flex-basis: 100%;
  }
}
