html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body.search-page,
body.static-page {
  background:
    linear-gradient(138deg, rgba(220, 249, 224, 0.96) 0%, rgba(247, 255, 248, 0.98) 38%, #ffffff 78%);
  background-attachment: fixed;
}

.topbar {
  position: sticky;
  top: 8px;
  display: grid;
  grid-template-areas:
    "brand contact"
    "links links";
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 9px 10px;
  width: calc(100% - 22px);
  min-height: 0;
  margin: 10px auto 0;
  padding: 9px;
  border: 1px solid rgba(219, 229, 240, 0.92);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.09);
  backdrop-filter: blur(18px);
}

.brand {
  grid-area: brand;
  min-width: 0;
  min-height: 40px;
  gap: 8px;
  font-size: 0.98rem;
  font-weight: 720;
}

.brand img {
  width: 32px;
  height: 32px;
}

.brand-wordmark {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-contact {
  grid-area: contact;
  width: 92px;
  min-width: 0;
  min-height: 40px;
  padding: 0 15px;
  font-size: 0.84rem;
  font-weight: 760;
  box-shadow: 0 9px 18px rgba(15, 23, 42, 0.13);
}

.toplinks {
  grid-area: links;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  width: 100%;
  min-width: 0;
  padding-top: 2px;
  overflow: visible;
}

.toplinks a {
  min-width: 0;
  min-height: 34px;
  padding: 0 7px;
  border: 1px solid #e4ebf4;
  border-radius: 999px;
  background: #f8fafc;
  color: #243044;
  font-size: clamp(0.66rem, 2.8vw, 0.78rem);
  font-weight: 720;
  overflow: hidden;
  text-overflow: ellipsis;
}

main {
  padding-top: 26px;
}

.home-shell {
  align-items: stretch;
  width: calc(100% - 24px);
  min-height: calc(100svh - 150px);
  text-align: center;
}

h1 {
  width: 100%;
  font-size: clamp(2.35rem, 11vw, 2.8rem);
  line-height: 1.02;
}

.tagline {
  margin-top: 14px;
}

.speed-pill {
  min-height: 34px;
  padding: 0 14px;
  font-size: 0.84rem;
}

.search-card {
  width: 100%;
  margin-top: 28px;
}

.search-box {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 92px;
  width: 100%;
  min-height: 62px;
  padding: 6px;
  border-radius: 999px;
}

.search-box .form-control {
  display: block;
  min-width: 0;
  min-height: 50px;
  padding: 0 15px;
  font-size: 1rem;
  text-align: left;
}

.search-button {
  width: 92px;
  min-width: 0;
  min-height: 50px;
  padding: 0 18px;
  font-size: 0.94rem;
}

.quick-examples {
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.quick-examples span {
  flex: 0 0 100%;
  font-size: 0.78rem;
  font-weight: 740;
  text-transform: uppercase;
}

.quick-examples button {
  min-height: 32px;
  padding: 0 11px;
  font-size: 0.84rem;
}

.footer-note {
  width: calc(100% - 24px);
  margin: 0 auto;
  line-height: 1.45;
}

.search-page.has-results main,
.search-page:has(#table-container:not(.d-none)) main {
  padding-top: 14px;
}

.search-page.has-results .home-shell,
.search-page:has(#table-container:not(.d-none)) .home-shell {
  width: calc(100% - 24px);
  padding-bottom: 12px;
}

.search-page.has-results .search-box,
.search-page:has(#table-container:not(.d-none)) .search-box {
  min-height: 60px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.results-shell {
  width: calc(100% - 24px);
  margin: 0 auto 30px;
}

.result-count {
  max-width: 100%;
  min-height: 40px;
  margin: 2px 0 12px;
  padding: 0 14px;
  font-size: 0.8rem;
  box-shadow: 0 9px 20px rgba(15, 23, 42, 0.06);
}

.result-count strong {
  font-size: 1.08rem;
}

.table-wrap,
#subdomain-table_wrapper {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#subdomain-table_wrapper {
  padding: 0 !important;
  overflow: visible !important;
}

.table-toolbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 14px;
  padding: 10px;
  border: 1px solid #dfe8f3;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.table-toolbar__left,
.table-toolbar__right {
  width: 100%;
  min-width: 0;
}

.table-toolbar__left {
  display: block;
}

.table-toolbar .dataTables_length,
.table-toolbar .dt-length {
  display: none !important;
}

.table-toolbar .dataTables_length label,
.table-toolbar .dt-length label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  min-height: 40px;
  padding: 0 8px;
  border: 1px solid #dce6f2;
  border-radius: 13px;
  background: #fff;
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.table-toolbar .dataTables_length select,
.table-toolbar .dt-length select {
  width: 46px;
  min-height: 30px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  padding: 0;
  font-size: 0.92rem;
  font-weight: 760;
  text-align: center;
}

.sdf-control-label {
  display: inline-flex;
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.sdf-control-label--after {
  text-transform: uppercase;
}

/* Export + Open URLs rendered as two equal, clearly tappable buttons.
   Scoped to `.table-toolbar` (not `.dataTables_wrapper`) so it matches the
   Bootstrap5 `dt-container` build actually used on the page. */
.table-toolbar .dt-buttons {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
  gap: 8px;
  float: none !important;
  border: 0;
  background: transparent;
}

.table-toolbar .dt-buttons > .btn-group {
  display: flex !important;
  min-width: 0 !important;
}

.table-toolbar .dt-buttons > * {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.table-toolbar .dt-buttons .dt-button,
.table-toolbar .dt-buttons .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 44px;
  margin: 0 !important;
  border: 1px solid #d7e0ec !important;
  border-radius: 12px !important;
  padding: 0 12px !important;
  font-size: 0 !important;
  font-weight: 720 !important;
  box-shadow: none !important;
}

/* Export = primary (dark) */
.table-toolbar .dt-buttons .buttons-collection,
.table-toolbar .dt-buttons .sdf-export-btn,
.table-toolbar .dt-buttons .btn-dark {
  background: #111827 !important;
  border-color: #111827 !important;
  color: #fff !important;
}

/* Open URLs = secondary (light, bordered) */
.table-toolbar .dt-buttons .sdf-open-urls-btn,
.table-toolbar .dt-buttons > .btn:not(.buttons-collection):not(.btn-dark) {
  background: #ffffff !important;
  border-color: #d7e0ec !important;
  color: #334155 !important;
}

/* Swap the raw button text (hidden with font-size:0 above) for short labels */
.table-toolbar .dt-buttons .dt-button::after,
.table-toolbar .dt-buttons .btn::after {
  color: inherit;
  font-size: 0.9rem;
  font-weight: 720;
  /* Override Bootstrap's .dropdown-toggle caret so the Export label renders
     as plain text without the leftover triangle border. */
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  border: 0 !important;
  vertical-align: baseline !important;
}

.table-toolbar .dt-buttons .buttons-collection::after,
.table-toolbar .dt-buttons .sdf-export-btn::after,
.table-toolbar .dt-buttons .btn-dark::after {
  content: "Export";
}

.table-toolbar .dt-buttons .sdf-open-urls-btn::after,
.table-toolbar .dt-buttons > .btn:not(.buttons-collection):not(.btn-dark)::after {
  content: "Open URLs";
}

/* The Export dropdown menu lives inside `.dt-buttons`, so the label-swap
   rules above would otherwise blank out its CSV / Excel / Clipboard items.
   Restore them to a plain dropdown list. */
.table-toolbar .dt-buttons .dt-button-collection .dt-button {
  display: block !important;
  width: 100% !important;
  min-height: 40px;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #172033 !important;
  font-size: 0.92rem !important;
  font-weight: 620 !important;
  text-align: left !important;
}

.table-toolbar .dt-buttons .dt-button-collection .dt-button::after {
  content: none !important;
}

.table-toolbar .dataTables_filter,
.table-toolbar .dt-search,
.table-toolbar .dataTables_filter label,
.table-toolbar .dt-search label {
  display: grid;
  width: 100%;
  gap: 7px;
}

.table-toolbar .dataTables_filter input,
.table-toolbar .dt-search input {
  width: 100% !important;
  min-height: 44px;
  border-radius: 13px;
  font-size: 0.96rem;
}

#subdomain-table_wrapper .dt-scroll-head,
#subdomain-table_wrapper .dataTables_scrollHead {
  display: none !important;
}

#subdomain-table_wrapper .dt-scroll,
#subdomain-table_wrapper .dataTables_scroll,
#subdomain-table_wrapper .dt-scroll-body,
#subdomain-table_wrapper .dataTables_scrollBody {
  width: 100% !important;
  overflow: visible !important;
  border: 0 !important;
}

#subdomain-table_wrapper .dt-scroll-body table,
#subdomain-table_wrapper .dataTables_scrollBody table,
#subdomain-table {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
}

#subdomain-table colgroup,
#subdomain-table thead {
  display: none !important;
}

#subdomain-table tbody {
  display: grid !important;
  width: 100% !important;
  gap: 12px;
}

/* Neutralize the desktop fixed column widths that otherwise leak into the
   mobile card layout. `#subdomain-table td:nth-child(n){width:..px}` has a
   higher specificity than a plain `tbody td` reset, which pinned cells such
   as TYPE to 82px and broke the alignment of the card grid. */
#subdomain-table tbody td:nth-child(1),
#subdomain-table tbody td:nth-child(2),
#subdomain-table tbody td:nth-child(3),
#subdomain-table tbody td:nth-child(4),
#subdomain-table tbody td:nth-child(5),
#subdomain-table tbody td:nth-child(6),
#subdomain-table tbody td:nth-child(7),
#subdomain-table tbody td:nth-child(8),
#subdomain-table tbody td:nth-child(9),
#subdomain-table tbody td:nth-child(10),
#subdomain-table tbody td:nth-child(11) {
  width: auto !important;
}

#subdomain-table tbody tr {
  position: relative;
  display: grid !important;
  grid-template-areas:
    "domain domain"
    "ip ip"
    "asn asn"
    "country country"
    "type type"
    "cloudflare cloudflare"
    "akamai akamai"
    "dns link";
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 14px;
  row-gap: 14px;
  width: 100%;
  min-width: 0;
  padding: 16px;
  border: 1px solid #e3ebf5;
  border-radius: 16px;
  background: #ffffff !important;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

#subdomain-table tbody tr:nth-child(even) {
  background: rgba(248, 250, 252, 0.98) !important;
}

#subdomain-table tbody td {
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0;
  min-height: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #172033;
  text-align: left !important;
  overflow: visible !important;
}

/* The card background lives on the row; keep every cell transparent so the
   desktop row-striping and hover backgrounds (higher specificity, but earlier
   in the cascade) can't tint individual cells inside a card. */
#subdomain-table tbody tr:nth-child(odd) td,
#subdomain-table tbody tr:nth-child(even) td,
#subdomain-table tbody tr:hover td {
  background: transparent !important;
  box-shadow: none !important;
}

#subdomain-table tbody td.dtr-hidden {
  display: block !important;
}

#subdomain-table tbody tr.child {
  display: none !important;
}

#subdomain-table tbody td::before {
  content: attr(data-label);
  display: block;
  margin-bottom: 5px;
  color: #64748b;
  font-size: 0.66rem;
  font-weight: 840;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

#subdomain-table tbody td:nth-child(2)::before {
  display: none;
}

#subdomain-table tbody td:nth-child(3)::before {
  content: "IP / Host";
}

#subdomain-table tbody td:nth-child(4)::before {
  content: "Country";
}

#subdomain-table tbody td:nth-child(5)::before {
  content: "ASN";
}

#subdomain-table tbody td:nth-child(6)::before {
  content: "Type";
}

#subdomain-table tbody td:nth-child(7)::before {
  content: "Cloudflare";
}

#subdomain-table tbody td:nth-child(8)::before {
  content: "Akamai";
}

#subdomain-table tbody td:nth-child(9)::before {
  content: "Status";
}

#subdomain-table tbody td:first-child {
  display: none !important;
}

#subdomain-table tbody td:nth-child(2) {
  grid-area: domain !important;
  align-self: start;
  min-height: 26px;
  margin-bottom: 2px;
  padding: 0 84px 14px 0 !important;
  border-bottom: 1px solid #eef2f7 !important;
  color: #0b1524;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

#subdomain-table tbody td:nth-child(9) {
  grid-area: unset !important;
  grid-column: auto !important;
  grid-row: auto !important;
  position: absolute;
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 32px);
  top: 16px;
  right: 16px;
  padding-top: 0 !important;
  justify-content: flex-end;
  align-items: center;
}

#subdomain-table tbody td:nth-child(9)::before {
  display: none;
}

#subdomain-table tbody td:nth-child(3) {
  grid-area: ip !important;
}

#subdomain-table tbody td:nth-child(5) {
  grid-area: asn !important;
}

#subdomain-table tbody td:nth-child(3),
#subdomain-table tbody td:nth-child(5) {
  display: block !important;
  min-height: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

#subdomain-table tbody td:nth-child(4) {
  grid-area: country !important;
}

#subdomain-table tbody td:nth-child(6) {
  grid-area: type !important;
}

#subdomain-table tbody td:nth-child(7) {
  grid-area: cloudflare !important;
}

#subdomain-table tbody td:nth-child(8) {
  grid-area: akamai !important;
}

#subdomain-table tbody td:nth-child(4),
#subdomain-table tbody td:nth-child(6),
#subdomain-table tbody td:nth-child(7),
#subdomain-table tbody td:nth-child(8) {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  padding: 4px 0 !important;
  border-top: 1px solid #f0f3f8 !important;
}

/* Label sits on the left, value/badge on the right rail. */
#subdomain-table tbody td:nth-child(4)::before,
#subdomain-table tbody td:nth-child(6)::before,
#subdomain-table tbody td:nth-child(7)::before,
#subdomain-table tbody td:nth-child(8)::before {
  margin: 0;
  flex: 0 0 auto;
}

#subdomain-table tbody td:nth-child(10) {
  grid-area: dns !important;
}

#subdomain-table tbody td:nth-child(11) {
  grid-area: link !important;
}

#subdomain-table tbody td:nth-child(10),
#subdomain-table tbody td:nth-child(11) {
  position: relative;
  margin-top: 4px;
  padding-top: 16px !important;
}

/* Single full-width divider above the action buttons. DNS and Open live in two
   separate grid columns, so a per-cell border-top leaves a gap in the middle;
   this pseudo-element spans both columns (100% of its cell + the sibling column
   + the 14px column gap) as one clean line. */
#subdomain-table tbody td:nth-child(10)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(200% + 14px);
  height: 1px;
  background: #eef2f7;
}

#subdomain-table tbody td:nth-child(10)::before,
#subdomain-table tbody td:nth-child(11)::before {
  display: none;
}

#subdomain-table tbody td:nth-child(11) a {
  display: block;
  width: 100%;
  text-decoration: none;
}

#subdomain-table .dns-btn,
#subdomain-table .link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  font-size: 0 !important;
}

#subdomain-table .dns-btn::after,
#subdomain-table .link-btn::after {
  font-size: 0.9rem;
  font-weight: 760;
}

#subdomain-table .dns-btn::after {
  content: "DNS";
}

#subdomain-table .link-btn::after {
  content: "Open";
}

#subdomain-table .badge {
  min-height: 24px;
  min-width: 0;
  max-width: 100%;
  padding: 4px 10px;
  font-size: 0.73rem;
  line-height: 1.15;
}

#subdomain-table .asn-cell .badge,
#subdomain-table .ip-cell .badge {
  white-space: normal;
  text-align: left;
  overflow-wrap: anywhere;
}

#subdomain-table .country-cell .country-flag-badge[style] {
  min-width: 72px;
  justify-content: flex-start;
  gap: 6px;
  padding-inline: 9px;
  font-size: 0.78rem;
}

#subdomain-table .country-cell .badge:not(.badge-dark):not(.country-flag-badge) {
  border-color: #dbeafe !important;
  background: #eef6ff !important;
  color: #1e3a5f !important;
  text-shadow: none !important;
}

#subdomain-table .cloudflare-cell .badge,
#subdomain-table .akamai-cell .badge,
#subdomain-table .status-cell .badge {
  white-space: nowrap;
}

.dataTables_info,
.dt-info {
  padding-top: 13px !important;
  color: #64748b;
  font-size: 0.78rem;
  text-align: center;
}

.dataTables_paginate,
.dt-paging {
  justify-content: flex-start !important;
  width: 100%;
  padding-top: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.pagination,
.dataTables_paginate .pagination,
.dt-paging nav,
.dt-paging .pagination {
  flex-wrap: nowrap;
  gap: 6px;
  width: max-content;
  min-width: 100%;
  justify-content: center;
}

.page-item .page-link,
.page-link,
.dataTables_paginate .paginate_button,
.dt-paging .dt-paging-button {
  flex: 0 0 42px;
  width: 42px !important;
  min-width: 42px !important;
  height: 38px !important;
  border-radius: 12px !important;
  font-size: 0.82rem;
}

.dataTables_paginate .ellipsis,
.dt-paging .ellipsis {
  flex: 0 0 24px;
  width: 24px;
  min-width: 24px;
  height: 38px;
}

.copy-feedback {
  max-width: calc(100vw - 24px);
}

.dns-modal {
  padding: 0;
  background: rgba(15, 23, 42, 0.56);
}

.dns-modal[style*="block"] {
  display: flex !important;
  align-items: flex-end;
}

.dns-modal-content {
  width: 100%;
  max-height: calc(100svh - 28px);
  margin: 0;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -22px 70px rgba(15, 23, 42, 0.28);
}

.dns-modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  align-items: center;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.98);
}

.dns-modal-header h3 {
  font-size: 1.08rem;
}

.dns-modal-header .subdomain-name {
  max-width: calc(100vw - 92px);
  font-size: 0.86rem;
}

.dns-close {
  width: 40px;
  height: 40px;
}

.dns-modal-body {
  padding: 16px;
  overscroll-behavior: contain;
}

.dns-summary {
  padding: 13px;
  border-radius: 17px;
}

.dns-summary h6 {
  font-size: 0.9rem;
  font-weight: 780;
}

.dns-summary div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.dns-summary .badge {
  margin: 0 !important;
}

.dns-table-container,
.dns-records-table-wrapper {
  overflow: visible;
}

.dns-records-table {
  display: block;
  width: 100% !important;
  min-width: 0;
  margin: 0;
}

.dns-records-table.table-striped > tbody > tr:nth-of-type(odd) > *,
.dns-records-table.table-striped > tbody > tr:nth-of-type(even) > *,
.dns-records-table.table-hover > tbody > tr:hover > * {
  --bs-table-bg: transparent;
  --bs-table-striped-bg: transparent;
  --bs-table-accent-bg: transparent;
  background-color: transparent !important;
  box-shadow: none !important;
}

.dns-records-table thead {
  display: none;
}

.dns-records-table tbody {
  display: grid;
  gap: 10px;
}

.dns-records-table tbody tr {
  display: grid;
  grid-template-areas:
    "type ttl"
    "value value"
    "details details"
    "copy copy";
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 12px;
  padding: 12px;
  border: 1px solid #e0e9f4;
  border-radius: 16px;
  background: #fff;
}

.dns-records-table td {
  display: block;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  min-width: 0;
}

.dns-records-table td::before {
  content: attr(data-label);
  display: block;
  margin-bottom: 5px;
  color: #64748b;
  font-size: 0.66rem;
  font-weight: 820;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.dns-records-table td:nth-child(1) {
  grid-area: type;
}

.dns-records-table td:nth-child(2) {
  grid-area: value;
}

.dns-records-table td:nth-child(3) {
  grid-area: ttl;
  justify-self: end;
}

.dns-records-table td:nth-child(4) {
  grid-area: details;
}

.dns-records-table td:nth-child(4):empty {
  display: none !important;
}

.dns-records-table td:nth-child(5) {
  grid-area: copy;
}

.dns-records-table td:nth-child(5)::before {
  display: none;
}

.dns-value-code {
  display: block;
  width: 100%;
  padding: 9px 10px;
  border-radius: 12px;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
}

.copy-dns-btn,
.full-txt-record .btn {
  width: 100%;
  min-height: 40px;
  border-color: #dce6f2 !important;
  background: #f8fafc !important;
  color: #334155 !important;
  font-weight: 740;
}

.full-txt-record .d-flex {
  align-items: stretch !important;
  flex-direction: column;
  gap: 10px;
}

.full-txt-record .card-header {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 10px;
}

.full-txt-record pre {
  max-width: 100%;
  overflow-x: auto;
  font-size: 0.82rem !important;
}

.static-page main,
.static-page .container.my-5 {
  width: calc(100% - 24px);
  margin-top: 24px !important;
  padding: 22px;
  border-radius: 20px;
}

.static-page h1 {
  font-size: clamp(2rem, 10vw, 2.8rem);
}

@media (max-width: 380px) {
  .topbar {
    width: calc(100% - 16px);
    grid-template-columns: minmax(0, 1fr) 82px;
    padding: 8px;
    border-radius: 23px;
  }

  .brand {
    font-size: 0.91rem;
  }

  .nav-contact {
    width: 82px;
    min-width: 0;
    padding: 0 12px;
  }

  .toplinks {
    gap: 5px;
  }

  .toplinks a {
    min-height: 32px;
    padding: 0 5px;
  }

  .home-shell,
  .search-page.has-results .home-shell,
  .search-page:has(#table-container:not(.d-none)) .home-shell,
  .results-shell {
    width: calc(100% - 18px);
  }

  .search-button {
    width: 84px;
    min-width: 0;
    padding: 0 13px;
  }

  .search-box {
    grid-template-columns: minmax(0, 1fr) 84px;
  }

  .table-toolbar__left {
    grid-template-columns: 98px minmax(0, 1fr);
  }

  #subdomain-table tbody tr {
    padding: 13px;
    border-radius: 18px;
  }
}
