
.schulsuche-widget { font-family: Inter, Roboto, Arial, sans-serif; max-width: 760px; margin: 0 auto; background:#fff; padding:24px; border-radius:16px; box-shadow:0 4px 16px rgba(0,0,0,0.08); }
.schulsuche-widget h2 { margin-top:0; font-size:1.6em; }
.schulsuche-widget label { font-weight:600; display:block; margin-top:18px; margin-bottom:6px; }
.schulsuche-widget select, .schulsuche-widget input[type=text] { width:100%; max-width:520px; padding:12px 14px; border-radius:12px; border:1px solid #ddd; box-sizing:border-box; font-size:15px; }
.schulsuche-widget .hint { font-size:13px; color:#666; margin-top:8px; }
.schulsuche-widget ul.results { list-style:none; padding:0; margin-top:16px; max-width:680px; }
.schulsuche-widget ul.results li { padding:12px 14px; border-radius:10px; background:#f9f9f9; border:1px solid #eee; margin-bottom:8px; cursor:pointer; transition:all .2s; }
.schulsuche-widget ul.results li:hover, .schulsuche-widget ul.results li.active { background:#4a90e2; color:#fff; }
.schulsuche-widget ul.results li.no-results { color:#888; font-style:italic; background:none; border:none; cursor:default; }
@media (max-width:600px){ .schulsuche-widget{padding:16px;} }
