
.nds-form { max-width:720px; }
.nds-form .nds-field { margin:0 0 1rem; }
.nds-form label { display:block; font-weight:600; margin-bottom:.35rem; }
.nds-form input, .nds-form select, .nds-form textarea { box-sizing:border-box; width:100%; max-width:100%; padding:.75rem; border:1px solid #767676; border-radius:4px; background:#fff; color:#111; }
.nds-form textarea { min-height:150px; resize:vertical; }
.nds-submit, .nds-cookie-button { appearance:none; border:2px solid currentColor; border-radius:4px; padding:.7rem 1rem; font:inherit; font-weight:700; cursor:pointer; background:#fff; color:#143745; }
.nds-submit:hover, .nds-submit:focus, .nds-cookie-button:hover, .nds-cookie-button:focus { outline:3px solid rgba(20,55,69,.25); outline-offset:2px; }
.nds-honeypot { position:absolute !important; left:-10000px !important; width:1px; height:1px; overflow:hidden; }
.nds-form-message { padding:.8rem 1rem; margin:1rem 0; border-left:4px solid; }
.nds-form-message.is-success { border-color:#287a3d; background:#edf8f0; }
.nds-form-message.is-error { border-color:#b32d2e; background:#fff1f1; }
.nds-cookie-banner { position:fixed; z-index:99998; left:1rem; right:1rem; bottom:1rem; max-width:1100px; margin:auto; padding:1rem; background:#fff; color:#111; border:2px solid #143745; box-shadow:0 6px 30px rgba(0,0,0,.24); }
.nds-cookie-banner p { margin:0 0 .75rem; }
.nds-cookie-actions { display:flex; flex-wrap:wrap; gap:.65rem; }
.nds-cookie-actions .nds-cookie-button { flex:1 1 190px; min-height:46px; }
.nds-cookie-modal { position:fixed; z-index:99999; inset:0; display:flex; align-items:center; justify-content:center; padding:1rem; background:rgba(0,0,0,.62); }
.nds-cookie-modal[hidden], .nds-cookie-banner[hidden], .nds-cookie-reopen[hidden] { display:none !important; }
.nds-cookie-panel { max-width:640px; width:100%; max-height:90vh; overflow:auto; padding:1.25rem; background:#fff; color:#111; border-radius:6px; }
.nds-cookie-panel > label { display:block; padding:.8rem 0; border-bottom:1px solid #ddd; font-weight:700; }
.nds-cookie-panel small { display:block; margin-left:1.5rem; font-weight:400; }
.nds-cookie-reopen { position:fixed; z-index:99997; left:1rem; bottom:1rem; padding:.6rem .8rem; border:2px solid #143745; background:#fff; color:#143745; border-radius:4px; cursor:pointer; }
@media (max-width:600px) { .nds-cookie-banner { left:.5rem; right:.5rem; bottom:.5rem; } .nds-cookie-actions { display:grid; grid-template-columns:1fr; } }
