.regulations-search { max-width: 900px; margin: 0 auto; font-family: system-ui, sans-serif; }
.btn-filters { display: flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid #ddd; border-radius: 8px; background: #fff; cursor: pointer; }
.btn-filters .badge { background: #035BF6; color: #fff; border-radius: 999px; padding: 0 8px; font-size: 12px; }
.filters-panel {    margin-top: 12px; padding: 16px; border: 1px solid #eee; border-radius: 10px; }
.filters-panel.open { display: block; }
.filter-group { margin-bottom: 16px; }
.filter-group h4 { margin: 0 0 8px; font-size: 14px; color: #555; }
.filter-option { display: block; margin-bottom: 6px; cursor: pointer; }
.search-input { width: 100%; padding: 8px 10px; border: 1px solid #ddd; border-radius: 8px; }
.filter-actions { display: flex; justify-content: space-between; align-items: center; }
.btn-primary { background: #035BF6; color: #fff; border: none; padding: 8px 16px; border-radius: 8px; cursor: pointer; }
.btn-link { background: none; border: none; color: #035BF6; cursor: pointer; text-decoration: underline; }
.results-header { margin: 16px 0 8px; font-weight: 600; }
.regulation-list { list-style: none; padding: 0; }
.regulation-item { padding: 14px 0; border-bottom: 1px solid #eee; }
.regulation-topic {
    font-size: 12px;
    color: #0d1128;
    background: #ebd89d;
    padding: 3px;
}
.regulation-tags { margin-top: 6px; }
.tag {
    display: inline-block;
    background: #c9d3e3;
    border-radius: 999px;
    padding: 2px 10px;
    font-size: 12px;
    margin-inline-end: 6px;
}
.no-results { padding: 24px 0; text-align: center; color: #777; }
