/* Public styles */
.srr-search-wrap { max-width:760px; margin:20px auto; padding:16px; background:#fff; border:1px solid #e5e7eb; border-radius:12px; box-shadow:0 2px 10px rgba(0,0,0,.03); }
.srr-form { display:flex; gap:12px; flex-wrap:wrap; margin-bottom:16px; }
.srr-field { display:flex; flex-direction:column; flex:1 1 260px; }
.srr-field label { font-weight:600; margin-bottom:6px; }
.srr-field input { padding:10px; border:1px solid #d1d5db; border-radius:8px; }
.srr-btn { background:#1f2937; color:#fff; border:none; padding:10px 14px; border-radius:8px; cursor:pointer; }
.srr-btn:hover { opacity:.9; }
.srr-btn-secondary { background:#2563eb; }
.srr-card { border:1px solid #e5e7eb; border-radius:12px; padding:16px; }
.srr-title { text-align:center; margin-top:0; margin-bottom:12px; text-transform:uppercase; letter-spacing:.5px; }
.srr-table { width:100%; border-collapse:collapse; }
.srr-table th, .srr-table td { text-align:left; padding:10px; border-bottom:1px dashed #e5e7eb; }
.srr-table th { width:40%; font-weight:600; }
.srr-notice { padding:12px; border-left:4px solid #2563eb; background:#f3f4f6; border-radius:8px; }
.srr-error { border-left-color:#d63638; color:#b91c1c; background:#fef2f2; }
