/* Zweck: Cache-sicherer Live-Zusatz fuer aktives Gaestebuch | Schicht: Seitentyp | Ladende Seite: /erfahrungen/ */
.guestbook-form{position:relative}
.guestbook-form :is(input[type="text"],input[type="email"],textarea){box-sizing:border-box;border:2px solid #0f7777;border-color:color-mix(in srgb,var(--amg-teal) 72%,var(--amg-paper));transition:border-color .16s ease,box-shadow .16s ease}
.guestbook-form :is(input[type="text"],input[type="email"],textarea):not(:disabled):hover{border-color:var(--amg-teal)}
.guestbook-form :is(input[type="text"],input[type="email"],textarea):focus-visible,.guestbook-form__consent input:focus-visible{border-color:var(--amg-teal);outline:3px solid #d9653b;outline-color:color-mix(in srgb,var(--amg-orange-copy) 70%,transparent);outline-offset:2px}
.guestbook-form :is(input[type="text"],input[type="email"],textarea):disabled{border-color:#719a9a;border-color:color-mix(in srgb,var(--amg-teal) 42%,var(--amg-paper));background:var(--amg-mint-soft);color:var(--amg-muted);opacity:1}
.guestbook-form__trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.guestbook-form__consent input{width:1.1rem;height:1.1rem;accent-color:var(--amg-teal)}
.guestbook-form__consent label{font-size:calc(.84rem - 2px)}
.guestbook-form__consent input:disabled{cursor:not-allowed;opacity:.72}
.guestbook-form__status{border:1px solid var(--amg-line)}
.guestbook-form__status.is-error{border-color:color-mix(in srgb,var(--amg-orange-copy) 52%,var(--amg-line));color:var(--amg-orange-copy)}
.guestbook-form__status.is-success{border-color:color-mix(in srgb,var(--amg-teal) 62%,var(--amg-line));color:var(--amg-ink)}
.guestbook-form__hcaptcha{display:flex;min-height:78px;align-items:center;overflow:hidden}
.guestbook-form__hcaptcha[hidden]{display:none}
.guestbook-form__submit:disabled{opacity:.72}
@media(forced-colors:active){
  .guestbook-form :is(input[type="text"],input[type="email"],textarea){border-color:CanvasText}
  .guestbook-form :is(input[type="text"],input[type="email"],textarea):focus-visible,.guestbook-form__consent input:focus-visible{outline-color:Highlight}
}
