/* V19 modules inherit the established Licht im Raum shell and form controls. */
.v19-shell { min-width: 0; }
.v19-shell-feedback { margin-block: 1.5rem; padding: clamp(1rem, 3vw, 2rem); border: 1px solid #d7dfd8; border-radius: 1rem; background: #fffdf7; color: #173b3b; }
.v19-shell-feedback p { max-width: 65ch; margin-block: 0 1rem; }
.v19-shell-code { font-size: .875rem; overflow-wrap: anywhere; }
.v19-shell [role="alert"] { scroll-margin-block: 1.5rem; }
.v19-shell :is(button, a, input, select, textarea, summary):focus-visible { outline: 3px solid #176d6b; outline-offset: 3px; }
.v19-shell-navigation { margin-block: 1rem; }
@media (max-width: 40rem) { .v19-shell-feedback .button { width: 100%; } }
