.nso-catalog-tools {
  border-bottom: 1px solid var(--line); display: grid; gap: 15px;
  margin: 0 0 24px; padding-bottom: 20px;
}
.nso-service-search input {
  background: #fff; border: 1px solid #cfd7dd; border-radius: 0; color: var(--ink);
  font: 500 14px/1.2 Inter,"Segoe UI",sans-serif; min-height: 46px; padding: 11px 15px; width: 100%;
}
.nso-service-search input:focus { border-color: #b89455; box-shadow: 0 0 0 3px rgba(184,148,85,.14); outline: 0; }
.nso-category-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 1px 1px 6px; scrollbar-width: thin; }
.nso-category-tabs button,.nso-page-button {
  background: #fff; border: 1px solid #d6d9da; border-radius: 999px; color: #536168; cursor: pointer;
  font: 700 11px/1 Inter,"Segoe UI",sans-serif; letter-spacing: .035em; padding: 9px 13px; white-space: nowrap;
}
.nso-category-tabs button[aria-pressed="true"] { background: #263137; border-color: #263137; color: #fff; }
.nso-service-card[hidden] { display: none; }
.nso-catalog-pagination { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin-top: 28px; }
.nso-catalog-pagination .nso-page-button { border-radius: 2px; min-width: 36px; padding: 10px; }
.nso-catalog-pagination .nso-page-button[aria-current="page"] { background: #b89455; border-color: #b89455; color: #fff; }
.nso-catalog-empty { background: #f7f4ee; color: #6b6254; padding: 24px; text-align: center; }
@media (max-width:630px) { .nso-catalog-tools { margin-bottom: 18px; } .nso-category-tabs { margin-right: -24px; padding-right: 24px; } }
