.sbl-nbw-browser {
  color: #15243a;
  font-family: inherit;
}

.sbl-nbw-filters {
  align-items: end;
  background: #eef7ff;
  border: 1px solid #cfe3f4;
  border-radius: 12px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  margin: 20px 0;
  padding: 18px;
}

.sbl-nbw-filters label {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 6px;
}

.sbl-nbw-filters input,
.sbl-nbw-filters select {
  background: #fff;
  border: 1px solid #a9bfd3;
  border-radius: 7px;
  font: inherit;
  min-height: 44px;
  padding: 8px 10px;
  width: 100%;
}

.sbl-nbw-filters button,
.sbl-nbw-buy,
.sbl-nbw-pagination button {
  background: #146ac8;
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  min-height: 44px;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
}

.sbl-nbw-filters .sbl-nbw-secondary {
  background: #536779;
}

.sbl-nbw-summary {
  align-items: center;
  background: linear-gradient(135deg, #e6f4ff, #f7fbff);
  border: 2px solid #146ac8;
  border-left-width: 9px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(20, 106, 200, .18);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 22px 0;
  padding: 18px 20px;
}

.sbl-nbw-summary[hidden] {
  display: none;
}

.sbl-nbw-summary div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sbl-nbw-summary strong {
  font-size: 1.25rem;
}

.sbl-nbw-selected-label {
  align-self: flex-start;
  background: #146ac8;
  border-radius: 999px;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  padding: 3px 10px;
  text-transform: uppercase;
}

.sbl-nbw-summary--highlight {
  animation: sbl-nbw-pulse 2.1s ease-out;
}

.sbl-nbw-status {
  font-weight: 700;
  margin: 14px 0;
}

.sbl-nbw-list-legend {
  align-items: center;
  background: #f7fbff;
  border: 1px solid #cfe3f4;
  border-radius: 8px;
  color: #23425f;
  display: flex;
  font-size: .95rem;
  gap: 9px;
  margin: 12px 0;
  padding: 10px 13px;
}

.sbl-nbw-list-icon {
  fill: #146ac8;
  flex: 0 0 28px;
  height: 28px;
  stroke: #146ac8;
  stroke-linecap: round;
  stroke-width: 2;
  width: 28px;
}

.sbl-nbw-table-wrap {
  border: 1px solid #d5e0e9;
  border-radius: 9px;
  overflow-x: auto;
}

.sbl-nbw-table {
  border-collapse: collapse;
  min-width: 720px;
  width: 100%;
}

.sbl-nbw-table th {
  background: #194f82;
  color: #fff;
  text-align: left;
}

.sbl-nbw-table th,
.sbl-nbw-table td {
  border-bottom: 1px solid #dbe5ed;
  padding: 12px;
  vertical-align: middle;
}

.sbl-nbw-table .sbl-nbw-contact-heading,
.sbl-nbw-table .sbl-nbw-contact-value,
.sbl-nbw-table .sbl-nbw-list-heading,
.sbl-nbw-table .sbl-nbw-list-cell {
  text-align: center;
}

.sbl-nbw-table .sbl-nbw-contact-heading {
  border-left: 1px solid rgba(255, 255, 255, .45);
}

.sbl-nbw-table .sbl-nbw-contact-value {
  font-size: 1.25rem;
  font-weight: 700;
}

.sbl-nbw-table tbody tr:nth-child(even) {
  background: #f6faff;
}

.sbl-nbw-table a {
  color: #0b61b6;
  font-weight: 700;
}

.sbl-nbw-table code {
  white-space: nowrap;
}

.sbl-nbw-list-link {
  align-items: center;
  background: #e5f2ff;
  border: 1px solid #9ec9ef;
  border-radius: 8px;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  text-decoration: none;
  transition: background .15s ease, transform .15s ease;
  width: 46px;
}

.sbl-nbw-list-link:hover,
.sbl-nbw-list-link:focus {
  background: #cfe8ff;
  outline: 2px solid #146ac8;
  outline-offset: 2px;
  transform: scale(1.08);
}

.sbl-nbw-list-link .sbl-nbw-list-icon {
  height: 27px;
  width: 27px;
}

.sbl-nbw-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  margin: 18px 0;
}

.sbl-nbw-pagination button {
  background: #e7f1fa;
  color: #164e7e;
  min-width: 44px;
}

.sbl-nbw-pagination button[aria-current="page"] {
  background: #146ac8;
  color: #fff;
}

.sbl-nbw-pagination button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

@keyframes sbl-nbw-pulse {
  0% { box-shadow: 0 0 0 0 rgba(20, 106, 200, .7); }
  35% { box-shadow: 0 0 0 12px rgba(20, 106, 200, .08); }
  100% { box-shadow: 0 6px 18px rgba(20, 106, 200, .18); }
}

@media (max-width: 900px) {
  .sbl-nbw-filters { grid-template-columns: 1fr 1fr; }
  .sbl-nbw-summary { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .sbl-nbw-filters { grid-template-columns: 1fr; }
  .sbl-nbw-buy { width: 100%; }
  .sbl-nbw-list-legend { align-items: flex-start; }
}
