.svg-at-section .svg-at-notice {
  max-width: 760px;
  margin: 0 auto 1rem;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-weight: 700;
  font-size: 0.92rem;
}

.svg-at-section .svg-at-notice.is-success {
  background: #e8f9ef;
  color: #0f7b42;
  border: 2px solid #b5ebca;
}

.svg-at-section .svg-at-notice.is-error {
  background: #fdecec;
  color: #a83232;
  border: 2px solid #f5bcbc;
}

.svg-at-tool .svg-at-summary {
  background: var(--white, #ffffff);
  border: 2px solid rgba(30, 58, 95, 0.15);
  border-radius: 14px;
  padding: 1rem 1rem 0.25rem;
  margin-bottom: 1rem;
}

.svg-at-tool .svg-at-summary p {
  margin: 0 0 0.7rem;
  font-size: 0.93rem;
  color: var(--dark, #1b2b3a);
}

.svg-at-tool .svg-at-consent label {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  justify-content: flex-start;
  gap: 0.9rem;
  font-weight: 600;
  color: var(--navy, #1e3a5f);
  width: 100%;
  text-align: left;
  line-height: 1.45;
  cursor: pointer;
}

.svg-at-tool .svg-at-consent {
  width: 100%;
  text-align: left;
  margin-top: 0.25rem;
}

.svg-at-tool .svg-at-consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-top: 0;
  border: 2px solid rgba(30, 58, 95, 0.35);
  border-radius: 6px;
  background: #fff;
  display: inline-grid;
  place-content: center;
  transition: border-color .2s, background-color .2s, box-shadow .2s, transform .15s;
  cursor: pointer;
  flex: 0 0 auto;
}

.svg-at-tool .svg-at-consent input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  transition: transform .15s ease;
  margin-top: -1px;
}

.svg-at-tool .svg-at-consent input[type="checkbox"]:checked {
  background: var(--blue, #2168a8);
  border-color: var(--blue, #2168a8);
}

.svg-at-tool .svg-at-consent input[type="checkbox"]:checked::before {
  transform: rotate(-45deg) scale(1);
}

.svg-at-tool .svg-at-consent input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(33, 104, 168, 0.25);
}

.svg-at-tool .svg-at-consent input[type="checkbox"]:active {
  transform: scale(0.97);
}

.svg-at-tool .svg-at-module-grid .option-btn.svg-at-is-hidden {
  display: none;
}

.svg-at-tool .option-btn {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

@media (max-width: 900px) {
  .svg-at-tool .form-row {
    grid-template-columns: 1fr;
  }
}

body.svg-at-modal-open {
  overflow: hidden;
}

.svg-at-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.svg-at-modal.is-open {
  display: flex;
}

.svg-at-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 22, 35, 0.65);
}

.svg-at-modal__dialog {
  position: relative;
  width: min(900px, 96vw);
  max-height: 92vh;
  overflow: auto;
  background: var(--white);
  border-radius: 22px;
  padding: 2.5rem 2rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.33);
}

.svg-at-modal__title {
  font-family: "Fredoka One", cursive;
  color: var(--navy, #1e3a5f);
  margin: 0 2rem 0.2rem 0;
  font-size: 1.7rem;
}

.svg-at-modal__sub {
  margin: 0 0 1rem;
  color: var(--dark, #1b2b3a);
  opacity: 0.82;
}

.svg-at-modal__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #20395d;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.svg-at-tool--modal {
  margin: 0;
  max-width: none;
  background: #fff;
}

@media (max-width: 900px) {
  .svg-at-modal {
    padding: 0;
  }

  .svg-at-modal__dialog {
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
    padding: 1.25rem 1rem;
  }
}

.svg-at-tool .svg-at-consent .svg-at-consent__text {
  display: block;
  align-self: center;
  margin-left: 0.8rem;
}


.svg-at-tool .option-btn.svg-at-is-required {
  cursor: not-allowed;
  position: relative;
  box-shadow: inset 0 0 0 2px rgba(30, 58, 95, 0.22);
}

.svg-at-tool .option-btn.svg-at-is-required::after {
  content: "Pflicht bei Rodeo Bull Riding";
  display: block;
  margin-top: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  opacity: 0.82;
}
