:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --surface-soft: #f9fbff;
  --line: #dbe4f1;
  --line-strong: #c5d3e6;
  --text: #1f2937;
  --muted: #5f6f85;
  --brand: #0d4ea6;
  --brand-strong: #0b3f86;
  --brand-soft: #e7f0ff;
  --success: #19a55a;
  --inactive: #99a5b5;
  --radius: 12px;
  --shadow: 0 6px 22px rgba(21, 43, 78, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Public Sans", "Avenir Next", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 0% 0%, rgba(13, 78, 166, 0.08), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(11, 63, 134, 0.07), transparent 24%),
    var(--bg);
  line-height: 1.45;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.state-page-container {
  max-width: 1360px;
  margin: 0 auto 42px;
  padding: 0 16px;
}

.site-header {
  background: #020b1a;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.site-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.logo {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #fff;
}

.logo:hover {
  text-decoration: none;
}

.header-tagline {
  min-height: 36px;
  display: flex;
  align-items: center;
  color: #d6e2f5;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.header-actions .ghost,
.header-actions .primary {
  height: 36px;
  border: 0;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.header-actions {
  display: flex;
  gap: 8px;
}

.header-actions .ghost {
  background: #233249;
  color: #fff;
}

.header-actions .ghost:hover {
  text-decoration: none;
}

.header-actions .primary {
  background: #0b63d9;
  color: #fff;
}

.state-header {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 16px 18px 18px;
  margin-bottom: 14px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  font-size: 13px;
  color: #556b87;
}

.breadcrumb .sep {
  color: #8ca0bb;
}

.breadcrumb .current {
  color: #556b87;
  font-weight: 600;
}

.state-header h1,
.state-header h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.3vw, 2rem);
  line-height: 1.2;
  color: #18263a;
}

.state-header-subtitle {
  margin: 8px 0 0;
  max-width: 900px;
  color: var(--muted);
  font-size: 0.94rem;
}

.state-header-meta {
  margin: 10px 0 0;
  color: #3f5675;
  font-size: 14px;
  font-weight: 600;
}

.state-header .state-header-kpi-grid {
  margin-top: 14px;
  gap: 0;
  border: 1px solid #d7dfe9;
  border-radius: 10px;
  overflow: hidden;
}

.state-header .state-header-kpi-grid .agency-v2-kpi-card {
  border: 0;
  border-right: 1px solid #d7dfe9;
  border-radius: 0;
  background: #fff;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.state-header .state-header-kpi-grid .agency-v2-kpi-card:last-child {
  border-right: 0;
}

.state-header .state-header-kpi-grid .agency-v2-kpi-card span {
  margin-bottom: 4px;
  color: #697a92;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.state-header .state-header-kpi-grid .agency-v2-kpi-card strong {
  font-size: 34px;
  line-height: 1;
}

.state-header .state-header-kpi-grid .agency-v2-kpi-card:last-child strong {
  font-size: 28px;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .state-header .state-header-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .state-header .state-header-kpi-grid .agency-v2-kpi-card {
    border-right: 1px solid #d7dfe9;
    border-bottom: 1px solid #d7dfe9;
  }

  .state-header .state-header-kpi-grid .agency-v2-kpi-card:nth-child(2n) {
    border-right: 0;
  }

  .state-header .state-header-kpi-grid .agency-v2-kpi-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .state-header .state-header-kpi-grid .agency-v2-kpi-card strong,
  .state-header .state-header-kpi-grid .agency-v2-kpi-card:last-child strong {
    font-size: 22px;
  }
}

.header-stats-inline {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.stat-inline-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #c9d7ea;
  border-radius: 999px;
  background: #f4f8ff;
  padding: 5px 11px;
  font-size: 13px;
  color: #3d597c;
}

.state-filter-form {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.local-intro-module {
  margin-bottom: 14px;
}

.local-intro-body {
  padding: 12px 14px;
}

.local-intro-layout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.local-hero-badge-wrap {
  width: 122px;
  flex: 0 0 122px;
}

.local-hero-badge {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  border: 1px solid #c7d6ea;
  background: radial-gradient(circle at 32% 26%, #ffffff 0%, #ecf3ff 82%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(34, 58, 94, 0.12);
}

.local-hero-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.local-intro-text {
  min-width: 0;
}

.local-intro-text p {
  margin: 0;
  color: #425b79;
  font-size: 14px;
  line-height: 1.62;
}

.local-intro-text p + p {
  margin-top: 12px;
}

.civic-badge-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #486084;
  text-transform: uppercase;
}

.module {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 2px 8px rgba(13, 32, 61, 0.04);
}

.module-title,
.module-title-row {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8ff 100%);
}

.module-title {
  margin: 0;
  padding: 11px 14px;
  font-size: 15px;
  font-weight: 700;
  color: #1f2f45;
}

.module-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
}

.module-meta {
  color: var(--muted);
  font-size: 12px;
}

.search-module {
  padding: 11px;
}

.search-filters-module {
  padding-bottom: 10px;
}

.search-filters-body {
  padding: 10px 12px 0;
}

.search-bar-inline {
  margin-bottom: 10px;
}

.filters-panel-inline {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.filter-grid {
  padding: 11px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.filter-grid label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--muted);
  font-size: 12px;
}

.location-filter {
  border-top: 1px solid var(--line);
  margin: 0 11px;
  padding-top: 10px;
}

.location-filter-head {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.location-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.location-tab {
  height: 32px;
  min-width: 94px;
  border-radius: 999px;
  border: 1px solid #bfd0e5;
  background: #f4f9ff;
  color: #194c88;
  font-size: 12px;
  font-weight: 600;
  padding: 0 12px;
  cursor: pointer;
}

.location-tab.active {
  background: #0d4ea6;
  color: #fff;
  border-color: #0d4ea6;
}

.location-pane {
  display: none;
}

.location-pane.active {
  display: block;
}

.location-options-list {
  margin-top: 8px;
  border: 1px solid #d4dfef;
  border-radius: 10px;
  background: #fbfdff;
  max-height: 170px;
  overflow: auto;
  padding: 6px 8px;
}

.location-option {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 4px;
  color: #2a3f5d;
  font-size: 13px;
}

.location-option input {
  width: 14px;
  height: 14px;
  margin: 0;
}

.location-empty {
  color: #72839a;
  font-size: 12px;
  padding: 8px;
}

.location-meta {
  margin-top: 8px;
  color: #5f6f85;
  font-size: 12px;
}

.filter-actions {
  padding: 0 11px 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.inline-result-count {
  margin-right: auto;
}

.section-search-row {
  padding: 11px;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 8px;
  align-items: center;
}

.section-result-meta {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
}

input:not([type="checkbox"]),
select,
button {
  height: 38px;
  border: 1px solid #c0cfe3;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 13px;
  color: #1c2a3d;
  background: #fff;
}

input:not([type="checkbox"]):focus,
select:focus,
button:focus {
  outline: 2px solid rgba(13, 78, 166, 0.24);
  outline-offset: 1px;
}

.location-tab {
  height: 32px;
  border-radius: 999px;
  border: 1px solid #bfd0e5;
  padding: 0 12px;
}

.primary-btn {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(90deg, var(--brand-strong), var(--brand));
  font-weight: 600;
  cursor: pointer;
}

.secondary-btn,
.ghost-btn {
  cursor: pointer;
}

.secondary-btn {
  color: #1c375b;
  border-color: #b8c9df;
  background: #f5f9ff;
}

.ghost-btn {
  color: #4a5f7a;
  border-color: #cad7e9;
  background: #fbfdff;
}

.state-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.18fr) minmax(300px, 1fr);
  gap: 14px;
}

.state-v2-detail-view {
  margin-top: 10px;
}

.state-v2-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.state-v2-main-column,
.state-v2-side-column {
  display: grid;
  gap: 12px;
  align-content: start;
}

.page-kind-home .state-v2-main-column .module,
.page-kind-home .state-v2-side-column .module {
  border-color: #d2dae6;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}

.page-kind-home .state-v2-main-column .module-title,
.page-kind-home .state-v2-main-column .module-title-row,
.page-kind-home .state-v2-side-column .module-title,
.page-kind-home .state-v2-side-column .module-title-row {
  background: #fff;
  border-bottom-color: #dee5f0;
}

.data-split-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.55fr);
  gap: 14px;
}

.local-page-grid {
  grid-template-columns: minmax(280px, 1fr) minmax(0, 1.45fr);
}

.left-sidebar-column,
.right-data-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.opportunities-module {
  min-height: 652px;
}

.agency-hero-module {
  margin-bottom: 14px;
  padding: 16px 16px 14px;
  background:
    linear-gradient(145deg, rgba(13, 78, 166, 0.06) 0%, rgba(11, 63, 134, 0.02) 100%),
    #fff;
}

.agency-hero-head h1 {
  margin: 0;
  font-size: clamp(1.42rem, 2.2vw, 2rem);
  line-height: 1.2;
  color: #17263b;
}

.agency-hero-head p {
  margin: 9px 0 0;
  color: #445d7b;
  font-size: 14px;
}

.agency-hero-meta-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.agency-meta-item {
  border: 1px solid #c8d7ea;
  border-radius: 10px;
  background: #f8fbff;
  padding: 10px;
  min-width: 0;
}

.agency-meta-label {
  display: block;
  color: #5d6f88;
  font-size: 12px;
  margin-bottom: 4px;
}

.agency-meta-item strong {
  color: #1f2f45;
  font-size: 13px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.agency-hero-stats {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
}

.agency-cta-btn {
  height: 34px;
  border-radius: 999px;
  padding: 0 14px;
  text-decoration: none;
}

.agency-overview-body {
  padding: 12px 14px;
}

.agency-overview-body p {
  margin: 0;
  color: #3e5879;
  font-size: 14px;
  line-height: 1.64;
}

.agency-hierarchy-grid {
  padding: 11px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.agency-hierarchy-card {
  border: 1px solid #d3dfee;
  border-radius: 10px;
  background: #fbfdff;
  padding: 10px;
}

.agency-hierarchy-card h3 {
  margin: 0;
  font-size: 13px;
  color: #1f2f45;
}

.agency-hierarchy-card p {
  margin: 8px 0 0;
  color: #3d5878;
  font-size: 13px;
}

.agency-link-list {
  margin: 8px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: #3d5878;
  font-size: 13px;
}

.agency-filter-row {
  padding: 10px 12px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 240px)) auto;
  gap: 8px;
  align-items: end;
}

.agency-filter-row label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #5f6f85;
  font-size: 12px;
}

.agency-bids-table th:nth-child(1) {
  width: 30%;
}

.agency-bids-table th:nth-child(2) {
  width: 12%;
}

.agency-bids-table th:nth-child(3) {
  width: 10%;
}

.agency-bids-table th:nth-child(4) {
  width: 11%;
}

.agency-bids-table th:nth-child(5) {
  width: 11%;
}

.agency-bids-table th:nth-child(6) {
  width: 16%;
}

.agency-bids-table th:nth-child(7) {
  width: 10%;
}

.agency-bids-table td:nth-child(2),
.agency-bids-table td:nth-child(4),
.agency-bids-table td:nth-child(5),
.agency-bids-table td:nth-child(7) {
  white-space: nowrap;
}

.agency-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 24px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.agency-status-pill.status-active {
  background: #e9f8ef;
  color: #0f8a49;
}

.agency-status-pill.status-awarded {
  background: #efeafd;
  color: #6144b5;
}

.agency-status-pill.status-closed {
  background: #eff3f8;
  color: #58697f;
}

.agency-data-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.agency-activity-grid {
  padding: 11px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.agency-activity-card {
  border: 1px solid #d2deed;
  border-radius: 10px;
  background: #fbfdff;
  padding: 11px;
}

.agency-activity-card h3 {
  margin: 0;
  font-size: 13px;
  color: #203148;
}

.agency-activity-card strong {
  margin-top: 8px;
  display: inline-block;
  font-size: 15px;
  color: #1a2a41;
}

.agency-activity-card p {
  margin: 5px 0 0;
  color: #5e718a;
  font-size: 12px;
}

.agency-trend {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  height: 24px;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
}

.agency-trend.trend-up {
  background: #eaf8f0;
  color: #1b8f56;
}

.agency-trend.trend-down {
  background: #fff0f0;
  color: #b34141;
}

.agency-trend.trend-flat {
  background: #eef3f8;
  color: #5d6f87;
}

.agency-related-grid {
  padding: 11px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.agency-related-card {
  border: 1px solid #d3dfef;
  border-radius: 10px;
  background: #fbfdff;
  padding: 10px;
}

.agency-related-card h3 {
  margin: 0;
  font-size: 13px;
  color: #203148;
}

.agency-source-list {
  padding: 12px 14px;
  display: grid;
  gap: 8px;
}

.agency-source-list p {
  margin: 0;
  font-size: 13px;
  color: #304a68;
}

.agency-v2-header-module {
  background: #fff;
  padding: 16px;
  border: 1px solid #d6e2f2;
}

.agency-v2-breadcrumb {
  margin-bottom: 10px;
}

.agency-v2-hero-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.agency-v2-hero-head h1 {
  margin: 0;
  font-size: clamp(1.46rem, 2.1vw, 1.92rem);
  color: #16263e;
}

.agency-v2-hero-head p {
  margin: 6px 0 0;
  color: #5b6f88;
  font-size: 14px;
}

.agency-v2-meta-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.agency-v2-meta-label {
  color: #5b6f88;
  font-weight: 500;
}

.agency-v2-meta-value {
  color: #111111;
  text-decoration: none;
  font-weight: 500;
}

.agency-v2-meta-link {
  color: #0d4ea6;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
}

.agency-v2-meta-link:hover {
  color: #0b3f86;
}

.agency-v2-save-btn {
  min-width: 80px;
}

.agency-v2-kpi-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.agency-v2-kpi-card {
  border: 1px solid #d8e4f3;
  border-radius: 10px;
  background: #f8fbff;
  padding: 12px;
}

.agency-v2-kpi-card span {
  display: block;
  color: #5f6f85;
  font-size: 12px;
  margin-bottom: 6px;
}

.agency-v2-kpi-card strong {
  color: #14243c;
  font-size: 20px;
}

.agency-v2-filter-module {
  padding: 14px;
}

.agency-v2-filter-form {
  display: grid;
  gap: 12px;
}

.agency-v2-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 10px;
  align-items: end;
}

.agency-v2-type-label {
  display: grid;
  gap: 4px;
  color: #607186;
  font-size: 12px;
}

.agency-v2-type-label select,
.agency-v2-search-row input {
  height: 42px;
  border-radius: 8px;
  border: 1px solid #c6d5e8;
  padding: 0 12px;
  font-size: 14px;
  background: #fff;
  color: #1a2a41;
}

.agency-v2-search-btn {
  height: 42px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #0c5dc4;
  background: #0d4ea6;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.agency-v2-filter-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1.1fr) minmax(0, 1.1fr) 120px;
  gap: 10px;
  align-items: end;
}

.agency-v2-field {
  min-width: 0;
}

.page-kind-agency .agency-v2-filter-module .home-filter-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  position: relative;
}

.page-kind-agency .agency-v2-filter-module .home-filter-field > span {
  color: #223248;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.page-kind-agency .agency-v2-filter-module .home-filter-field > select {
  width: 100%;
  border: 1px solid #b9c6da;
  color: #1b2d45;
  border-radius: 8px;
  font-size: 14px;
  height: 38px;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-kind-agency .agency-v2-filter-module .home-filter-field > select.is-active {
  background: #ffffff;
}

.page-kind-agency .agency-v2-filter-module .home-multi-dropdown {
  position: relative;
}

.page-kind-agency .agency-v2-filter-module .home-multi-dropdown summary {
  list-style: none;
  width: 100%;
  border: 1px solid #b9c6da;
  background: #ffffff;
  color: #1b2d45;
  border-radius: 8px;
  font-size: 14px;
  height: 38px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}

.page-kind-agency .agency-v2-filter-module .home-multi-dropdown summary.is-active {
  background: #ffffff;
}

.page-kind-agency .agency-v2-filter-module .home-multi-dropdown summary::-webkit-details-marker {
  display: none;
}

.page-kind-agency .agency-v2-filter-module .home-multi-dropdown summary:focus,
.page-kind-agency .agency-v2-filter-module .home-multi-dropdown summary:focus-visible {
  outline: none;
}

.page-kind-agency .agency-v2-filter-module .home-summary-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  display: block;
}

.page-kind-agency .agency-v2-filter-module .home-summary-arrow {
  color: #3b5475;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 auto;
}

.page-kind-agency .agency-v2-filter-module .home-summary-search {
  width: 100%;
  height: 32px;
  border: 1px solid #b9c6da;
  background: #ffffff;
  color: #1b2d45;
  border-radius: 7px;
  font-size: 13px;
  padding: 0 9px;
  margin: 0 0 7px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
}

.page-kind-agency .agency-v2-filter-module .home-summary-search::placeholder {
  color: #7d8ea7;
}

.page-kind-agency .agency-v2-filter-module .home-summary-search::-webkit-search-decoration,
.page-kind-agency .agency-v2-filter-module .home-summary-search::-webkit-search-cancel-button,
.page-kind-agency .agency-v2-filter-module .home-summary-search::-webkit-search-results-button,
.page-kind-agency .agency-v2-filter-module .home-summary-search::-webkit-search-results-decoration {
  display: none;
}

.page-kind-agency .agency-v2-filter-module .home-multi-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 24;
  border: 1px solid #b9c6da;
  background: #f6f9ff;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(18, 33, 58, 0.16);
  padding: 8px;
}

.page-kind-agency .agency-v2-filter-module .home-multi-options {
  max-height: 220px;
  overflow-y: auto;
  display: grid;
  gap: 2px;
}

.page-kind-agency .agency-v2-filter-module .home-option-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-kind-agency .agency-v2-filter-module .home-multi-option {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  color: #1b2d45;
  font-size: 13px;
  border-radius: 6px;
  padding: 0 8px;
  cursor: pointer;
}

.page-kind-agency .agency-v2-filter-module .home-multi-option:hover {
  background: #eef3fb;
}

.page-kind-agency .agency-v2-filter-module .home-multi-option span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-kind-agency .agency-v2-filter-module .home-option-check {
  min-width: 14px;
  color: #0b63d9;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}

.page-kind-agency .agency-v2-filter-module .home-multi-option:not(.is-selected) .home-option-check {
  color: transparent;
}

.page-kind-agency .agency-v2-filter-module .home-date-range-field {
  position: relative;
}

.page-kind-agency .agency-v2-filter-module .home-range-calendar {
  position: relative;
}

.page-kind-agency .agency-v2-filter-module .home-range-calendar summary {
  width: 100%;
  border: 1px solid #b9c6da;
  background: #ffffff;
  color: #1b2d45;
  border-radius: 8px;
  font-size: 14px;
  height: 38px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}

.page-kind-agency .agency-v2-filter-module .home-range-calendar summary.is-active {
  background: #ffffff;
}

.page-kind-agency .agency-v2-filter-module .home-range-calendar summary::-webkit-details-marker {
  display: none;
}

.page-kind-agency .agency-v2-filter-module .home-range-calendar summary:focus,
.page-kind-agency .agency-v2-filter-module .home-range-calendar summary:focus-visible {
  outline: none;
}

.page-kind-agency .agency-v2-filter-module .home-range-summary-text {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-kind-agency .agency-v2-filter-module .home-range-summary-arrow {
  color: #3b5475;
  font-size: 14px;
  font-weight: 700;
  padding-left: 8px;
}

.page-kind-agency .agency-v2-filter-module .home-range-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 30;
  width: 284px;
  border: 1px solid #b9c6da;
  background: #f6f9ff;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(18, 33, 58, 0.18);
  padding: 10px;
}

.page-kind-agency .agency-v2-filter-module .home-range-panel-head {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  margin-bottom: 7px;
}

.page-kind-agency .agency-v2-filter-module .home-range-panel-head strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #243a5a;
  font-size: 13px;
}

.page-kind-agency .agency-v2-filter-module .home-range-month-label {
  font-weight: 700;
}

.page-kind-agency .agency-v2-filter-module .home-range-year-btn {
  border: 0;
  background: transparent;
  color: #1f4f8f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  padding: 0;
  line-height: 1.2;
}

.page-kind-agency .agency-v2-filter-module .home-range-year-picker {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #c3d1e6;
  border-radius: 8px;
  background: #ffffff;
  display: none;
  flex-direction: column;
  z-index: 3;
}

.page-kind-agency .agency-v2-filter-module .home-range-panel.year-picker-open .home-range-year-picker {
  display: flex;
}

.page-kind-agency .agency-v2-filter-module .home-range-year-picker-head {
  padding: 9px 10px 7px;
  font-size: 12px;
  color: #2f4a6c;
  font-weight: 700;
  border-bottom: 1px solid #dde5f2;
}

.page-kind-agency .agency-v2-filter-module .home-range-year-list {
  padding: 6px 6px 8px;
  display: grid;
  gap: 4px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.page-kind-agency .agency-v2-filter-module .home-range-year-option {
  border: 1px solid transparent;
  background: #ffffff;
  color: #213652;
  border-radius: 6px;
  height: 30px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.page-kind-agency .agency-v2-filter-module .home-range-year-option:hover {
  background: #ecf2fc;
}

.page-kind-agency .agency-v2-filter-module .home-range-year-option.is-current {
  border-color: #7ea3d8;
  background: #dce9ff;
}

.page-kind-agency .agency-v2-filter-module .home-range-nav-btn {
  border: 1px solid #c5d2e5;
  background: #ffffff;
  color: #294469;
  border-radius: 6px;
  width: 30px;
  height: 28px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.page-kind-agency .agency-v2-filter-module .home-range-week-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-bottom: 4px;
  color: #6f829e;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.page-kind-agency .agency-v2-filter-module .home-range-day-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.page-kind-agency .agency-v2-filter-module .home-range-day-btn {
  border: 1px solid transparent;
  background: transparent;
  color: #203654;
  border-radius: 6px;
  height: 30px;
  font-size: 12px;
  cursor: pointer;
}

.page-kind-agency .agency-v2-filter-module .home-range-day-btn:hover {
  background: #e7eefb;
}

.page-kind-agency .agency-v2-filter-module .home-range-day-btn.is-outside {
  color: #9aa8bd;
}

.page-kind-agency .agency-v2-filter-module .home-range-day-btn.is-in-range {
  background: #dce9ff;
}

.page-kind-agency .agency-v2-filter-module .home-range-day-btn.is-start,
.page-kind-agency .agency-v2-filter-module .home-range-day-btn.is-end {
  background: #0b63d9;
  color: #ffffff;
}

.page-kind-agency .agency-v2-filter-module .home-range-day-btn.is-today {
  border-color: #6f90bd;
}

.page-kind-agency .agency-v2-filter-module .home-range-panel-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.page-kind-agency .agency-v2-filter-module .home-range-clear-btn {
  border: 0;
  background: transparent;
  color: #2f4d76;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.agency-v2-reset-btn {
  height: 40px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ec8ab0;
  background: #ffe7f1;
  color: #ac3b69;
  font-weight: 600;
  cursor: pointer;
}

.agency-v2-results-module {
  padding: 12px;
}

.agency-v2-results-count {
  font-size: 18px;
  color: #16263c;
  margin-bottom: 10px;
}

.agency-v2-opps-table th:nth-child(1) {
  width: 43%;
}

.agency-v2-opps-table th:nth-child(2),
.agency-v2-opps-table th:nth-child(3),
.agency-v2-opps-table th:nth-child(4),
.agency-v2-opps-table th:nth-child(5) {
  width: 14.25%;
}

.agency-v2-awards-table th:nth-child(1) {
  width: 54%;
}

.agency-v2-awards-table th:nth-child(2) {
  width: 20%;
}

.agency-v2-awards-table th:nth-child(3) {
  width: 12%;
}

.agency-v2-awards-table th:nth-child(4) {
  width: 14%;
}

.page-kind-agency .agency-v2-awards-table td:first-child .award-id-link,
.page-kind-agency .agency-v2-awards-table td:first-child .award-id-link:hover {
  color: #0d4ea6;
}

.agency-v2-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 24px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.agency-v2-status-open {
  background: #eaf8ef;
  color: #188452;
}

.agency-v2-status-closed {
  background: #eef3f8;
  color: #5d6f87;
}

.agency-v2-no-scrollbar {
  overflow: auto;
  scrollbar-width: none;
}

.agency-v2-no-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.agency-v2-awardees-module,
.agency-v2-industries-module,
.agency-v2-related-module,
.agency-v2-contacts-module,
.agency-v2-trend-module {
  padding: 14px;
}

.agency-v2-awardees-module > p,
.agency-v2-industries-module > p,
.agency-v2-related-module > p,
.agency-v2-contacts-module > p {
  margin: 4px 0 12px;
  color: #667a93;
  font-size: 14px;
}

.agency-v2-awardees-grid,
.agency-v2-industries-grid {
  display: grid;
  gap: 10px;
}

.agency-v2-awardees-row,
.agency-v2-industries-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.agency-v2-awardee-card {
  border: 1px solid #d7e3f2;
  border-radius: 10px;
  background: #fbfdff;
  padding: 14px;
}

.agency-v2-awardee-card h4 {
  margin: 0;
  font-size: 16px;
  color: #17263e;
}

.agency-v2-awardee-card p {
  margin: 7px 0 0;
  color: #556b86;
  font-size: 13px;
}

.agency-v2-card-link {
  margin-top: 10px;
  display: inline-block;
  color: #0d4ea6;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.agency-v2-card-link:hover {
  color: #0b3b80;
}

.agency-v2-industry-chip {
  display: block;
  border: 1px solid #d6e2f2;
  border-radius: 8px;
  padding: 10px 12px;
  color: #1c2d46;
  text-decoration: none;
  background: #f9fbff;
}

.agency-v2-industry-chip:hover {
  color: #0d4ea6;
  border-color: #bdd2ee;
}

.agency-v2-related-list {
  display: grid;
  gap: 8px;
}

.agency-v2-related-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid #d7e2f2;
  border-radius: 8px;
  padding: 10px 12px;
  color: #1f2f45;
  text-decoration: none;
}

.agency-v2-related-row:hover {
  color: #0d4ea6;
  border-color: #bcd2ee;
}

.agency-v2-related-row strong {
  color: #223853;
}

.page-kind-agency .compact-table td {
  border-bottom: 0;
}

.page-kind-agency .home-award-description-row td {
  border-bottom: 1px solid #dde5f2;
}

.agency-v2-related-foot {
  margin-top: 10px;
  text-align: right;
}

.agency-v2-related-foot a {
  color: #0d4ea6;
  text-decoration: none;
  font-weight: 600;
}

.agency-v2-contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.agency-v2-contact-card {
  border: 1px solid #d7e2f2;
  border-radius: 10px;
  background: #fbfdff;
  padding: 14px;
}

.agency-v2-contact-card h4 {
  margin: 0;
  font-size: 16px;
  color: #16263e;
}

.agency-v2-contact-card p {
  margin: 6px 0 0;
  color: #556b86;
  font-size: 13px;
}

.agency-v2-contact-card a {
  color: #0d4ea6;
  text-decoration: none;
}

.agency-v2-contact-appears {
  margin-top: 8px;
  color: #425a78;
  font-size: 12px;
}

.agency-v2-contact-appears-title {
  color: #0d4ea6;
  font-weight: 600;
}

.agency-v2-contact-appears ul {
  margin: 4px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 3px;
}

.agency-v2-contact-appears a {
  color: #0d4ea6;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.agency-v2-contact-appears a:hover {
  color: #0b3f86;
}

.agency-v2-trend-chart {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: end;
}

.agency-v2-trend-y-axis {
  height: 232px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #667a93;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  padding: 0 6px 26px 0;
}

.agency-v2-trend-plot {
  min-width: 0;
}

.agency-v2-trend-bars {
  height: 232px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  border-left: 1px solid #cfdced;
  border-bottom: 1px solid #cfdced;
  padding: 0 10px 0 10px;
  background-image:
    linear-gradient(to top, transparent 49.5%, #e6eef8 49.5%, #e6eef8 50.5%, transparent 50.5%);
}

.agency-v2-trend-bar-wrap {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.agency-v2-trend-bar {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 0;
  background: #0d4ea6;
  cursor: default;
}

.agency-v2-trend-bar::after {
  content: attr(data-trend-month) " · " attr(data-trend-value);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(4px);
  padding: 6px 8px;
  border-radius: 6px;
  background: #152840;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  box-shadow: 0 8px 20px rgba(9, 27, 52, 0.24);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.agency-v2-trend-bar::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  transform: translateX(-50%) translateY(4px);
  border: 5px solid transparent;
  border-top-color: #152840;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.agency-v2-trend-bar:hover::after,
.agency-v2-trend-bar:hover::before,
.agency-v2-trend-bar:focus-visible::after,
.agency-v2-trend-bar:focus-visible::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.agency-v2-trend-bar:focus-visible {
  outline: 2px solid #0d4ea6;
  outline-offset: 2px;
}

.agency-v2-trend-x-axis {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 8px;
  color: #667a93;
  font-size: 11px;
  margin-top: 8px;
  padding-left: 10px;
  text-align: center;
}

.agency-v2-trend-module p {
  margin: 10px 0 0;
  color: #556a86;
  font-size: 14px;
}

.agency-v2-empty {
  color: #667a93;
  font-size: 13px;
  padding: 6px 0;
}

@media (max-width: 1080px) {
  .agency-v2-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agency-v2-search-row {
    grid-template-columns: 1fr;
  }

  .agency-v2-filter-row {
    grid-template-columns: 1fr;
  }

  .agency-v2-awardees-row,
  .agency-v2-industries-row,
  .agency-v2-contacts-grid {
    grid-template-columns: 1fr;
  }

  .agency-v2-trend-chart {
    grid-template-columns: 44px minmax(0, 1fr);
  }
}

.agency-v2-detail-view {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

.page-kind-agency .agency-v2-detail-view .module,
.page-kind-agency .agency-v2-detail-view .site-footer {
  border-color: #d2dae6;
  background: #fff;
  box-shadow: none;
}

.page-kind-agency .agency-v2-detail-view .module-title,
.page-kind-agency .agency-v2-detail-view .module-title-row {
  background: #fff;
  border-bottom-color: #dee5f0;
}

.agency-v2-detail-view .agency-v2-header-module {
  padding: 14px 14px 12px;
  background: #fff;
}

.agency-v2-detail-view .agency-v2-breadcrumb {
  margin-bottom: 8px;
}

.agency-v2-detail-view .agency-v2-breadcrumb .current {
  color: #21314a;
}

.agency-v2-detail-view .agency-v2-hero-head {
  align-items: center;
}

.agency-v2-detail-view .agency-v2-hero-head h1 {
  font-size: clamp(1.95rem, 2.9vw, 2.65rem);
  letter-spacing: -0.01em;
}

.agency-v2-detail-view .agency-v2-meta-links {
  margin-top: 6px;
  color: #4f617b;
  font-size: 13px;
}

.agency-v2-detail-view .agency-v2-save-btn {
  min-width: 92px;
  height: 36px;
  border-radius: 8px;
  border-color: #d5dce8;
  background: #f8fafc;
  color: #2f3f56;
}

.agency-v2-detail-view .agency-v2-kpi-grid {
  margin-top: 14px;
  gap: 0;
  border: 1px solid #d7dfe9;
  border-radius: 10px;
  overflow: hidden;
}

.agency-v2-detail-view .agency-v2-kpi-card {
  border: 0;
  border-right: 1px solid #d7dfe9;
  border-radius: 0;
  background: #fff;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.agency-v2-detail-view .agency-v2-kpi-card:last-child {
  border-right: 0;
}

.agency-v2-detail-view .agency-v2-kpi-card span {
  margin-bottom: 4px;
  color: #697a92;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.agency-v2-detail-view .agency-v2-kpi-card strong {
  font-size: 36px;
  line-height: 1;
}

.agency-v2-detail-view .agency-v2-kpi-card:last-child strong {
  font-size: 30px;
  white-space: nowrap;
}

.agency-v2-detail-view .agency-v2-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.agency-v2-detail-view .agency-v2-main-column,
.agency-v2-detail-view .agency-v2-side-column {
  display: grid;
  gap: 12px;
  align-content: start;
}

.agency-v2-detail-view .agency-v2-filter-module,
.agency-v2-detail-view .agency-v2-results-module,
.agency-v2-detail-view .agency-v2-awardees-module,
.agency-v2-detail-view .agency-v2-industries-module,
.agency-v2-detail-view .agency-v2-related-module,
.agency-v2-detail-view .agency-v2-contacts-module,
.agency-v2-detail-view .agency-v2-trend-module {
  padding: 0;
  overflow: hidden;
}

.agency-v2-detail-view .agency-v2-filter-module {
  overflow: visible;
  position: relative;
  z-index: 20;
}

.agency-v2-detail-view .agency-v2-filter-form {
  padding: 12px 14px;
  gap: 10px;
}

.agency-v2-detail-view .agency-v2-search-row {
  grid-template-columns: minmax(0, 1fr) 98px;
  gap: 8px;
}

.agency-v2-detail-view .agency-v2-search-field {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  height: 42px;
  border: 1px solid #d3dce8;
  border-radius: 8px;
  background: #f4f6fa;
  padding: 0 10px 0 12px;
}

.agency-v2-detail-view .agency-v2-search-icon {
  color: #7b8799;
  font-size: 17px;
  line-height: 1;
}

.agency-v2-detail-view .agency-v2-search-field input {
  border: 0;
  background: transparent;
  color: #213248;
  font-size: 14px;
  height: 100%;
  min-width: 0;
}

.agency-v2-detail-view .agency-v2-search-field input:focus,
.agency-v2-detail-view .agency-v2-search-field input:focus-visible {
  outline: none;
}

.agency-v2-detail-view .agency-v2-search-btn {
  width: 98px;
  height: 42px;
  border-radius: 8px;
  border: 0;
  background: #0b63d9;
  color: #fff;
  font-weight: 700;
}

.agency-v2-detail-view .agency-v2-filter-row {
  grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) auto;
  gap: 8px;
}

.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-filter-field > span {
  color: #27384f;
  font-size: 13px;
  font-weight: 600;
}

.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-filter-field > select,
.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-multi-dropdown summary,
.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-range-calendar summary {
  border: 1px solid #d2dae6;
  background: #fff;
  color: #1f2f45;
  height: 38px;
}

.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-filter-field > select.is-active,
.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-multi-dropdown summary.is-active,
.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-range-calendar summary.is-active {
  background: #fff;
}

.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-multi-panel,
.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-range-panel {
  background: #fff;
  border-color: #d2dae6;
}

.agency-v2-detail-view .agency-v2-reset-btn {
  align-self: end;
  width: auto;
  min-width: 84px;
  border: 0;
  background: transparent;
  color: #52657e;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 0 2px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
}

.agency-v2-detail-view .agency-v2-results-count {
  margin: 0;
  padding: 12px 14px 10px;
  font-size: 26px;
  font-weight: 700;
  color: #11243f;
  border-bottom: 1px solid #e0e7f0;
}

.agency-v2-detail-view .agency-v2-results-count strong {
  font-size: 26px;
}

.agency-v2-detail-view .agency-v2-opps-table thead th {
  background: #f6f8fb;
  color: #5a697f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.agency-v2-detail-view .agency-v2-opps-table tbody td {
  background: #fff;
}

.agency-v2-detail-view .agency-v2-opps-table th:nth-child(1) {
  width: 58%;
}

.agency-v2-detail-view .agency-v2-opps-table th:nth-child(2) {
  width: 14%;
}

.agency-v2-detail-view .agency-v2-opps-table th:nth-child(3),
.agency-v2-detail-view .agency-v2-opps-table th:nth-child(4) {
  width: 14%;
}

.agency-v2-detail-view .agency-v2-status {
  min-width: 48px;
  height: 24px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}

.agency-v2-detail-view .agency-v2-status-open {
  border: 1px solid #8fd7b5;
  background: #eaf8ef;
  color: #168453;
}

.agency-v2-detail-view .agency-v2-status-closed {
  border: 1px solid #d6dde8;
  background: #f5f8fc;
  color: #66778f;
}

.agency-v2-detail-view .agency-v2-section-head,
.agency-v2-detail-view .agency-v2-side-head {
  background: #1d2f5f;
  color: #fff;
  padding: 12px 14px;
}

.agency-v2-detail-view .agency-v2-section-head h2,
.agency-v2-detail-view .agency-v2-side-head h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.agency-v2-detail-view .agency-v2-section-head p,
.agency-v2-detail-view .agency-v2-side-head p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.agency-v2-detail-view .agency-v2-section-body,
.agency-v2-detail-view .agency-v2-side-body {
  padding: 12px 14px 10px;
}

.agency-v2-detail-view .agency-v2-awardees-grid,
.agency-v2-detail-view .agency-v2-industries-grid {
  gap: 0;
}

.agency-v2-detail-view .agency-v2-awardees-row {
  gap: 10px;
  padding: 0;
}

.agency-v2-detail-view .agency-v2-awardees-row + .agency-v2-awardees-row {
  margin-top: 8px;
}

.agency-v2-detail-view .agency-v2-awardee-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 10px 6px 10px;
}

.agency-v2-detail-view .agency-v2-awardee-card h4 {
  font-size: 19px;
}

.agency-v2-detail-view .agency-v2-awardee-card p {
  margin-top: 6px;
  color: #4c5f78;
  font-size: 14px;
}

.agency-v2-detail-view .agency-v2-card-link {
  margin-top: 8px;
  color: #1264c7;
  font-size: 15px;
  font-weight: 500;
}

.agency-v2-detail-view .agency-v2-industries-row {
  grid-template-columns: 1fr;
  gap: 0;
}

.agency-v2-detail-view .agency-v2-industry-chip {
  border: 0;
  border-bottom: 1px solid #e2e8f1;
  border-radius: 0;
  background: transparent;
  padding: 12px 0;
  color: #1f2f45;
  font-size: 15px;
}

.agency-v2-detail-view .agency-v2-industry-chip:hover {
  color: #0b63d9;
  border-color: #d4deec;
}

.agency-v2-detail-view .agency-v2-related-list {
  gap: 0;
}

.agency-v2-detail-view .agency-v2-related-row {
  border: 0;
  border-bottom: 1px solid #e2e8f1;
  border-radius: 0;
  padding: 11px 0;
  color: #1f2f45;
}

.agency-v2-detail-view .agency-v2-related-row strong {
  color: #2f8e84;
  font-weight: 700;
}

.agency-v2-detail-view .agency-v2-contacts-grid {
  gap: 0;
  border-top: 1px solid #e2e8f1;
}

.agency-v2-detail-view .agency-v2-contact-card {
  border: 0;
  border-right: 1px solid #e2e8f1;
  border-bottom: 1px solid #e2e8f1;
  border-radius: 0;
  background: #fff;
  padding: 14px 12px;
}

.agency-v2-detail-view .agency-v2-contact-card:nth-child(2n) {
  border-right: 0;
}

.agency-v2-detail-view .agency-v2-contact-card h4 {
  font-size: 17px;
}

.agency-v2-detail-view .agency-v2-contact-card p {
  margin-top: 7px;
  color: #4f617b;
  font-size: 13px;
}

.agency-v2-detail-view .agency-v2-contact-card a {
  color: #0d5ab7;
}

.agency-v2-detail-view .agency-v2-contact-appears {
  margin-top: 12px;
  font-size: 13px;
}

.agency-v2-detail-view .agency-v2-contact-appears-title {
  color: #415a79;
  font-weight: 700;
}

.agency-v2-detail-view .agency-v2-contact-appears ul {
  margin-top: 8px;
}

.agency-v2-detail-view .agency-v2-contact-appears a {
  text-decoration: none;
}

.agency-v2-detail-view .agency-v2-trend-chart {
  margin-top: 0;
}

.agency-v2-detail-view .agency-v2-trend-module p {
  margin: 12px 0 0;
  font-size: 13px;
}

.agency-v2-detail-view .pagination-row {
  padding: 10px 0 0;
  gap: 6px;
}

.agency-v2-detail-view .page-btn {
  min-width: 32px;
  height: 32px;
  border-radius: 7px;
  border-color: #d3dce8;
  color: #3e5068;
}

.agency-v2-detail-view .page-btn.active {
  background: #0b63d9;
  border-color: #0b63d9;
  color: #fff;
}

.agency-v2-detail-view .agency-v2-empty {
  padding: 10px 0;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-filter-form {
  padding: 11px 13px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-search-row {
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 7px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-search-field {
  height: 40px;
  background: #f2f4f7;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-search-btn {
  width: 92px;
  height: 40px;
  font-size: 14px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-filter-row {
  grid-template-columns: minmax(145px, 1fr) minmax(145px, 1fr) minmax(145px, 1fr) auto;
  gap: 7px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-results-count {
  padding: 10px 14px 9px;
  font-size: 20px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-results-count strong {
  font-size: 20px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-opps-table thead th {
  padding: 9px 12px;
}

.agency-v2-detail-view .agency-v2-main-column .table-scroll .agency-v2-opps-table {
  min-width: 0;
  width: 100%;
  table-layout: fixed;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-opps-table tbody td {
  padding: 11px 12px;
  font-size: 14px;
  color: #2b3e57;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-opps-table th:nth-child(1),
.agency-v2-detail-view .agency-v2-main-column .agency-v2-opps-table td:nth-child(1) {
  width: 55%;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-opps-table th:nth-child(2),
.agency-v2-detail-view .agency-v2-main-column .agency-v2-opps-table td:nth-child(2) {
  width: 13%;
  white-space: nowrap;
  text-align: left;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-opps-table th:nth-child(3),
.agency-v2-detail-view .agency-v2-main-column .agency-v2-opps-table td:nth-child(3),
.agency-v2-detail-view .agency-v2-main-column .agency-v2-opps-table th:nth-child(4),
.agency-v2-detail-view .agency-v2-main-column .agency-v2-opps-table td:nth-child(4) {
  width: 16%;
  white-space: nowrap;
  text-align: left;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-opps-table tbody td:first-child .opportunity-title-link {
  color: #2b7ea5;
  font-size: 15px;
  font-weight: 500;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-opps-table tbody td:first-child .opportunity-title-link:hover {
  color: #24698a;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-results-module .pagination-row {
  border-top: 1px solid #e2e8f1;
  padding: 10px 14px 11px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-section-head h2 {
  font-size: 23px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-section-head p {
  font-size: 13px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-section-body {
  padding: 11px 14px 11px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-awardee-card {
  padding: 11px 8px 9px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-awardee-card h4 {
  font-size: 18px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-awardee-card p {
  font-size: 13px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-card-link {
  font-size: 14px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-trend-chart {
  gap: 8px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-trend-y-axis,
.agency-v2-detail-view .agency-v2-main-column .agency-v2-trend-bars {
  height: 220px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-trend-x-axis {
  font-size: 10px;
}

.agency-v2-detail-view .agency-v2-main-column .agency-v2-trend-module p {
  font-size: 12px;
}

@media (max-width: 1320px) {
  .agency-v2-detail-view .agency-v2-content-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .agency-v2-detail-view .agency-v2-kpi-card strong {
    font-size: 31px;
  }

  .agency-v2-detail-view .agency-v2-kpi-card:last-child strong {
    font-size: 27px;
  }
}

@media (max-width: 900px) {
  .agency-v2-detail-view .agency-v2-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .agency-v2-detail-view .agency-v2-kpi-card {
    border-right: 1px solid #d7dfe9;
    border-bottom: 1px solid #d7dfe9;
  }

  .agency-v2-detail-view .agency-v2-kpi-card:nth-child(2n) {
    border-right: 0;
  }

  .agency-v2-detail-view .agency-v2-kpi-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .agency-v2-detail-view .agency-v2-search-row {
    grid-template-columns: 1fr;
  }

  .agency-v2-detail-view .agency-v2-search-btn {
    width: 100%;
  }

  .agency-v2-detail-view .agency-v2-filter-row {
    grid-template-columns: 1fr;
  }

  .agency-v2-detail-view .agency-v2-main-column .agency-v2-search-row {
    grid-template-columns: 1fr;
  }

  .agency-v2-detail-view .agency-v2-main-column .agency-v2-search-btn {
    width: 100%;
  }

  .agency-v2-detail-view .agency-v2-main-column .agency-v2-filter-row {
    grid-template-columns: 1fr;
  }

  .agency-v2-detail-view .agency-v2-reset-btn {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .agency-v2-detail-view .agency-v2-hero-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .agency-v2-detail-view .agency-v2-hero-head h1 {
    font-size: 32px;
  }

  .agency-v2-detail-view .agency-v2-kpi-card strong,
  .agency-v2-detail-view .agency-v2-kpi-card:last-child strong {
    font-size: 24px;
  }

  .agency-v2-detail-view .agency-v2-section-head h2,
  .agency-v2-detail-view .agency-v2-side-head h2 {
    font-size: 21px;
  }

  .agency-v2-detail-view .agency-v2-awardee-card h4 {
    font-size: 20px;
  }

  .agency-v2-detail-view .agency-v2-card-link {
    font-size: 16px;
  }

  .agency-v2-detail-view .agency-v2-contacts-grid {
    grid-template-columns: 1fr;
  }

  .agency-v2-detail-view .agency-v2-contact-card,
  .agency-v2-detail-view .agency-v2-contact-card:nth-child(2n) {
    border-right: 0;
  }

  .agency-v2-detail-view .agency-v2-contact-card h4 {
    font-size: 18px;
  }

  .agency-v2-detail-view .agency-v2-contact-card p {
    font-size: 14px;
  }

  .agency-v2-detail-view .agency-v2-awardees-row {
    grid-template-columns: 1fr;
  }

  .agency-v2-detail-view .agency-v2-trend-chart {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
  }
}

.industry-hero-module {
  margin-bottom: 12px;
  padding: 16px;
  background:
    linear-gradient(155deg, rgba(13, 78, 166, 0.06) 0%, rgba(5, 36, 76, 0.03) 100%),
    #fff;
}

.industry-hero-module h1 {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.24;
  color: #14233a;
}

.industry-hero-stats {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.industry-filter-module {
  margin-bottom: 14px;
  border-color: #9fbbe3;
  box-shadow: 0 10px 28px rgba(12, 54, 116, 0.12);
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.industry-filter-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
}

.industry-filter-grid label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.industry-filter-grid label span {
  color: #4e6483;
  font-size: 12px;
  font-weight: 600;
}

.industry-filter-grid button {
  align-self: end;
}

.industry-bids-table th:nth-child(1) {
  width: 24%;
}

.industry-bids-table th:nth-child(2) {
  width: 14%;
}

.industry-bids-table th:nth-child(3) {
  width: 15%;
}

.industry-bids-table th:nth-child(4),
.industry-bids-table th:nth-child(5) {
  width: 10%;
}

.industry-bids-table th:nth-child(6),
.industry-bids-table th:nth-child(7),
.industry-bids-table th:nth-child(8) {
  width: 8%;
}

.industry-bids-table th:nth-child(9) {
  width: 5%;
}

.industry-bids-table td:nth-child(3),
.industry-bids-table td:nth-child(4),
.industry-bids-table td:nth-child(5),
.industry-bids-table td:nth-child(6),
.industry-bids-table td:nth-child(7),
.industry-bids-table td:nth-child(8),
.industry-bids-table td:nth-child(9) {
  white-space: nowrap;
}

.industry-data-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.industry-activity-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.industry-activity-card {
  border: 1px solid #d3dfef;
  border-radius: 10px;
  background: #fbfdff;
  padding: 10px;
}

.industry-activity-card h3 {
  margin: 0;
  color: #23354e;
  font-size: 13px;
}

.industry-activity-card strong {
  margin-top: 8px;
  display: inline-block;
  color: #15263d;
  font-size: 17px;
}

.industry-related-list {
  margin: 0;
  padding: 12px 14px 14px 28px;
  display: grid;
  gap: 8px;
  color: #334b6b;
  font-size: 14px;
}

.industry-v2-header-module {
  margin-bottom: 10px;
  padding: 10px 14px 12px;
}

.industry-v2-layout {
  position: relative;
}

.industry-v2-main {
  display: grid;
  gap: 14px;
  align-content: start;
}

.industry-v2-anchor {
  position: fixed;
  top: 210px;
  left: max(14px, calc((100vw - 1280px) / 2 - 170px));
  width: 160px;
  z-index: 30;
}

.industry-v2-anchor-title {
  font-size: 14px;
  font-weight: 700;
  color: #324860;
  margin-bottom: 8px;
}

.industry-v2-anchor-list {
  display: grid;
  gap: 6px;
}

.industry-v2-anchor-link {
  color: #335171;
  font-size: 13px;
  text-decoration: none;
}

.industry-v2-anchor-link:hover {
  color: #0d4ea6;
  text-decoration: underline;
}

.industry-v2-hero {
  padding: 14px 16px 16px;
}

.industry-v2-hero-breadcrumb {
  margin: 0 0 10px;
}

.industry-v2-hero-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.industry-v2-hero h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #14253c;
  text-transform: none;
}

.industry-v2-hero > p {
  margin: 10px 0 0;
  color: #4a607b;
  font-size: 14px;
}

.industry-v2-overview-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.industry-v2-overview-card {
  border: 1px solid #d7e2f2;
  border-radius: 8px;
  background: #f9fbff;
  padding: 10px 12px 12px;
  display: grid;
  gap: 4px;
  justify-items: center;
  text-align: center;
}

.industry-v2-overview-card span {
  color: #5a6f89;
  font-size: 13px;
}

.industry-v2-overview-card strong {
  color: #14253b;
  font-size: 24px;
  line-height: 1.1;
}

.industry-v2-overview-icon {
  width: 20px;
  height: 20px;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.industry-v2-overview-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.industry-v2-filter-module {
  padding: 0;
}

.page-kind-industry .industry-v2-filter-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
  align-items: start;
}

.page-kind-industry .industry-v2-filter-module .home-filter-field > span {
  color: #223248;
  font-size: 13px;
  font-weight: 700;
}

.page-kind-industry .industry-v2-filter-module .home-keyword-field {
  grid-column: 1 / -1;
}

.page-kind-industry .industry-v2-filter-module .home-inline-search {
  display: grid;
  grid-template-columns: 1fr 124px;
  gap: 8px;
  align-items: stretch;
}

.page-kind-industry .industry-v2-filter-module .home-inline-search-main {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  align-items: stretch;
  height: 52px;
  border: 1px solid #b9c6da;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.page-kind-industry .industry-v2-filter-module .home-inline-search-main.is-active {
  background: #ffffff;
}

.page-kind-industry .industry-v2-filter-module .home-type-select-wrap {
  display: flex;
  align-items: stretch;
  position: relative;
  background: #ffffff;
  border-right: 1px solid #c7d4e8;
}

.page-kind-industry .industry-v2-filter-module .home-type-select-wrap::after {
  content: "▾";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #3b5475;
  font-size: 24px;
  font-weight: 700;
  pointer-events: none;
  line-height: 1;
}

.page-kind-industry .industry-v2-filter-module .home-type-select-wrap select {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #1b2d45;
  font-size: 14px;
  font-weight: 700;
  padding: 0 34px 0 11px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.page-kind-industry .industry-v2-filter-module .home-inline-search-main > input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #1b2d45;
  font-size: 14px;
  height: 100%;
  padding: 0 11px;
  min-width: 0;
}

.page-kind-industry .industry-v2-filter-module .home-inline-search-main > input:focus,
.page-kind-industry .industry-v2-filter-module .home-inline-search-main > input:focus-visible,
.page-kind-industry .industry-v2-filter-module .home-type-select-wrap select:focus,
.page-kind-industry .industry-v2-filter-module .home-type-select-wrap select:focus-visible {
  outline: none;
}

.page-kind-industry .industry-v2-filter-module .home-inline-search-btn {
  border: 0;
  border-radius: 8px;
  background: #0b63d9;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  height: 52px;
}

.page-kind-industry .industry-v2-filter-module .home-filter-field > select {
  width: 100%;
  border: 1px solid #b9c6da;
  background: #ffffff;
  color: #1b2d45;
  border-radius: 8px;
  font-size: 14px;
  height: 38px;
  padding: 0 10px;
}

.page-kind-industry .industry-v2-filter-module .home-filter-field > select.is-active {
  background: #ffffff;
}

.page-kind-industry .industry-v2-filter-module .home-multi-dropdown {
  position: relative;
}

.page-kind-industry .industry-v2-filter-module .home-multi-dropdown summary {
  list-style: none;
  width: 100%;
  border: 1px solid #b9c6da;
  background: #ffffff;
  color: #1b2d45;
  border-radius: 8px;
  font-size: 14px;
  height: 38px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.page-kind-industry .industry-v2-filter-module .home-multi-dropdown summary.is-active {
  background: #ffffff;
}

.page-kind-industry .industry-v2-filter-module .home-multi-dropdown summary::-webkit-details-marker {
  display: none;
}

.page-kind-industry .industry-v2-filter-module .home-summary-search {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #1b2d45;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
}

.page-kind-industry .industry-v2-filter-module .home-summary-search::placeholder {
  color: #7d8ea7;
}

.page-kind-industry .industry-v2-filter-module .home-multi-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 35;
  border: 1px solid #b9c6da;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(18, 33, 58, 0.16);
  padding: 8px;
}

.page-kind-industry .industry-v2-filter-module details.home-filter-dropdown[data-filter-name="county"] .home-multi-panel,
.page-kind-industry .industry-v2-filter-module details.home-filter-dropdown[data-filter-name="city"] .home-multi-panel,
.page-kind-industry .industry-v2-filter-module details.home-filter-dropdown[data-filter-name="setAside"] .home-multi-panel {
  width: 150%;
  right: auto;
  max-width: min(560px, calc(100vw - 36px));
}

.page-kind-industry .industry-v2-filter-module .home-multi-options {
  max-height: 220px;
  overflow-y: auto;
  display: grid;
  gap: 2px;
}

.page-kind-industry .industry-v2-filter-module .home-option-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-kind-industry .industry-v2-filter-module .home-multi-option {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  color: #1b2d45;
  font-size: 13px;
  border-radius: 6px;
  padding: 0 8px;
  cursor: pointer;
}

.page-kind-industry .industry-v2-filter-module details.home-filter-dropdown[data-filter-name="county"] .home-multi-option span,
.page-kind-industry .industry-v2-filter-module details.home-filter-dropdown[data-filter-name="city"] .home-multi-option span,
.page-kind-industry .industry-v2-filter-module details.home-filter-dropdown[data-filter-name="setAside"] .home-multi-option span {
  white-space: nowrap;
}

.page-kind-industry .industry-v2-filter-module .home-multi-option:hover {
  background: #e7f0ff;
}

.page-kind-industry .industry-v2-filter-module .home-multi-option.is-selected {
  background: #e7f0ff;
}

.page-kind-industry .industry-v2-filter-module .home-option-check {
  min-width: 14px;
  color: #0b63d9;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}

.page-kind-industry .industry-v2-filter-module .home-multi-option:not(.is-selected) .home-option-check {
  color: transparent;
}

.page-kind-industry .industry-v2-filter-module .home-reset-btn {
  height: 38px;
  border: 0;
  border-radius: 8px;
  align-self: end;
  justify-self: end;
  width: auto;
  background: transparent;
  color: #1f4f8f;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 0 2px;
}

.page-kind-industry .industry-v2-filter-grid #industry-reset-filters-btn {
  grid-column: auto;
}

.page-kind-industry .industry-v2-filter-module .home-reset-btn:hover {
  color: #0b3f86;
  background: transparent;
  filter: none;
}

.page-kind-industry .industry-v2-filter-module .home-reset-icon {
  font-size: 14px;
  line-height: 1;
}

.page-kind-industry .industry-v2-filter-module .home-summary-text {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-kind-industry .industry-v2-filter-module .home-date-range-field {
  position: relative;
}

.page-kind-industry .industry-v2-filter-module .home-range-calendar {
  position: relative;
}

.page-kind-industry .industry-v2-filter-module .home-range-calendar summary {
  width: 100%;
  border: 1px solid #b9c6da;
  background: #ffffff;
  color: #1b2d45;
  border-radius: 8px;
  font-size: 14px;
  height: 38px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}

.page-kind-industry .industry-v2-filter-module .home-range-calendar summary.is-active {
  background: #ffffff;
}

.page-kind-industry .industry-v2-filter-module .home-range-calendar summary::-webkit-details-marker {
  display: none;
}

.page-kind-industry .industry-v2-filter-module .home-range-summary-text {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-kind-industry .industry-v2-filter-module .home-range-summary-arrow {
  color: #3b5475;
  font-size: 14px;
  font-weight: 700;
  padding-left: 8px;
}

.page-kind-industry .industry-v2-filter-module .home-range-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 30;
  width: 284px;
  border: 1px solid #b9c6da;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(18, 33, 58, 0.18);
  padding: 10px;
}

.page-kind-industry .industry-v2-filter-module .home-range-panel-head {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  margin-bottom: 7px;
}

.page-kind-industry .industry-v2-filter-module .home-range-panel-head strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #243a5a;
  font-size: 13px;
}

.page-kind-industry .industry-v2-filter-module .home-range-month-label {
  font-weight: 700;
}

.page-kind-industry .industry-v2-filter-module .home-range-year-btn {
  border: 0;
  background: transparent;
  color: #1f4f8f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  padding: 0;
  line-height: 1.2;
}

.page-kind-industry .industry-v2-filter-module .home-range-year-picker {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #c3d1e6;
  border-radius: 8px;
  background: #ffffff;
  display: none;
  flex-direction: column;
  z-index: 3;
}

.page-kind-industry .industry-v2-filter-module .home-range-panel.year-picker-open .home-range-year-picker {
  display: flex;
}

.page-kind-industry .industry-v2-filter-module .home-range-year-picker-head {
  padding: 9px 10px 7px;
  font-size: 12px;
  color: #2f4a6c;
  font-weight: 700;
  border-bottom: 1px solid #dde5f2;
}

.page-kind-industry .industry-v2-filter-module .home-range-year-list {
  padding: 6px 6px 8px;
  display: grid;
  gap: 4px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.page-kind-industry .industry-v2-filter-module .home-range-year-option {
  border: 1px solid transparent;
  background: #ffffff;
  color: #213652;
  border-radius: 6px;
  height: 30px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.page-kind-industry .industry-v2-filter-module .home-range-year-option:hover {
  background: #ecf2fc;
}

.page-kind-industry .industry-v2-filter-module .home-range-year-option.is-current {
  border-color: #7ea3d8;
  background: #dce9ff;
}

.page-kind-industry .industry-v2-filter-module .home-range-nav-btn {
  border: 1px solid #c5d2e5;
  background: #ffffff;
  color: #294469;
  border-radius: 6px;
  width: 30px;
  height: 28px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.page-kind-industry .industry-v2-filter-module .home-range-week-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-bottom: 4px;
  color: #6f829e;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.page-kind-industry .industry-v2-filter-module .home-range-day-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.page-kind-industry .industry-v2-filter-module .home-range-day-btn {
  border: 1px solid transparent;
  background: transparent;
  color: #203654;
  border-radius: 6px;
  height: 30px;
  font-size: 12px;
  cursor: pointer;
}

.page-kind-industry .industry-v2-filter-module .home-range-day-btn:hover {
  background: #e7eefb;
}

.page-kind-industry .industry-v2-filter-module .home-range-day-btn.is-outside {
  color: #9aa8bd;
}

.page-kind-industry .industry-v2-filter-module .home-range-day-btn.is-in-range {
  background: #dce9ff;
}

.page-kind-industry .industry-v2-filter-module .home-range-day-btn.is-start,
.page-kind-industry .industry-v2-filter-module .home-range-day-btn.is-end {
  background: #0b63d9;
  color: #ffffff;
}

.page-kind-industry .industry-v2-filter-module .home-range-day-btn.is-today {
  border-color: #6f90bd;
}

.page-kind-industry .industry-v2-filter-module .home-range-panel-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.page-kind-industry .industry-v2-filter-module .home-range-clear-btn {
  border: 0;
  background: transparent;
  color: #2f4d76;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.industry-v2-module-head {
  padding: 12px 14px 10px;
  border-bottom: 1px solid #e0e8f5;
}

.industry-v2-module-head .module-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.industry-v2-module-head p {
  margin: 6px 0 0;
  color: #6b7280;
  font-size: 14px;
}

.industry-v2-bid-list {
  display: grid;
}

.industry-v2-bid-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid #e8eef8;
  text-decoration: none;
  color: #1b2f46;
}

.industry-v2-bid-row:hover {
  background: #f8fbff;
  color: #0d4ea6;
  text-decoration: none;
}

.industry-v2-bid-main h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}

.industry-v2-bid-main p {
  margin: 5px 0 0;
  color: #60758f;
  font-size: 13px;
}

.industry-v2-bid-meta {
  display: grid;
  justify-items: end;
  gap: 4px;
  color: #4f6480;
  font-size: 12px;
}

.industry-v2-list-body,
.industry-v2-awards-list {
  display: grid;
}

.industry-v2-list-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 11px 14px;
  border-bottom: 1px solid #e8eef8;
  text-decoration: none;
  color: #1f3550;
}

.industry-v2-top-agencies-module .industry-v2-list-row {
  grid-template-columns: minmax(0, 1fr) 220px 140px;
  gap: 10px;
}

.industry-v2-top-agencies-module .industry-v2-list-count {
  justify-self: start;
}

.industry-v2-list-row:hover {
  background: #f8fbff;
  color: #0d4ea6;
  text-decoration: none;
}

.industry-v2-list-name {
  font-size: 15px;
}

.industry-v2-list-count,
.industry-v2-list-meta {
  color: #5f7591;
  font-size: 13px;
  white-space: nowrap;
}

.industry-v2-module-foot {
  padding: 12px 14px 14px;
}

.industry-v2-more {
  color: #0d4ea6;
  font-weight: 700;
  text-decoration: none;
}

.industry-v2-more:hover {
  color: #b45309;
  text-decoration: underline;
}

.industry-v2-locations-module .industry-v2-module-foot {
  border-top: 1px solid #e8eef8;
}

.industry-v2-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.industry-v2-location-col + .industry-v2-location-col {
  border-left: 1px solid #e6edf8;
}

.industry-v2-location-col h3 {
  margin: 0;
  padding: 10px 14px 8px;
  font-size: 16px;
  color: #1f3551;
  border-bottom: 1px solid #e8eef8;
}

.industry-v2-location-list {
  display: grid;
}

.industry-v2-location-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 9px 14px;
  border-bottom: 1px solid #eef3fa;
  color: #1f3550;
  text-decoration: none;
}

.industry-v2-location-row span:last-child {
  font-size: 12px;
  color: #60758f;
  white-space: nowrap;
}

.industry-v2-location-row:hover {
  color: #0d4ea6;
  background: #f8fbff;
  text-decoration: none;
}

.industry-v2-award-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, auto) auto auto;
  gap: 10px;
  align-items: center;
  padding: 11px 14px;
  border-bottom: 1px solid #e8eef8;
  color: #1f3550;
  text-decoration: none;
}

.industry-v2-award-row:hover {
  color: #0d4ea6;
  background: #f8fbff;
  text-decoration: none;
}

.industry-v2-award-title {
  font-size: 15px;
}

.industry-v2-awardee,
.industry-v2-award-value,
.industry-v2-award-date {
  font-size: 13px;
  color: #5f7591;
  white-space: nowrap;
}

.industry-v2-related-list {
  padding: 12px 14px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.industry-v2-related-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid #c8d8ee;
  border-radius: 8px;
  background: #f7fbff;
  color: #20456c;
  text-decoration: none;
}

.industry-v2-related-row:hover {
  color: #0d4ea6;
  text-decoration: none;
}

.industry-v2-related-name {
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
}

.industry-v2-related-active {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  color: #0d7f49;
  white-space: nowrap;
}

.industry-v2-about-module {
  border-top: 1px solid #dfe6f2;
  padding: 14px 14px 0;
}

.industry-v2-about-module .module-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.industry-v2-about-body {
  padding: 15px 0 9px;
}

.industry-v2-about-body p {
  margin: 0;
  color: #4c627d;
  font-size: 14px;
  line-height: 2.4;
  max-width: 66%;
}

.industry-v2-link {
  color: #0d4ea6;
  text-decoration: none;
}

.industry-v2-link:hover {
  color: #b45309;
  text-decoration: underline;
}

.industry-v2-empty {
  padding: 14px;
  color: #687d97;
  font-size: 13px;
}

.industry-agencies-hero-module {
  padding: 14px 16px 16px;
}

.industry-agencies-hero-module h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #14253c;
}

.industry-agencies-hero-module > p {
  margin: 10px 0 0;
  color: #4a607b;
  font-size: 14px;
}

.industry-agencies-kpi-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.industry-agencies-kpi-card {
  border: 1px solid #e6edf7;
  border-radius: 8px;
  background: #f8fafc;
  padding: 10px 12px 12px;
  display: grid;
  gap: 4px;
  transition: box-shadow 0.2s ease;
}

.industry-agencies-kpi-card span {
  color: #7a8fa8;
  font-size: 13px;
}

.industry-agencies-kpi-card strong {
  color: #14253b;
  font-size: 30px;
  line-height: 1.1;
}

.industry-agencies-kpi-card:hover {
  box-shadow: 0 8px 18px rgba(20, 37, 60, 0.08);
}

.industry-agencies-filter-module {
  margin-top: 14px;
  padding: 12px;
  border-color: #e8eef7;
  box-shadow: 0 2px 10px rgba(13, 32, 61, 0.04);
}

.industry-agencies-filter-form {
  display: grid;
  gap: 10px;
}

.industry-agencies-search-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.industry-agencies-search-field {
  grid-column: 1 / 4;
  height: 50px;
  border: 1px solid #b9c6da;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
}

.industry-agencies-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5d7492;
}

.industry-agencies-search-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.industry-agencies-search-row input {
  height: 100%;
  border: 0;
  background: transparent;
  color: #1b2d45;
  font-size: 14px;
  padding: 0 12px 0 0;
}

.industry-agencies-search-row input:focus,
.industry-agencies-search-row input:focus-visible {
  outline: none;
}

.industry-agencies-search-btn {
  grid-column: 4 / 5;
  border: 0;
  border-radius: 8px;
  background: #0b63d9;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  width: 100%;
  cursor: pointer;
}

.industry-agencies-filter-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
}

.industry-agencies-filter-field {
  display: grid;
  gap: 4px;
}

.industry-agencies-filter-field > span {
  color: #223248;
  font-size: 13px;
  font-weight: 700;
}

.industry-agencies-filter-module .home-multi-dropdown {
  position: relative;
}

.industry-agencies-filter-module .home-multi-dropdown summary {
  list-style: none;
  width: 100%;
  border: 1px solid #b9c6da;
  border-radius: 8px;
  color: #1b2d45;
  font-size: 14px;
  height: 40px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.industry-agencies-filter-module .home-multi-dropdown summary.is-active {
  background: #ffffff;
}

.industry-agencies-filter-module .home-multi-dropdown summary.has-search {
  padding: 0 10px;
}

.industry-agencies-filter-module .home-multi-dropdown summary::-webkit-details-marker {
  display: none;
}

.industry-agencies-filter-module .home-summary-search {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #1b2d45;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
}

.industry-agencies-filter-module .home-summary-search::placeholder {
  color: #7d8ea7;
}

.industry-agencies-filter-module .home-multi-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 35;
  border: 1px solid #b9c6da;
  background: #f6f9ff;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(18, 33, 58, 0.16);
  padding: 8px;
}

.industry-agencies-filter-module .home-multi-options {
  max-height: 240px;
  overflow-y: auto;
  display: grid;
  gap: 2px;
}

.industry-agencies-filter-module .home-option-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.industry-agencies-filter-module .home-multi-option {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  color: #1b2d45;
  font-size: 13px;
  border-radius: 6px;
  padding: 0 8px;
  cursor: pointer;
}

.industry-agencies-filter-module .home-multi-option:hover {
  background: #eef3fb;
}

.industry-agencies-filter-module .home-option-check {
  min-width: 14px;
  color: #0b63d9;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}

.industry-agencies-filter-module .home-multi-option:not(.is-selected) .home-option-check {
  color: transparent;
}

.industry-agencies-filter-module .home-summary-text {
  display: inline-flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.industry-agencies-reset-btn {
  grid-column: 4 / 5;
  height: 40px;
  border: 1px solid #ec4899;
  border-radius: 8px;
  background: #fce7f3;
  color: #9d174d;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  padding: 0 16px;
  cursor: pointer;
  justify-self: stretch;
}

.industry-agencies-reset-btn:hover {
  background: #fbcfe8;
}

.industry-agencies-list-module {
  margin-top: 16px;
  border-color: #dfe8f4;
  box-shadow: 0 10px 24px rgba(15, 45, 85, 0.07);
}

.industry-agencies-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid #e9eff8;
  background: #ffffff;
}

.industry-agencies-list-title {
  margin: 0;
  color: #132741;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.industry-agencies-sort {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #435a76;
  font-size: 14px;
}

.industry-agencies-sort span {
  white-space: nowrap;
}

.industry-agencies-sort select {
  height: 40px;
  border: 1px solid #c2cede;
  border-radius: 8px;
  background: #ffffff;
  color: #1f334d;
  font-size: 14px;
  padding: 0 12px;
}

.industry-agency-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(212px, auto);
  gap: 14px;
  padding: 14px;
  min-height: calc(212px * 5 + 14px * 4);
  align-content: start;
}

.industry-agency-card {
  border: 1px solid #e7edf6;
  border-radius: 12px;
  background: #ffffff;
  padding: 22px;
  min-height: 212px;
  transition:
    background-color 0.18s ease,
    box-shadow 0.18s ease;
}

.industry-agency-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
  color: #193150;
}

.industry-agency-name-link {
  color: inherit;
  text-decoration: none;
}

.industry-agency-name-link:hover {
  color: #0d4ea6;
  text-decoration: underline;
}

.industry-agency-card-sub {
  margin: 8px 0 0;
  color: #526983;
  font-size: 14px;
}

.industry-agency-card-metrics {
  margin-top: 14px;
  color: #314a68;
}

.industry-agency-card-metrics-title {
  margin: 0;
  color: #233b58;
  font-size: 14px;
  font-weight: 700;
}

.industry-agency-card-metrics-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  font-size: 14px;
  color: #314a68;
}

.industry-agency-card-metrics-list li {
  position: relative;
  padding-left: 14px;
  line-height: 1.4;
}

.industry-agency-card-metrics-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #5a7494;
}

.industry-agency-card-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.industry-agency-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  background: #0b63d9;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.industry-agency-primary-btn:hover {
  background: #0a56bc;
  color: #ffffff;
  text-decoration: none;
}

.industry-agency-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid #c9d8ee;
  background: #ffffff;
  color: #1f4f8f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.industry-agency-secondary-link:hover {
  background: #f2f7ff;
  color: #0d4ea6;
  text-decoration: none;
}

.industry-agency-card:hover {
  background: #fbfdff;
  box-shadow: 0 8px 18px rgba(17, 43, 78, 0.08);
}

.industry-agencies-location-module {
  margin-top: 16px;
  border-color: #e8eef7;
  box-shadow: 0 2px 10px rgba(13, 32, 61, 0.04);
}

.industry-agencies-location-body {
  padding: 12px 14px 14px;
  min-height: 494px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
}

.industry-agencies-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.industry-agencies-location-card {
  border: 1px solid #dfe8f5;
  border-radius: 10px;
  background: #f8fbff;
  min-height: 430px;
  padding: 8px 10px;
  display: grid;
  align-content: start;
}

.industry-agencies-location-row {
  min-height: 32px;
  border-radius: 6px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0d4ea6;
  font-size: 14px;
  text-decoration: none;
}

.industry-agencies-location-row:hover {
  background: #eef4ff;
  color: #0d4ea6;
}

.industry-agencies-location-name {
  font-weight: 600;
}

.industry-agencies-location-count {
  color: #415a77;
  white-space: nowrap;
}

.industry-agencies-location-row.is-placeholder {
  pointer-events: none;
  color: transparent;
}

.industry-agencies-location-row.is-placeholder .industry-agencies-location-count {
  color: transparent;
}

.industry-agencies-location-pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.industry-agencies-location-page-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #c6d4e8;
  background: #ffffff;
  color: #1f3f64;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.industry-agencies-location-page-btn:hover {
  border-color: #90afd6;
  background: #eef4ff;
}

.industry-agencies-location-page-btn.is-current {
  border-color: #0d4ea6;
  background: #0d4ea6;
  color: #ffffff;
}

@media (max-width: 960px) {
  .industry-agencies-kpi-grid {
    grid-template-columns: 1fr;
  }

  .industry-agencies-search-row {
    grid-template-columns: 1fr;
  }

  .industry-agencies-search-field,
  .industry-agencies-search-btn,
  .industry-agencies-reset-btn {
    grid-column: auto;
  }

  .industry-agencies-filter-row {
    grid-template-columns: 1fr;
  }

  .industry-agencies-list-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .industry-agency-list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    min-height: 0;
  }

  .industry-agency-card {
    min-height: 0;
  }

  .industry-agencies-reset-btn {
    justify-self: stretch;
  }

  .industry-agencies-location-body {
    min-height: 0;
    grid-template-rows: auto auto;
  }

  .industry-agencies-location-grid {
    grid-template-columns: 1fr;
  }

  .industry-agencies-location-card {
    min-height: 0;
  }
}

.agency-directory-main {
  display: grid;
  gap: 14px;
}

.agency-directory-hero-module {
  border-color: #d6e2f2;
  box-shadow: none;
  background: #ffffff;
}

.agency-directory-hero-module h1 {
  margin: 0;
  font-size: clamp(1.45rem, 2.15vw, 2rem);
  line-height: 1.24;
  color: #16253c;
}

.agency-directory-kpi-row {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.agency-directory-kpi-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid #c8d8eb;
  background: #f2f7ff;
  color: #254266;
  font-size: 13px;
  font-weight: 700;
  padding: 0 12px;
}

.agency-directory-filter-module {
  border-color: #d6e2f2;
}

.agency-directory-filter-form {
  padding: 12px;
  display: grid;
  gap: 10px;
}

.agency-directory-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.agency-directory-search-row input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #c4d3e8;
  background: #ffffff;
  color: #1c2e46;
  padding: 0 12px;
  font-size: 14px;
}

.agency-directory-search-row input:focus,
.agency-directory-search-row input:focus-visible {
  outline: 0;
  border-color: #0d4ea6;
  box-shadow: 0 0 0 3px rgba(13, 78, 166, 0.14);
}

.agency-directory-search-row button {
  min-width: 112px;
  height: 40px;
  border-radius: 10px;
  border: 0;
  background: #0b63d9;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.agency-directory-search-row button:hover {
  background: #0a56bc;
}

.agency-directory-control-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
}

.awardee-directory-search-row {
  grid-template-columns: minmax(0, 1fr);
}

.awardee-directory-control-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.set-aside-directory-page-container {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  display: grid;
  gap: 14px;
}

.set-aside-directory-page-container > .set-aside-directory-main,
.set-aside-directory-page-container > .site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}

.set-aside-directory-main .set-aside-directory-tabs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.set-aside-directory-main .table-scroll {
  overflow-x: auto;
}

.set-aside-directory-main .table-scroll .home-opps-table-v2,
.set-aside-directory-main .table-scroll .home-awards-table {
  width: 100%;
  min-width: 100%;
}

.set-aside-directory-main .home-awards-table th:nth-child(1) {
  width: 36%;
}

.set-aside-directory-main .home-awards-table th:nth-child(2),
.set-aside-directory-main .home-awards-table th:nth-child(3) {
  width: 17%;
}

.set-aside-directory-main .home-awards-table th:nth-child(4) {
  width: 12%;
}

.set-aside-directory-main .home-awards-table th:nth-child(5) {
  width: 18%;
}

.set-aside-directory-main .home-opps-table-v2 thead th.set-aside-status-head {
  padding-left: 16px;
}

.set-aside-directory-main .set-aside-tab-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #c2d2e6;
  background: #ffffff;
  color: #1d334f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.set-aside-directory-main .set-aside-tab-link:hover {
  border-color: #90afd6;
  background: #eef4ff;
  color: #0d4ea6;
  text-decoration: none;
}

.set-aside-directory-main .set-aside-tab-link.is-active {
  color: #ffffff;
  background: linear-gradient(90deg, var(--brand-strong), var(--brand));
  border-color: transparent;
}

.set-aside-directory-main .opportunity-title-link {
  color: var(--brand);
}

.set-aside-directory-main .set-aside-directory-control-row {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.set-aside-directory-main .set-aside-directory-state-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.set-aside-directory-main .set-aside-directory-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.set-aside-directory-main .set-aside-directory-grid-link {
  min-height: 42px;
  border: 1px solid #dbe5f3;
  border-radius: 8px;
  background: #f9fbff;
  padding: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  color: #1a2f49;
  text-decoration: none;
}

.set-aside-directory-main .set-aside-directory-grid-link:hover {
  background: #eef5ff;
  color: #0d4ea6;
  text-decoration: none;
}

.set-aside-directory-main .set-aside-directory-grid-link strong {
  color: #2d4c70;
  font-size: 13px;
}

.set-aside-directory-main .set-aside-directory-card-metric {
  color: #3a5475;
  font-size: 13px;
  font-weight: 700;
}

.set-aside-directory-main .home-primary-row td {
  border-bottom: 0;
}

.set-aside-directory-main .home-description-row td {
  border-top: 0;
  border-bottom: 1px solid #dfe6f2;
  padding: 0 10px 11px;
}

.set-aside-directory-main .home-description-cell {
  font-size: 14px;
  color: #445b78;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 6px;
}

.set-aside-directory-main .home-description-cell strong {
  color: #263c58;
  white-space: nowrap;
  font-weight: 400;
}

.set-aside-directory-main .home-description-cell span {
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
  white-space: normal;
  line-height: 1.45;
  max-height: calc(1.45em * 3);
  text-overflow: ellipsis;
}

.agency-directory-control-row label {
  display: grid;
  gap: 4px;
}

.agency-directory-control-row label > span {
  font-size: 12px;
  color: #445d7b;
  font-weight: 700;
}

.page-kind-agency .agency-directory-filter-module .home-multi-dropdown summary.has-search {
  padding: 0 10px;
}

.page-kind-agency .agency-directory-filter-module .home-multi-dropdown summary.has-search .home-summary-search {
  width: 100%;
  min-height: 36px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.page-kind-agency
  .agency-directory-filter-module
  .home-multi-dropdown
  summary.has-search
  .home-summary-search::placeholder {
  color: #627792;
}

.agency-directory-control-row select {
  width: 100%;
  height: 38px;
  border-radius: 8px;
  border: 1px solid #c4d3e8;
  background: #ffffff;
  color: #1b2d45;
  padding: 0 9px;
  font-size: 14px;
}

.agency-directory-control-row select:focus,
.agency-directory-control-row select:focus-visible {
  outline: 0;
  border-color: #0d4ea6;
  box-shadow: 0 0 0 3px rgba(13, 78, 166, 0.14);
}

.agency-directory-reset-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #c4d3e8;
  background: #f7faff;
  color: #254266;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.agency-directory-reset-btn:hover {
  background: #ecf4ff;
}

.agency-directory-reset-btn .agency-directory-reset-symbol {
  font-size: 14px;
  line-height: 1;
}

.agency-directory-summary-module {
  border-color: #d6e2f2;
  box-shadow: none;
  padding: 10px 12px;
}

.agency-directory-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.agency-directory-summary-text {
  color: #304963;
  font-size: 14px;
  font-weight: 700;
}

.agency-directory-sort-form label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.agency-directory-sort-form label > span {
  color: #304963;
  font-size: 14px;
  font-weight: 700;
}

.agency-directory-sort-form select {
  height: 36px;
  border-radius: 8px;
  border: 1px solid #c4d3e8;
  background: #ffffff;
  color: #1b2d45;
  padding: 0 9px;
  font-size: 14px;
}

.agency-directory-option-empty {
  color: #60748e;
  font-size: 12px;
  padding: 6px 8px;
}

.agency-directory-results-module {
  border-color: #d6e2f2;
  box-shadow: none;
}

.agency-directory-card-list {
  padding: 10px;
  display: grid;
  gap: 10px;
}

.agency-directory-card {
  border: 1px solid #d7e2f2;
  border-radius: 10px;
  background: #ffffff;
  padding: 12px 14px;
  display: grid;
  gap: 7px;
}

.agency-directory-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.awardee-directory-card-head {
  align-items: flex-start;
}

.agency-directory-card-head h3 {
  margin: 0;
  font-size: 18px;
  color: #13243a;
}

.agency-directory-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 34px;
  border-radius: 8px;
  border: 1px solid #c8d7eb;
  background: #ffffff;
  color: #16508f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.agency-directory-view-btn:hover {
  background: #eef5ff;
  text-decoration: none;
}

.agency-directory-card-sub {
  margin: 0;
  color: #516985;
  font-size: 14px;
}

.agency-directory-card-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: #1e354f;
  font-size: 14px;
  font-weight: 600;
}

.agency-directory-card-industries {
  margin: 0;
  color: #445d79;
  font-size: 14px;
}

.agency-directory-card-top-industries {
  color: #1e354f;
  font-size: 14px;
  font-weight: 600;
}

.agency-directory-top-module,
.agency-directory-location-module,
.agency-directory-government-module,
.agency-directory-industry-module {
  border-color: #d6e2f2;
}

.agency-directory-top-grid {
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.agency-directory-top-card {
  border: 1px solid #dbe5f3;
  border-radius: 10px;
  background: #f9fbff;
  padding: 12px;
  display: grid;
  gap: 7px;
}

.agency-directory-top-card-title {
  color: #13243a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.agency-directory-top-card-metric {
  margin: 0;
  color: #2d4c70;
  font-size: 13px;
  font-weight: 700;
}

.agency-directory-location-grid {
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.agency-directory-location-card,
.agency-directory-industry-card {
  border: 1px solid #dbe5f3;
  border-radius: 10px;
  background: #ffffff;
  padding: 10px;
  display: grid;
  gap: 8px;
}

.agency-directory-location-card h3,
.agency-directory-industry-card h3 {
  margin: 0;
  color: #223853;
  font-size: 14px;
  font-weight: 700;
}

.agency-directory-location-card .agency-directory-list-table,
.agency-directory-industry-card .agency-directory-list-table {
  padding: 0;
}

.agency-directory-location-card .agency-directory-pager,
.agency-directory-industry-module .agency-directory-pager {
  padding: 2px 0 0;
}

.agency-directory-industry-grid {
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.agency-directory-list-table {
  padding: 6px 10px 10px;
  display: grid;
  gap: 6px;
}

.agency-directory-list-row {
  min-height: 42px;
  border: 1px solid #dbe5f3;
  border-radius: 8px;
  background: #f9fbff;
  padding: 0 10px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto auto;
  gap: 10px;
  align-items: center;
  color: #1a2f49;
  text-decoration: none;
}

.agency-directory-list-row:hover {
  background: #eef5ff;
  text-decoration: none;
}

.agency-directory-location-row,
.agency-directory-industry-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.agency-directory-list-name {
  font-weight: 700;
}

.agency-directory-list-count {
  white-space: nowrap;
  color: #2d4c70;
  font-size: 13px;
}

.agency-directory-list-date {
  white-space: nowrap;
  color: #4d6682;
  font-size: 13px;
}

.agency-directory-pager {
  padding: 2px 10px 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.agency-directory-pager-empty {
  min-height: 10px;
}

.agency-directory-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid #c2d2e6;
  background: #ffffff;
  color: #1d334f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.agency-directory-page-btn-next {
  min-width: 34px;
}

.agency-directory-page-btn:hover:not(:disabled) {
  border-color: #90afd6;
  background: #eef4ff;
}

.agency-directory-page-btn.is-active {
  color: #ffffff;
  background: linear-gradient(90deg, var(--brand-strong), var(--brand));
  border-color: transparent;
}

.agency-directory-page-btn:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.agency-directory-empty {
  border: 1px dashed #cfdbee;
  border-radius: 10px;
  padding: 24px 12px;
  text-align: center;
  color: #60748e;
  background: #fbfdff;
}

@media (max-width: 1080px) {
  .agency-directory-control-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .set-aside-directory-main .set-aside-directory-control-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .agency-directory-location-grid {
    grid-template-columns: 1fr;
  }

  .set-aside-directory-main .set-aside-directory-state-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .agency-directory-search-row {
    grid-template-columns: 1fr;
  }

  .agency-directory-search-row button {
    width: 100%;
  }

  .agency-directory-control-row {
    grid-template-columns: 1fr;
  }

  .awardee-directory-control-row {
    grid-template-columns: 1fr;
  }

  .set-aside-directory-main .set-aside-directory-control-row {
    grid-template-columns: 1fr;
  }

  .agency-directory-summary-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .agency-directory-top-grid,
  .agency-directory-industry-grid {
    grid-template-columns: 1fr;
  }

  .set-aside-directory-main .set-aside-directory-state-grid,
  .set-aside-directory-main .set-aside-directory-industry-grid {
    grid-template-columns: 1fr;
  }

  .agency-directory-list-row {
    grid-template-columns: 1fr;
    gap: 3px;
    align-items: start;
    padding: 8px 10px;
  }
}

@media (min-width: 1201px) {
  .page-kind-industry .agency-v2-detail-view .agency-v2-content-grid {
    grid-template-columns: minmax(0, 2.42fr) minmax(260px, 0.72fr);
  }
}

.page-kind-industry .home-results-toolbar {
  margin-top: 3px;
  margin-bottom: 14px;
  padding: 2px 8px 8px 16px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: transparent;
}

.page-kind-industry .industry-v2-filter-module {
  margin-bottom: 7px;
  position: relative;
  z-index: 30;
}

.page-kind-industry .industry-v2-filter-module .home-filter-v2 {
  margin-bottom: 0;
}

.page-kind-industry .industry-v2-filter-module .home-search-filter-grid {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-kind-industry .industry-v2-filter-module .home-search-filter-rows {
  display: grid;
  gap: 10px;
}

.page-kind-industry .industry-v2-filter-module .home-search-filter-row-compact {
  display: flex;
  width: 100%;
  margin: 0;
  gap: 10px;
  align-items: end;
  flex-wrap: nowrap;
}

.page-kind-industry .industry-v2-filter-module .home-search-filter-row-compact > .home-filter-field {
  flex: 1 1 0;
  min-width: 0;
}

.page-kind-industry .industry-v2-filter-module .home-search-filter-row-compact .home-search-reset-btn {
  flex: 0 0 auto;
}

.page-kind-industry .industry-v2-filter-module .home-all-filters-trigger-field,
.page-kind-industry .industry-v2-filter-module .home-all-filters-backdrop {
  display: none;
}

.page-kind-industry .industry-v2-filter-module .home-search-reset-btn {
  justify-self: end;
}

.page-kind-industry .industry-v2-filter-module .home-keyword-field,
.page-kind-industry .industry-v2-filter-module .home-search-filter-rows,
.page-kind-industry .industry-v2-filter-module .home-search-filter-row {
  width: 100%;
  margin: 0;
}

.page-kind-industry .agency-v2-detail-view .agency-v2-section-head,
.page-kind-industry .agency-v2-detail-view .agency-v2-side-head {
  background: #eaf3ff;
  color: #1d3f67;
}

.page-kind-industry .agency-v2-detail-view .agency-v2-section-head p,
.page-kind-industry .agency-v2-detail-view .agency-v2-side-head p {
  color: #507196;
}

.page-kind-industry .industry-v2-about-module {
  padding: 0;
  border-top: 0;
}

.page-kind-industry .industry-v2-about-module .agency-v2-section-body {
  padding: 18px 18px 20px;
}

.page-kind-industry .industry-v2-local-markets-module .state-major-cities-list {
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 0;
}

.page-kind-industry .industry-v2-local-markets-module .state-major-cities-chip {
  width: 100%;
  justify-content: space-between;
}

.page-kind-industry .industry-v2-local-markets-module .state-major-cities-name {
  white-space: normal;
}

.page-kind-industry .industry-v2-about-body p {
  font-size: 18px;
  line-height: 1.8;
  max-width: 100%;
}

.page-kind-industry .home-results-summary {
  color: #22354d;
  font-size: 14px;
  padding-left: 2px;
}

.page-kind-industry .home-results-summary strong {
  font-weight: 800;
}

.page-kind-industry .home-results-actions label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #22354d;
  font-size: 14px;
}

.page-kind-industry .home-results-actions select {
  height: 36px;
  border: 1px solid #b9c6da;
  background: #ffffff;
  color: #1b2d45;
  border-radius: 8px;
  font-size: 14px;
  padding: 0 10px;
}

.page-kind-industry .home-opportunities-module {
  margin-top: 0;
}

.home-results-list-shell {
  position: relative;
}

.page-kind-agency .agency-v2-results-list-shell[aria-busy="true"],
.page-kind-agency .agency-v2-results-list-shell.is-loading {
  min-height: 360px;
}

.home-results-loading-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.58);
  pointer-events: auto;
}

.home-results-loading-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #c3d2e7;
  background: rgba(255, 255, 255, 0.9);
  color: #17304a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 18px rgba(13, 33, 56, 0.12);
}

.page-kind-agency .agency-v2-results-list-shell .home-results-loading-overlay {
  background: rgba(243, 248, 255, 0.74);
  -webkit-backdrop-filter: blur(1.2px);
  backdrop-filter: blur(1.2px);
}

.page-kind-industry .home-results-loading-overlay {
  background: rgba(244, 248, 255, 0.62);
}

.page-kind-industry .home-opportunities-module .table-scroll {
  overflow-x: hidden;
}

.page-kind-industry .table-scroll .home-opps-table-v2 {
  min-width: 0;
  width: 100%;
  table-layout: fixed;
}

.page-kind-industry .table-scroll .home-awards-table {
  min-width: 0;
  width: 100%;
  table-layout: fixed;
}

.page-kind-industry .home-opps-table-v2 th:nth-child(1) {
  width: 36%;
}

.page-kind-industry .home-opps-table-v2 th:nth-child(2) {
  width: 18%;
}

.page-kind-industry .home-opps-table-v2 th:nth-child(3) {
  width: 10%;
}

.page-kind-industry .home-opps-table-v2 th:nth-child(4) {
  width: 10%;
}

.page-kind-industry .home-opps-table-v2 th:nth-child(5) {
  width: 8%;
}

.page-kind-industry .home-opps-table-v2 th:nth-child(6) {
  width: 18%;
}

.page-kind-industry .home-opps-table-v2 td:nth-child(3),
.page-kind-industry .home-opps-table-v2 td:nth-child(4),
.page-kind-industry .home-opps-table-v2 td:nth-child(5) {
  white-space: nowrap;
}

.page-kind-industry .home-opps-table-v2 td:nth-child(6) {
  min-width: 0;
}

.page-kind-industry .home-opps-table-v2 td:nth-child(6) .homepage2-set-aside-badge {
  white-space: normal;
  line-height: 1.35;
}

.page-kind-industry .home-primary-row td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.page-kind-industry .home-opps-table-v2 thead th:first-child,
.page-kind-industry .home-opps-table-v2 tbody td:first-child,
.page-kind-industry .home-awards-table thead th:first-child,
.page-kind-industry .home-awards-table tbody td:first-child {
  padding-left: 18px;
}

.page-kind-industry .home-opps-table-v2 thead th:last-child,
.page-kind-industry .home-opps-table-v2 tbody td:last-child {
  padding-right: 18px;
}

.page-kind-industry .home-opps-table-v2 thead th:nth-child(4),
.page-kind-industry .home-opps-table-v2 thead th:nth-child(5),
.page-kind-industry .home-opps-table-v2 thead th:nth-child(6),
.page-kind-industry .home-opps-table-v2 tbody td:nth-child(4),
.page-kind-industry .home-opps-table-v2 tbody td:nth-child(5),
.page-kind-industry .home-opps-table-v2 tbody td:nth-child(6) {
  padding-left: 16px;
}

.page-kind-industry .home-opps-table-v2 thead th,
.page-kind-industry .home-awards-table thead th {
  background: #dde2e8;
  color: #22354d;
  font-size: 14px;
  font-weight: 800;
}

.page-kind-industry .home-awards-table th:nth-child(1) {
  width: 40%;
}

.page-kind-industry .home-awards-table th:nth-child(2),
.page-kind-industry .home-awards-table th:nth-child(3) {
  width: 16%;
}

.page-kind-industry .home-awards-table th:nth-child(4),
.page-kind-industry .home-awards-table th:nth-child(5) {
  width: 14%;
}

.page-kind-industry .home-opps-table-v2 tbody td,
.page-kind-industry .home-awards-table tbody td {
  font-size: 14px;
  color: #22354d;
  font-weight: 400;
}

.page-kind-industry .home-opps-table-v2 .entity-link,
.page-kind-industry .home-opps-table-v2 .opportunity-title-link,
.page-kind-industry .home-awards-table .entity-link,
.page-kind-industry .home-awards-table .award-id-link {
  color: #0b63d9;
}

.page-kind-industry .home-primary-row td {
  border-bottom: 0;
}

.page-kind-industry .home-description-row td {
  border-top: 0;
  border-bottom: 1px solid #dfe6f2;
  padding: 0 18px 11px 18px;
}

.page-kind-industry .home-description-cell {
  font-size: 14px;
  color: #445b78;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 6px;
}

.page-kind-industry .home-description-cell span {
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
  white-space: normal;
  line-height: 1.45;
}

.page-kind-industry .home-status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  vertical-align: middle;
}

.page-kind-industry .home-status-open {
  background: #26c36f;
  box-shadow: 0 0 0 2px rgba(38, 195, 111, 0.2);
}

.page-kind-industry .home-status-closed {
  background: #95a0b3;
  box-shadow: 0 0 0 2px rgba(149, 160, 179, 0.22);
}

.page-kind-industry .industry-v2-award-winners-module .state-award-winners-table {
  height: auto;
}

.page-kind-industry .industry-v2-award-winners-module .state-award-winner-body {
  flex: initial;
  overflow: visible;
}

.page-kind-industry .industry-v2-award-winners-module .pagination-row {
  padding: 6px 16px 8px;
}

.page-kind-industry .industry-v2-award-winners-module .state-award-winner-foot {
  padding-top: 8px;
}

.awardee-hero-module {
  margin-bottom: 12px;
  padding: 16px;
  background:
    linear-gradient(160deg, rgba(15, 84, 150, 0.08) 0%, rgba(13, 61, 114, 0.03) 100%),
    #fff;
}

.awardee-hero-module h1 {
  margin: 0;
  font-size: clamp(1.48rem, 2.2vw, 2rem);
  line-height: 1.24;
  color: #14243b;
}

.awardee-hero-stats {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.awardee-filter-module {
  margin-bottom: 14px;
  border-color: #9fc2e6;
  box-shadow: 0 10px 28px rgba(12, 54, 116, 0.12);
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.awardee-filter-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
}

.awardee-filter-grid label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.awardee-filter-grid label span {
  color: #4d6482;
  font-size: 12px;
  font-weight: 600;
}

.awardee-filter-grid button {
  align-self: end;
}

.award-history-table th:nth-child(1) {
  width: 23%;
}

.award-history-table th:nth-child(2) {
  width: 13%;
}

.award-history-table th:nth-child(3) {
  width: 13%;
}

.award-history-table th:nth-child(4) {
  width: 9%;
}

.award-history-table th:nth-child(5) {
  width: 10%;
}

.award-history-table th:nth-child(6) {
  width: 9%;
}

.award-history-table th:nth-child(7) {
  width: 9%;
}

.award-history-table th:nth-child(8) {
  width: 8%;
}

.award-history-table th:nth-child(9) {
  width: 6%;
}

.award-history-table td:nth-child(3),
.award-history-table td:nth-child(4),
.award-history-table td:nth-child(5),
.award-history-table td:nth-child(6),
.award-history-table td:nth-child(7),
.award-history-table td:nth-child(8),
.award-history-table td:nth-child(9) {
  white-space: nowrap;
}

.awardee-data-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.awardee-activity-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.awardee-activity-card {
  border: 1px solid #d3dfef;
  border-radius: 10px;
  background: #fbfdff;
  padding: 10px;
}

.awardee-activity-card h3 {
  margin: 0;
  color: #24354d;
  font-size: 13px;
}

.awardee-activity-card strong {
  margin-top: 8px;
  display: inline-block;
  color: #15263d;
  font-size: 17px;
}

.awardee-identity-body {
  padding: 10px 12px 12px;
}

.awardee-identity-body table td {
  border-bottom: 1px solid #e5ecf6;
  padding: 9px 8px;
  font-size: 13px;
}

.awardee-identity-body table td:first-child {
  width: 190px;
  color: #4f647f;
  font-weight: 600;
}

.awardee-identity-empty {
  margin: 0;
  color: #667993;
  font-size: 13px;
}

.awardee-v2-kpi-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.awardee-v2-subtitle {
  margin: 4px 0 12px;
  color: #667a93;
  font-size: 14px;
}

.awardee-v2-awards-module,
.awardee-v2-top-agencies-module,
.awardee-v2-contacts-module,
.awardee-v2-dual-module,
.awardee-v2-similar-module {
  padding: 14px;
}

.awardee-v2-awards-toolbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
  margin-bottom: 10px;
}

.awardee-v2-awards-toolbar label {
  display: grid;
  gap: 4px;
}

.awardee-v2-awards-toolbar label > span {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}

.awardee-v2-awards-toolbar select {
  height: 40px;
  border-radius: 8px;
  border: 1px solid #c8d6e9;
  background: #fff;
  color: #1a2b42;
  padding: 0 10px;
  font-size: 14px;
}

.awardee-v2-awards-toolbar .home-multi-dropdown {
  width: 100%;
  position: relative;
}

.awardee-v2-awards-toolbar .home-multi-dropdown summary {
  min-height: 40px;
  border-radius: 8px;
  border: 1px solid #c8d6e9;
  background: #fff;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.awardee-v2-awards-toolbar .home-multi-dropdown summary.is-active {
  border-color: #92afd2;
  box-shadow: 0 0 0 2px rgba(146, 175, 210, 0.22);
}

.awardee-v2-awards-toolbar .home-multi-dropdown summary.has-search {
  padding: 0 10px;
}

.awardee-v2-awards-toolbar .home-multi-dropdown summary::-webkit-details-marker {
  display: none;
}

.awardee-v2-awards-toolbar .home-summary-text {
  color: #223853;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.awardee-v2-awards-toolbar .home-summary-search {
  width: 100%;
  min-height: 38px;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #223853;
  font-size: 14px;
}

.awardee-v2-awards-toolbar .home-summary-search::placeholder {
  color: #627792;
}

.awardee-v2-awards-toolbar .home-multi-panel {
  margin-top: 6px;
  border-radius: 10px;
  border: 1px solid #c8d6e9;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 45, 81, 0.12);
  padding: 8px;
  max-height: 260px;
  overflow: hidden;
  position: absolute;
  z-index: 12;
  width: 100%;
}

.awardee-v2-awards-toolbar .home-multi-options {
  max-height: 220px;
  overflow: auto;
  display: grid;
  gap: 4px;
}

.awardee-v2-awards-toolbar .home-option-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.awardee-v2-awards-toolbar .home-multi-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px;
  gap: 10px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 7px 8px;
  cursor: pointer;
  font-size: 14px;
  color: #223853;
}

.awardee-v2-awards-toolbar .home-multi-option:hover {
  background: #f4f8ff;
  border-color: #d4e2f6;
}

.awardee-v2-awards-toolbar .home-option-check {
  color: #0d4ea6;
  font-size: 13px;
  text-align: right;
}

.awardee-v2-awards-toolbar .home-multi-option:not(.is-selected) .home-option-check {
  opacity: 0;
}

.awardee-v2-awards-toolbar .home-date-range-field {
  position: relative;
}

.awardee-v2-awards-toolbar .home-range-calendar {
  position: relative;
}

.awardee-v2-awards-toolbar .home-range-calendar summary {
  width: 100%;
  border: 1px solid #c8d6e9;
  background: #fff;
  color: #1b2d45;
  border-radius: 8px;
  font-size: 14px;
  height: 40px;
  min-height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}

.awardee-v2-awards-toolbar .home-range-calendar summary.is-active {
  border-color: #92afd2;
  box-shadow: 0 0 0 2px rgba(146, 175, 210, 0.22);
}

.awardee-v2-awards-toolbar .home-range-calendar summary::-webkit-details-marker {
  display: none;
}

.awardee-v2-awards-toolbar .home-range-summary-text {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.awardee-v2-awards-toolbar .home-range-summary-arrow {
  color: #3b5475;
  font-size: 14px;
  font-weight: 700;
  padding-left: 8px;
}

.awardee-v2-awards-toolbar .home-range-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 30;
  width: 284px;
  border: 1px solid #c8d6e9;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(18, 33, 58, 0.18);
  padding: 10px;
}

.awardee-v2-awards-toolbar .home-range-panel-head {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  margin-bottom: 7px;
}

.awardee-v2-awards-toolbar .home-range-panel-head strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #243a5a;
  font-size: 13px;
}

.awardee-v2-awards-toolbar .home-range-month-label {
  font-weight: 700;
}

.awardee-v2-awards-toolbar .home-range-year-btn {
  border: 0;
  background: transparent;
  color: #1f4f8f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  padding: 0;
  line-height: 1.2;
}

.awardee-v2-awards-toolbar .home-range-year-picker {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #c3d1e6;
  border-radius: 8px;
  background: #ffffff;
  display: none;
  flex-direction: column;
  z-index: 3;
}

.awardee-v2-awards-toolbar .home-range-panel.year-picker-open .home-range-year-picker {
  display: flex;
}

.awardee-v2-awards-toolbar .home-range-year-picker-head {
  padding: 9px 10px 7px;
  font-size: 12px;
  color: #2f4a6c;
  font-weight: 700;
  border-bottom: 1px solid #dde5f2;
}

.awardee-v2-awards-toolbar .home-range-year-list {
  padding: 6px 6px 8px;
  display: grid;
  gap: 4px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.awardee-v2-awards-toolbar .home-range-year-option {
  border: 1px solid transparent;
  background: #ffffff;
  color: #213652;
  border-radius: 6px;
  height: 30px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.awardee-v2-awards-toolbar .home-range-year-option:hover {
  background: #ecf2fc;
}

.awardee-v2-awards-toolbar .home-range-year-option.is-current {
  border-color: #7ea3d8;
  background: #dce9ff;
}

.awardee-v2-awards-toolbar .home-range-nav-btn {
  border: 1px solid #c5d2e5;
  background: #ffffff;
  color: #294469;
  border-radius: 6px;
  width: 30px;
  height: 28px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.awardee-v2-awards-toolbar .home-range-week-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-bottom: 4px;
  color: #6f829e;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.awardee-v2-awards-toolbar .home-range-day-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.awardee-v2-awards-toolbar .home-range-day-btn {
  border: 1px solid transparent;
  background: transparent;
  color: #203654;
  border-radius: 6px;
  height: 30px;
  font-size: 12px;
  cursor: pointer;
}

.awardee-v2-awards-toolbar .home-range-day-btn:hover {
  background: #e7eefb;
}

.awardee-v2-awards-toolbar .home-range-day-btn.is-outside {
  color: #9aa8bd;
}

.awardee-v2-awards-toolbar .home-range-day-btn.is-in-range {
  background: #dce9ff;
}

.awardee-v2-awards-toolbar .home-range-day-btn.is-start,
.awardee-v2-awards-toolbar .home-range-day-btn.is-end {
  background: #0b63d9;
  color: #ffffff;
}

.awardee-v2-awards-toolbar .home-range-day-btn.is-today {
  border-color: #6f90bd;
}

.awardee-v2-awards-toolbar .home-range-panel-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.awardee-v2-awards-toolbar .home-range-clear-btn {
  border: 0;
  background: transparent;
  color: #2f4d76;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.awardee-v2-reset-btn {
  width: 100%;
}

.awardee-v2-results-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 2px 0 10px;
}

.awardee-v2-results-count {
  color: #1a2b42;
  font-size: 15px;
}

.awardee-v2-results-count strong {
  font-size: 18px;
}

.awardee-v2-sort-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5f728a;
  font-size: 14px;
}

.awardee-v2-sort-control select {
  height: 36px;
  border-radius: 8px;
  border: 1px solid #c8d6e9;
  background: #fff;
  color: #1a2b42;
  padding: 0 10px;
  font-size: 14px;
}

.awardee-v2-awards-table th:nth-child(1) {
  width: 32%;
}

.awardee-v2-awards-table th:nth-child(2) {
  width: 30%;
}

.awardee-v2-awards-table th:nth-child(3),
.awardee-v2-awards-table th:nth-child(4) {
  width: 19%;
}

.awardee-v2-contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.awardee-v2-contact-card {
  border: 1px solid #d7e2f2;
  border-radius: 10px;
  background: #fbfdff;
  padding: 14px;
}

.awardee-v2-contact-card h4 {
  margin: 0;
  font-size: 16px;
  color: #16263e;
}

.awardee-v2-contact-card p {
  margin: 6px 0 0;
  color: #556b86;
  font-size: 13px;
}

.awardee-v2-contact-card a {
  color: #0d4ea6;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.awardee-v2-dual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.awardee-v2-dual-panel {
  border: 1px solid #d7e2f2;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
  display: flex;
  flex-direction: column;
}

.awardee-v2-dual-panel h3 {
  margin: 0;
  font-size: 17px;
  color: #16263e;
}

.awardee-v2-list {
  display: grid;
  gap: 8px;
  align-content: start;
  flex: 1;
}

.awardee-v2-list-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid #d7e2f2;
  border-radius: 8px;
  padding: 10px 12px;
  text-decoration: none;
  color: #1f2f45;
}

.awardee-v2-list-row:hover {
  border-color: #bdd2ee;
  color: #0d4ea6;
}

.awardee-v2-list-row strong {
  color: #223853;
}

.awardee-v2-panel-foot {
  margin-top: 10px;
  text-align: right;
  color: #667a93;
  font-size: 13px;
}

.awardee-v2-dual-panel .pagination {
  margin-top: 10px;
}

.awardee-v2-similar-table th:nth-child(1) {
  width: 40%;
}

.awardee-v2-similar-table th:nth-child(2),
.awardee-v2-similar-table th:nth-child(3),
.awardee-v2-similar-table th:nth-child(4) {
  width: 20%;
}

.smb-hero-module {
  margin-bottom: 12px;
  padding: 16px;
  background:
    linear-gradient(160deg, rgba(12, 112, 113, 0.09) 0%, rgba(6, 62, 72, 0.03) 100%),
    #fff;
}

.smb-hero-module h1 {
  margin: 0;
  font-size: clamp(1.48rem, 2.2vw, 2rem);
  line-height: 1.24;
  color: #13253a;
}

.smb-hero-stats {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.smb-filter-module {
  margin-bottom: 14px;
  border-color: #9ecfce;
  box-shadow: 0 10px 28px rgba(10, 94, 94, 0.12);
  background: linear-gradient(180deg, #f4fbfb 0%, #ffffff 100%);
}

.smb-filter-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
}

.smb-filter-grid label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.smb-filter-grid label span {
  color: #3e6670;
  font-size: 12px;
  font-weight: 600;
}

.smb-filter-grid button {
  align-self: end;
}

.smb-opps-table th:nth-child(1) {
  width: 22%;
}

.smb-opps-table th:nth-child(2) {
  width: 14%;
}

.smb-opps-table th:nth-child(3) {
  width: 14%;
}

.smb-opps-table th:nth-child(4),
.smb-opps-table th:nth-child(5),
.smb-opps-table th:nth-child(6),
.smb-opps-table th:nth-child(7),
.smb-opps-table th:nth-child(8),
.smb-opps-table th:nth-child(9),
.smb-opps-table th:nth-child(10),
.smb-opps-table th:nth-child(11) {
  width: 7%;
}

.smb-opps-table td:nth-child(3),
.smb-opps-table td:nth-child(4),
.smb-opps-table td:nth-child(5),
.smb-opps-table td:nth-child(6),
.smb-opps-table td:nth-child(7),
.smb-opps-table td:nth-child(8),
.smb-opps-table td:nth-child(9),
.smb-opps-table td:nth-child(10),
.smb-opps-table td:nth-child(11) {
  white-space: nowrap;
}

.table-scroll .smb-opps-table {
  min-width: 1280px;
}

.smb-data-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.smb-activity-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.smb-activity-card {
  border: 1px solid #cde2e6;
  border-radius: 10px;
  background: #f8feff;
  padding: 10px;
}

.smb-activity-card h3 {
  margin: 0;
  color: #214550;
  font-size: 13px;
}

.smb-activity-card strong {
  margin-top: 8px;
  display: inline-block;
  color: #132d39;
  font-size: 17px;
}

.smb-market-module {
  grid-column: 1 / -1;
}

.smb-market-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.smb-market-card {
  border: 1px solid #cfe1ea;
  border-radius: 10px;
  background: #fbfeff;
  padding: 10px;
}

.smb-market-card h3 {
  margin: 0 0 8px;
  color: #224457;
  font-size: 14px;
}

.smb-market-card table {
  width: 100%;
}

.smb-market-card .more-link {
  margin-top: 8px;
}

.smb-related-types-list {
  margin: 0;
  padding: 12px 14px 14px 28px;
  display: grid;
  gap: 8px;
  color: #29495b;
  font-size: 14px;
}

.smb-resource-body {
  padding: 12px 14px;
}

.smb-resource-list {
  margin: 0;
  padding-left: 16px;
  display: grid;
  gap: 8px;
}

.smb-resource-list li {
  color: #304d66;
  font-size: 13px;
}

.smb-resource-empty {
  margin: 0;
  color: #647e95;
  font-size: 13px;
}

.home-hero-module {
  margin-bottom: 12px;
  padding: 16px;
  background:
    linear-gradient(160deg, rgba(12, 84, 149, 0.08) 0%, rgba(7, 39, 86, 0.03) 100%),
    #fff;
}

.home-hero-module h1 {
  margin: 0;
  font-size: clamp(1.6rem, 2.3vw, 2.15rem);
  line-height: 1.2;
  color: #132843;
}

.home-hero-subtitle {
  margin: 8px 0 0;
  color: #4e6686;
  font-size: 14px;
}

.home-search-form {
  margin-top: 12px;
}

.home-search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.home-search-row input {
  height: 42px;
  border: 1px solid #b8cae0;
  border-radius: 9px;
  padding: 0 13px;
  font-size: 14px;
  color: #1c2f47;
}

.home-search-row button {
  height: 42px;
  border-radius: 9px;
  border: 0;
  padding: 0 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #0d4ea6, #0b63d9);
  cursor: pointer;
}

.home-chip-row {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-chip-btn {
  border: 1px solid #bfd0e5;
  border-radius: 999px;
  background: #f5f9ff;
  color: #21486f;
  height: 30px;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.home-chip-btn:hover {
  background: #eaf3ff;
}

.home-stats-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
}

.home-stat-card {
  border: 1px solid #cfdeef;
  border-radius: 10px;
  padding: 9px 10px;
  background: #fbfdff;
}

.home-stat-card span {
  display: block;
  color: #576f8f;
  font-size: 12px;
}

.home-stat-card strong {
  margin-top: 6px;
  display: inline-block;
  color: #13263f;
  font-size: 18px;
}

.home-filter-module {
  margin-bottom: 14px;
  border-color: #9fc2e5;
  box-shadow: 0 10px 26px rgba(10, 54, 117, 0.1);
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.home-filter-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
}

.home-filter-grid label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.home-filter-grid label span {
  color: #4f6582;
  font-size: 12px;
  font-weight: 600;
}

.home-filter-grid button {
  align-self: end;
}

.home-opps-table th:nth-child(1) {
  width: 22%;
}

.home-opps-table th:nth-child(2) {
  width: 14%;
}

.home-opps-table th:nth-child(3) {
  width: 14%;
}

.home-opps-table th:nth-child(4),
.home-opps-table th:nth-child(5),
.home-opps-table th:nth-child(6),
.home-opps-table th:nth-child(7),
.home-opps-table th:nth-child(8),
.home-opps-table th:nth-child(9),
.home-opps-table th:nth-child(10),
.home-opps-table th:nth-child(11) {
  width: 7%;
}

.home-opps-table td:nth-child(3),
.home-opps-table td:nth-child(4),
.home-opps-table td:nth-child(5),
.home-opps-table td:nth-child(6),
.home-opps-table td:nth-child(7),
.home-opps-table td:nth-child(8),
.home-opps-table td:nth-child(9),
.home-opps-table td:nth-child(10),
.home-opps-table td:nth-child(11) {
  white-space: nowrap;
}

.table-scroll .home-opps-table {
  min-width: 1280px;
}

.home-dashboard-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-split-grid {
  padding: 11px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-subtable h3 {
  margin: 0 0 8px;
  color: #233850;
  font-size: 14px;
}

.home-nav-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.home-nav-card {
  border: 1px solid #ccdaeb;
  border-radius: 10px;
  background: #f9fcff;
  min-height: 42px;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  color: #1f466f;
  font-size: 13px;
  font-weight: 700;
}

.home-nav-card:hover {
  text-decoration: none;
  background: #edf5ff;
}

.home-market-stats-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home-mini-stat {
  border: 1px solid #d2dfef;
  border-radius: 10px;
  background: #fbfdff;
  padding: 10px;
}

.home-mini-stat span {
  display: block;
  color: #5a7090;
  font-size: 12px;
}

.home-mini-stat strong {
  margin-top: 6px;
  display: inline-block;
  color: #162943;
  font-size: 18px;
}

.home-site-header {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-bottom: 1px solid #d7e1ef;
  background: #fff;
  box-shadow: 0 3px 14px rgba(13, 38, 72, 0.08);
  position: sticky;
  top: 0;
  z-index: 42;
}

.home-utility-row {
  border-bottom: 1px solid #eef2f7;
  background: #fbfdff;
}

.home-utility-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 6px 14px;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.home-utility-inner a {
  color: #677d97;
  font-size: 12px;
}

.home-main-row {
  background: #fff;
}

.home-main-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 11px 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
}

.home-brand {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  color: #123255;
}

.home-brand-logo {
  display: none;
}

.home-brand:hover {
  text-decoration: none;
}

.home-brand-mark {
  font-size: 30px;
  letter-spacing: 0.03em;
  font-weight: 800;
  line-height: 1;
}

.home-brand-sub {
  margin-top: 2px;
  font-size: 11px;
  color: #5e7794;
  letter-spacing: 0.03em;
}

.home-top-nav {
  justify-self: start;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.home-top-nav a {
  color: #223b58;
  font-size: 14px;
  font-weight: 600;
}

.home-main-links {
  justify-self: start;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.home-gov-bids-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.home-gov-bids-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #223b58;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 8px;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.home-gov-bids-trigger:hover {
  text-decoration: none;
}

.home-gov-bids-arrow {
  font-size: 10px;
  line-height: 1;
  transition: transform 0.18s ease;
}

.home-gov-bids-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 188px;
  border: 1px solid #d5e0ef;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(8, 20, 40, 0.22);
  padding: 6px;
  display: grid;
  gap: 2px;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.home-gov-bids-dropdown a {
  display: block;
  border-radius: 8px;
  padding: 8px 10px;
  color: #24476f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

.home-gov-bids-dropdown a:hover {
  background: #edf4ff;
  color: #1c4f96;
  text-decoration: none;
}

.home-gov-bids-menu:hover .home-gov-bids-dropdown,
.home-gov-bids-menu:focus-within .home-gov-bids-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.home-gov-bids-menu:hover .home-gov-bids-arrow,
.home-gov-bids-menu:focus-within .home-gov-bids-arrow {
  transform: rotate(180deg);
}

.home-main-auth {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-main-auth .home-login-link {
  color: #425b79;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.home-main-auth .home-login-link:hover {
  color: #223b58;
  text-decoration: none;
}

.home-main-auth .home-signup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 78px;
  border-radius: 8px;
  background: #1f67d2;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.home-main-auth .home-signup-btn:hover {
  background: #1a57b3;
  text-decoration: none;
}

.home-hero-v2 {
  margin-bottom: 8px;
  background:
    linear-gradient(180deg, rgba(7, 23, 44, 0.66) 0%, rgba(7, 23, 44, 0.56) 100%),
    radial-gradient(circle at 14% 30%, rgba(40, 92, 163, 0.38), transparent 38%),
    radial-gradient(circle at 86% 30%, rgba(214, 64, 64, 0.28), transparent 32%),
    linear-gradient(110deg, #25384f 0%, #344f70 42%, #293241 100%);
  border-color: #2a3f5b;
}

.home-hero-overlay {
  padding: 36px 26px 28px;
}

.home-hero-overlay h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.75rem, 2.7vw, 2.45rem);
  line-height: 1.16;
  text-align: center;
}

.home-hero-overlay p {
  margin: 10px auto 0;
  max-width: 920px;
  color: #d9e7f7;
  font-size: 15px;
  text-align: center;
}

.home-hero-search-form {
  margin: 18px auto 0;
  max-width: 890px;
}

.home-hero-search-row {
  display: grid;
  grid-template-columns: 240px 1fr 120px;
  gap: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(5, 16, 32, 0.28);
}

.home-hero-search-field {
  display: block;
}

.home-hero-search-field select,
.home-hero-search-field input {
  width: 100%;
  height: 46px;
  border: 0;
  border-right: 1px solid #d9e2ef;
  padding: 0 14px;
  font-size: 14px;
  color: #243853;
  background: #fff;
}

.home-hero-search-field input::placeholder {
  color: #7a8ea8;
}

.home-hero-search-btn {
  border: 0;
  background: #1f6ed2;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.home-filter-v2 {
  margin-top: 0;
  margin-bottom: 14px;
  border-color: #bbccde;
  box-shadow: 0 6px 18px rgba(11, 44, 92, 0.1);
}

.home-filter-grid-v2 {
  padding: 10px 12px 12px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
}

.home-filter-grid-v2 label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.home-filter-grid-v2 label span {
  color: #4f6480;
  font-size: 12px;
  font-weight: 600;
}

.home-filter-grid-v2 button {
  align-self: end;
}

.home-opps-table-v2 th:nth-child(1) {
  width: 20%;
}

.home-opps-table-v2 th:nth-child(2) {
  width: 12%;
}

.home-opps-table-v2 th:nth-child(3) {
  width: 13%;
}

.home-opps-table-v2 th:nth-child(4),
.home-opps-table-v2 th:nth-child(5),
.home-opps-table-v2 th:nth-child(6),
.home-opps-table-v2 th:nth-child(7),
.home-opps-table-v2 th:nth-child(8),
.home-opps-table-v2 th:nth-child(9),
.home-opps-table-v2 th:nth-child(10),
.home-opps-table-v2 th:nth-child(11),
.home-opps-table-v2 th:nth-child(12) {
  width: 6.1%;
}

.home-opps-table-v2 td:nth-child(3),
.home-opps-table-v2 td:nth-child(4),
.home-opps-table-v2 td:nth-child(5),
.home-opps-table-v2 td:nth-child(6),
.home-opps-table-v2 td:nth-child(7),
.home-opps-table-v2 td:nth-child(8),
.home-opps-table-v2 td:nth-child(9),
.home-opps-table-v2 td:nth-child(10),
.home-opps-table-v2 td:nth-child(11),
.home-opps-table-v2 td:nth-child(12) {
  white-space: nowrap;
}

.table-scroll .home-opps-table-v2 {
  min-width: 1460px;
}

.fixed-height-module {
  height: 356px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ranking-table-wrap {
  flex: 1;
  overflow-y: auto;
}

.ranking-table-wrap.no-scroll {
  overflow: hidden;
}

.opportunity-table,
.compact-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll .opportunity-table {
  min-width: 860px;
}

.opportunity-table th,
.compact-table th {
  background: #f7faff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #4d6079;
  font-size: 12px;
  text-align: left;
  padding: 9px 10px;
}

.compact-table th.align-right-col {
  text-align: right;
}

.opportunity-table td,
.compact-table td {
  border-bottom: 1px solid #e5ecf6;
  padding: 10px;
  vertical-align: top;
}

.compact-table td:first-child {
  max-width: 0;
}

.compact-table td:first-child .entity-link {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}

.compact-table td:first-child .entity-with-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.compact-table td:first-child .entity-with-badge .entity-link {
  flex: 1;
  min-width: 0;
}

.opportunity-table th:nth-child(1) {
  width: 8%;
}

.opportunity-table th:nth-child(2) {
  width: 38%;
}

.opportunity-table th:nth-child(3) {
  width: 23%;
}

.opportunity-table th:nth-child(4) {
  width: 14%;
}

.opportunity-table th:nth-child(5) {
  width: 13%;
}

.status-cell {
  text-align: center;
  vertical-align: middle;
}

.status-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.status-active {
  background: var(--success);
}

.status-closed {
  background: var(--inactive);
}

.status-awarded {
  background: #7a5cff;
}

.title-line {
  margin-top: 5px;
  font-weight: 700;
  line-height: 1.34;
  color: #17263b;
}

.opportunity-title-link {
  color: #1b2f4a;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.opportunity-title-link:hover {
  color: var(--brand);
  text-decoration: underline;
}

.description-line {
  margin-top: 6px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.42;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.opportunity-table td:nth-child(3) .entity-link {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.opportunity-table td:nth-child(5) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.align-right {
  text-align: right;
  white-space: nowrap;
}

.empty-row {
  text-align: center;
  color: var(--muted);
  padding: 28px 10px;
}

.placeholder-row td {
  height: 46px;
  background: #fcfdff;
}

.placeholder-cell {
  color: #b7c3d1;
  font-size: 12px;
}

.pagination-row {
  padding: 10px 10px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pagination-empty {
  min-height: 50px;
}

.page-btn {
  min-width: 34px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid #c2d2e6;
  background: #fff;
  cursor: pointer;
}

.page-nav-btn {
  font-weight: 700;
}

.page-btn.active {
  color: #fff;
  background: linear-gradient(90deg, var(--brand-strong), var(--brand));
  border-color: transparent;
}

.more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #bfd0e5;
  background: #f4f9ff;
  color: #194c88;
  font-size: 12px;
  font-weight: 600;
}

.entity-link {
  color: var(--brand);
  font-weight: 600;
  text-decoration: none;
}

.entity-link:hover {
  text-decoration: underline;
}

.awardee-cell-text {
  color: #111827;
  font-weight: 400;
  text-decoration: none;
}

.entity-with-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.civic-badge-inline {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #c6d5e9;
  background: radial-gradient(circle at 34% 30%, #ffffff 0%, #edf3ff 86%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.civic-badge-inline .civic-badge-fallback {
  font-size: 10px;
  font-weight: 700;
}

.civic-badge-inline img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rank-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.top-industries-module {
  min-height: 356px;
}

.top-industries-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;
}

.top-industries-grid.single-column {
  grid-template-columns: minmax(0, 1fr);
}

.top-industries-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-industries-grid li {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 2px;
  border-bottom: 1px solid #e4ebf5;
  overflow: hidden;
}

.top-industries-grid.single-column li {
  min-height: 50px;
}

.top-industries-grid li:last-child {
  border-bottom: 1px solid #e4ebf5;
}

.top-industries-grid .entity-link {
  color: #253a56;
  font-weight: 600;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-industries-grid .entity-link:hover {
  color: var(--brand);
}

.industry-module {
  grid-column: 1 / -1;
  min-height: 408px;
}

.industry-keyword-list {
  list-style: none;
  margin: 0;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.industry-keyword-list li {
  border: 1px solid #d4e1f1;
  border-radius: 10px;
  background: linear-gradient(180deg, #fbfdff 0%, #f5f9ff 100%);
  min-height: 44px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.industry-keyword {
  font-size: 13px;
  font-weight: 600;
  color: #253a56;
}

.industry-keyword .entity-link {
  color: #253a56;
}

.industry-keyword .entity-link:hover {
  color: var(--brand);
}

.industry-count {
  font-size: 12px;
  color: #55708f;
}

.full-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.section-view-module {
  margin-bottom: 14px;
}

.counties-directory-module {
  margin-bottom: 14px;
}

.counties-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.counties-directory-column + .counties-directory-column {
  border-left: 1px solid #e3eaf5;
}

.counties-directory-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  color: #0d4ea6;
  text-decoration: none;
  border-bottom: 1px solid #e9eff8;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.counties-directory-row:hover {
  color: #b45309;
  background: #fff7ed;
  text-decoration: none;
}

.counties-directory-name {
  font-size: 15px;
  line-height: 1.4;
  color: inherit;
}

.counties-directory-count {
  font-size: 14px;
  line-height: 1;
  color: #405874;
}

.counties-industry-module {
  margin-bottom: 14px;
}

.counties-industry-links {
  padding: 12px 14px 14px;
  font-size: 14px;
  line-height: 1.7;
  color: #465d7b;
}

.counties-industry-link {
  color: #0d4ea6;
  text-decoration: none;
}

.counties-industry-link:hover {
  color: #b45309;
  text-decoration: underline;
}

.counties-industry-sep {
  color: #7890ad;
}

.counties-industry-empty {
  color: #6b7f98;
}

.all-categories-module {
  margin-bottom: 14px;
}

.all-categories-grid {
  padding: 12px 14px 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 18px;
}

.all-categories-column + .all-categories-column {
  border-left: 1px solid #e2e9f3;
  padding-left: 18px;
}

.all-categories-group {
  margin: 0;
}

.all-categories-group + .all-categories-group {
  margin-top: 14px;
}

.all-categories-group-title {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: #253a56;
}

.all-categories-keywords {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #334a69;
  word-break: break-word;
}

.all-categories-keywords .entity-link {
  color: #163d73;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.all-categories-keywords .entity-link:hover {
  color: #0f2d56;
}

.all-categories-sep {
  color: #61758f;
}

.full-table td {
  padding: 10px;
}

.not-found-module {
  margin-top: 18px;
}

.link-list {
  margin: 10px 0 0;
  padding: 0 0 12px 26px;
}

mark {
  border-radius: 4px;
  background: #fff0a8;
  color: inherit;
  padding: 0 2px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 13, 27, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 14px;
}

.modal-backdrop.show {
  display: flex;
}

.modal {
  width: 100%;
  max-width: 360px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d9e1f0;
  padding: 14px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.modal h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.modal label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: #4d607d;
  margin-bottom: 9px;
}

.modal input {
  height: 38px;
  border-radius: 6px;
  border: 1px solid #c9d6ea;
  padding: 0 10px;
  font-size: 13px;
}

.modal-actions {
  display: flex;
  gap: 8px;
}

.modal-actions button {
  flex: 1;
  height: 38px;
  border: 0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.modal-actions .cancel {
  background: #edf1f8;
  color: #3d4e67;
}

.modal-actions .submit {
  background: #0b63d9;
  color: #fff;
}

.site-footer {
  margin-top: 20px;
  border: 0;
  border-radius: 0;
  background: #d9dde3;
  box-shadow: none;
  min-height: 25vh;
}

.site-footer-inner {
  height: 100%;
  min-height: 25vh;
  padding: 16px 22px 18px;
  display: grid;
  grid-template-columns: 1.4fr auto auto;
  gap: 18px 24px;
  align-content: space-between;
  align-items: start;
}

.site-footer-copy {
  margin: 0;
  color: #34455d;
  font-size: 14px;
  font-weight: 600;
  grid-column: 1 / -1;
}

.footer-brand strong {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 20px;
  text-transform: lowercase;
  color: #142a47;
}

.footer-brand-row {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.footer-brand-logo {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1c7df3 0%, #1156cf 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 5px 14px rgba(9, 63, 145, 0.28);
}

.footer-brand p {
  margin: 0;
  max-width: 560px;
  color: #405773;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-self: start;
}

.footer-links a {
  color: #355071;
  font-size: 13px;
}

.social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.social-badge {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.social-badge.linkedin {
  background: #0a66c2;
}

.social-badge.x {
  background: #0f1115;
}

.social-badge.facebook {
  background: #1877f2;
}

.social-badge.youtube {
  background: #ff1f24;
}

.page-kind-county .module-title,
.page-kind-county .module-title-row,
.page-kind-county .state-header {
  background: linear-gradient(180deg, #f3fcf8 0%, #e8f7ef 100%);
}

.page-kind-county .module,
.page-kind-county .state-header,
.page-kind-county .site-footer {
  border-color: #c7e2d3;
}

.page-kind-county .more-link {
  background: #edf8f2;
  border-color: #b8d8c6;
  color: #1d6b4a;
}

.page-kind-county .entity-link,
.page-kind-county .opportunity-title-link:hover {
  color: #1f7a54;
}

.page-kind-county .stat-inline-item {
  border-color: #c4dfd0;
  background: #eef8f2;
  color: #2f654b;
}

.page-kind-county .local-hero-badge {
  border-color: #b9d7c5;
  background: radial-gradient(circle at 32% 26%, #ffffff 0%, #ebf7ef 82%);
}

.page-kind-county .civic-badge-inline {
  border-color: #bddac8;
  background: radial-gradient(circle at 34% 30%, #ffffff 0%, #edf8f1 86%);
}

.page-kind-county .civic-badge-fallback {
  color: #2a6b4a;
}

.page-kind-city .module-title,
.page-kind-city .module-title-row,
.page-kind-city .state-header {
  background: linear-gradient(180deg, #fff7ef 0%, #ffefdf 100%);
}

.page-kind-city .module,
.page-kind-city .state-header,
.page-kind-city .site-footer {
  border-color: #ead2bc;
}

.page-kind-city .more-link {
  background: #fff4e6;
  border-color: #e6c9a5;
  color: #a25a1a;
}

.page-kind-city .entity-link,
.page-kind-city .opportunity-title-link:hover {
  color: #b1621f;
}

.page-kind-city .stat-inline-item {
  border-color: #e6cfb4;
  background: #fff4e7;
  color: #8a5a2c;
}

.page-kind-city .local-hero-badge {
  border-color: #e5ccaf;
  background: radial-gradient(circle at 32% 26%, #ffffff 0%, #fff1e3 82%);
}

.page-kind-city .civic-badge-inline {
  border-color: #e2c6a6;
  background: radial-gradient(circle at 34% 30%, #ffffff 0%, #fff1e5 86%);
}

.page-kind-city .civic-badge-fallback {
  color: #985921;
}

.page-kind-agency .module-title,
.page-kind-agency .module-title-row,
.page-kind-agency .state-header,
.page-kind-agency .agency-hero-module {
  background: linear-gradient(180deg, #f2f7fe 0%, #e9f2ff 100%);
}

.page-kind-agency .module,
.page-kind-agency .state-header,
.page-kind-agency .site-footer {
  border-color: #c8d8ef;
}

.page-kind-agency .entity-link,
.page-kind-agency .opportunity-title-link:hover {
  color: #0d4ea6;
}

.page-kind-industry .module-title,
.page-kind-industry .module-title-row,
.page-kind-industry .state-header,
.page-kind-industry .industry-hero-module {
  background: linear-gradient(180deg, #f4f9ff 0%, #ebf3ff 100%);
}

.page-kind-industry .module,
.page-kind-industry .state-header,
.page-kind-industry .site-footer {
  border-color: #c4d8f2;
}

.page-kind-industry .entity-link,
.page-kind-industry .opportunity-title-link:hover {
  color: #0d4ea6;
}

.page-kind-awardee .module-title,
.page-kind-awardee .module-title-row,
.page-kind-awardee .state-header,
.page-kind-awardee .awardee-hero-module {
  background: linear-gradient(180deg, #f4fbff 0%, #e9f4ff 100%);
}

.page-kind-awardee .module,
.page-kind-awardee .state-header,
.page-kind-awardee .site-footer {
  border-color: #c3daf2;
}

.page-kind-awardee .entity-link,
.page-kind-awardee .opportunity-title-link:hover {
  color: #0d4ea6;
}

.page-kind-smb .module-title,
.page-kind-smb .module-title-row,
.page-kind-smb .state-header,
.page-kind-smb .smb-hero-module {
  background: linear-gradient(180deg, #f2fbfa 0%, #e5f6f4 100%);
}

.page-kind-smb .module,
.page-kind-smb .state-header,
.page-kind-smb .site-footer {
  border-color: #bddfdb;
}

.page-kind-smb .entity-link,
.page-kind-smb .opportunity-title-link:hover {
  color: #0a6d77;
}

.page-kind-home .module-title,
.page-kind-home .module-title-row,
.page-kind-home .home-hero-v2 {
  background: linear-gradient(180deg, #f4f9ff 0%, #eaf3ff 100%);
}

.page-kind-home .module,
.page-kind-home .site-footer {
  border-color: #c6d9f0;
}

.page-kind-home .site-footer {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(135deg, #0b1f3a 0%, #0f2a4d 100%);
  border-color: transparent;
  min-height: 50vh;
}

.page-kind-home .site-footer-inner {
  color: #ffffff;
  min-height: 50vh;
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 14px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  grid-template-areas:
    "brand links"
    "social links"
    "copy links";
  row-gap: 18px;
  column-gap: 40px;
  align-content: space-between;
}

.page-kind-home .site-footer .footer-brand {
  grid-area: brand;
  max-width: 620px;
}

.page-kind-home .site-footer .footer-links {
  grid-area: links;
  align-self: start;
  justify-self: end;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(110px, 1fr));
  gap: 12px 26px;
}

.page-kind-home .site-footer .footer-links a {
  text-align: right;
}

.page-kind-home .site-footer .social-icons {
  grid-area: social;
  justify-content: flex-start;
  align-self: end;
}

.page-kind-home .site-footer .site-footer-copy {
  grid-area: copy;
  margin-top: 4px;
}

.page-kind-home .footer-brand strong,
.page-kind-home .footer-brand p,
.page-kind-home .footer-links a,
.page-kind-home .site-footer-copy {
  color: #ffffff;
}

.page-kind-home .footer-links a {
  opacity: 0.92;
  font-size: 14px;
  font-weight: 600;
}

.page-kind-home .entity-link,
.page-kind-home .opportunity-title-link:hover {
  color: #0d4ea6;
}

@media (max-width: 1220px) {
  .agency-data-grid {
    grid-template-columns: 1fr;
  }

  .industry-data-grid {
    grid-template-columns: 1fr;
  }

  .industry-v2-layout {
    padding-left: 0;
  }

  .industry-v2-anchor {
    position: static;
    width: auto;
    left: auto;
    top: auto;
    margin-bottom: 8px;
  }

  .industry-v2-anchor-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
  }

  .awardee-data-grid {
    grid-template-columns: 1fr;
  }

  .awardee-v2-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smb-data-grid {
    grid-template-columns: 1fr;
  }

  .home-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .home-main-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-top-nav {
    justify-self: start;
  }

  .home-stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-nav-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .agency-hero-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .data-split-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    min-height: 22vh;
  }

  .site-footer-inner {
    min-height: 22vh;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 12px;
  }

  .social-icons {
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  .agency-filter-row {
    grid-template-columns: 1fr 1fr;
  }

  .industry-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-v2-hero h1 {
    font-size: 24px;
  }

  .industry-v2-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-v2-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-kind-industry .industry-v2-filter-grid #industry-reset-filters-btn {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .industry-v2-location-grid {
    grid-template-columns: 1fr;
  }

  .industry-v2-location-col + .industry-v2-location-col {
    border-left: 0;
    border-top: 1px solid #e6edf8;
  }

  .industry-v2-list-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .awardee-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .awardee-v2-awards-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .awardee-v2-awards-toolbar .awardee-v2-reset-btn {
    grid-column: 1 / -1;
  }

  .awardee-v2-results-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .awardee-v2-contacts-grid,
  .awardee-v2-dual-grid {
    grid-template-columns: 1fr;
  }

  .smb-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-filter-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .agency-filter-row button {
    grid-column: 1 / -1;
  }

  .agency-hierarchy-grid {
    grid-template-columns: 1fr;
  }

  .agency-activity-grid,
  .agency-related-grid,
  .industry-activity-grid,
  .awardee-activity-grid,
  .smb-activity-grid {
    grid-template-columns: 1fr;
  }

  .smb-market-grid {
    grid-template-columns: 1fr;
  }

  .home-split-grid {
    grid-template-columns: 1fr;
  }

  .home-market-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-search-row {
    grid-template-columns: 1fr 1fr auto;
  }

  .site-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .top-industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-search-row {
    grid-template-columns: 1fr 1fr;
  }

  .section-result-meta {
    grid-column: 1 / -1;
    margin-left: 0;
  }

  .header-stats-inline {
    gap: 8px;
  }

}

@media (max-width: 560px) {
  .agency-hero-meta-grid {
    grid-template-columns: 1fr;
  }

  .agency-filter-row {
    grid-template-columns: 1fr;
  }

  .industry-filter-grid {
    grid-template-columns: 1fr;
  }

  .industry-v2-hero-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .industry-v2-overview-grid {
    grid-template-columns: 1fr;
  }

  .industry-v2-filter-grid {
    grid-template-columns: 1fr;
  }

  .page-kind-industry .industry-v2-filter-grid #industry-reset-filters-btn {
    width: auto;
    justify-self: end;
  }

  .awardee-filter-grid {
    grid-template-columns: 1fr;
  }

  .awardee-v2-kpi-grid,
  .awardee-v2-awards-toolbar {
    grid-template-columns: 1fr;
  }

  .smb-filter-grid {
    grid-template-columns: 1fr;
  }

  .home-filter-grid {
    grid-template-columns: 1fr;
  }

  .home-filter-grid-v2 {
    grid-template-columns: 1fr;
  }

  .home-search-row {
    grid-template-columns: 1fr;
  }

  .home-main-inner {
    grid-template-columns: 1fr;
  }

  .home-top-nav {
    gap: 10px;
  }

  .home-top-nav a {
    font-size: 13px;
  }

  .home-hero-overlay {
    padding: 24px 14px 18px;
  }

  .home-hero-search-row {
    grid-template-columns: 1fr;
  }

  .home-hero-search-field select,
  .home-hero-search-field input {
    border-right: 0;
    border-bottom: 1px solid #d9e2ef;
  }

  .home-search-row button {
    width: 100%;
  }

  .home-stats-grid {
    grid-template-columns: 1fr;
  }

  .home-market-stats-grid {
    grid-template-columns: 1fr;
  }

  .home-nav-grid {
    grid-template-columns: 1fr;
  }

  .state-page-container {
    margin-top: 0;
    padding: 0 12px;
  }

  .header-tagline {
    min-height: 0;
    font-size: 12px;
  }

  .local-intro-layout {
    grid-template-columns: 1fr;
  }

  .local-hero-badge-wrap {
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .local-hero-badge {
    width: 76px;
    height: 76px;
  }

  .local-hero-badge-caption {
    margin-top: 0;
    text-align: left;
  }

  .search-row {
    grid-template-columns: 1fr;
  }

  .section-search-row {
    grid-template-columns: 1fr;
  }

  .filter-grid {
    grid-template-columns: 1fr;
  }

  .top-industries-grid {
    grid-template-columns: 1fr;
  }

  .opportunity-table th:nth-child(2) {
    width: auto;
  }
}

/* Home Redesign Override */
.page-kind-home {
  --home-ink: #f7f9fc;
  --home-muted-ink: #ced6e3;
  --home-surface-dark: #1d232f;
  --home-surface-dark-2: #2b313d;
  --home-panel: #0f131b;
  --home-line: #344153;
  --home-card: #171d28;
  --home-accent: #ff4f9f;
}

.page-kind-home .state-page-container {
  max-width: 1380px;
  padding: 0 14px;
}

.page-kind-home .home-site-header {
  background: #0f131b;
  border-bottom: 1px solid #262f3d;
  box-shadow: none;
}

.page-kind-home .home-main-inner {
  max-width: 1320px;
  padding: 8px 14px;
  min-height: 56px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.page-kind-home .home-brand {
  color: #fff;
  display: inline-flex;
  gap: 4px;
  text-decoration: none;
}

.page-kind-home .home-brand-mark {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

.page-kind-home .home-brand-slogan {
  font-size: 11px;
  color: #d7dfeb;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.page-kind-home .home-top-nav {
  justify-self: end;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.page-kind-home .home-top-nav a {
  color: #d7deea;
  font-size: 13px;
  font-weight: 600;
}

.page-kind-home .home-hero-v2 {
  margin-top: 10px;
  margin-bottom: 0;
  border: 1px solid var(--home-line);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.04), transparent 52%),
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.08), transparent 36%),
    linear-gradient(120deg, var(--home-surface-dark) 0%, var(--home-surface-dark-2) 55%, #181e2a 100%) !important;
}

.page-kind-home .home-hero-overlay {
  padding: 24px 22px 14px;
}

.page-kind-home .home-hero-overlay h1 {
  margin: 0;
  color: var(--home-ink);
  text-align: center;
  font-size: clamp(1.7rem, 2.2vw, 2.3rem);
  line-height: 1.16;
}

.page-kind-home .home-hero-overlay p {
  margin: 10px auto 0;
  color: var(--home-muted-ink);
  text-align: center;
  max-width: 860px;
  font-size: 14px;
}

.page-kind-home .home-hero-search-form {
  margin: 14px auto 0;
  max-width: 940px;
}

.page-kind-home .home-hero-search-row.single-search {
  display: grid;
  grid-template-columns: 1fr 120px;
  border: 1px solid #d2d9e7;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.page-kind-home .home-hero-search-field input {
  width: 100%;
  height: 46px;
  border: 0;
  padding: 0 14px;
  font-size: 14px;
  color: #1c2a3f;
  background: #fff;
}

.page-kind-home .home-hero-search-field input::placeholder {
  color: #7688a0;
}

.page-kind-home .home-hero-search-btn {
  border: 0;
  background: #0b63d9;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.page-kind-home .home-filter-v2 {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #d5deeb;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: #ffffff;
}

.page-kind-home .home-results-toolbar {
  margin-top: 18px;
  margin-bottom: 14px;
  padding: 10px 12px;
  border-color: #d5deeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #ffffff;
}

.page-kind-home .home-results-summary {
  color: #22354d;
  font-size: 14px;
}

.page-kind-home .home-results-summary strong {
  font-weight: 800;
}

.page-kind-home .home-results-actions label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #22354d;
  font-size: 14px;
}

.page-kind-home .home-results-actions select {
  height: 36px;
  border: 1px solid #b9c6da;
  color: #1b2d45;
  border-radius: 8px;
  font-size: 14px;
  padding: 0 10px;
}

.page-kind-home .home-filter-grid-v2 {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

.page-kind-home .home-filter-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  position: relative;
}

.page-kind-home .home-filter-field > span {
  color: #223248;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.page-kind-home .home-keyword-field {
  grid-column: 1 / -1;
}

.page-kind-home .home-inline-search {
  display: grid;
  grid-template-columns: 1fr 124px;
  gap: 8px;
  align-items: stretch;
}

.page-kind-home .home-inline-search-main {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  align-items: stretch;
  height: 52px;
  border: 1px solid #b9c6da;
  border-radius: 8px;
  overflow: hidden;
}

.page-kind-home .home-inline-search-main.is-active {
  background: #ffffff;
}

.page-kind-home .home-type-select-wrap {
  position: relative;
  background: #ffffff;
  border-right: 1px solid #c7d4e8;
}

.page-kind-home .home-type-select-wrap::after {
  content: "▾";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #3b5475;
  font-size: 24px;
  font-weight: 700;
  pointer-events: none;
  line-height: 1;
}

.page-kind-home .home-type-select-wrap select {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #1b2d45;
  font-size: 14px;
  font-weight: 700;
  padding: 0 34px 0 11px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.page-kind-home .home-type-select-wrap select:focus,
.page-kind-home .home-type-select-wrap select:focus-visible {
  outline: none;
}

.page-kind-home .home-inline-search-main > input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #1b2d45;
  font-size: 14px;
  height: 100%;
  padding: 0 11px;
  min-width: 0;
}

.page-kind-home .home-inline-search-main > input:focus,
.page-kind-home .home-inline-search-main > input:focus-visible {
  outline: none;
}

.page-kind-home .home-inline-search-btn {
  border: 0;
  border-radius: 8px;
  background: #0b63d9;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  height: 52px;
}

.page-kind-home .home-inline-search-main > input::placeholder {
  color: #7d8ea7;
}

.page-kind-home .home-multi-dropdown {
  position: relative;
}

.page-kind-home .home-multi-dropdown summary {
  list-style: none;
  width: 100%;
  border: 1px solid #b9c6da;
  color: #1b2d45;
  border-radius: 8px;
  font-size: 14px;
  height: 38px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.page-kind-home .home-multi-dropdown summary.is-active {
  background: #ffffff;
}

.page-kind-home .home-multi-dropdown summary.has-search {
  padding: 0 10px;
}

.page-kind-home .home-multi-dropdown summary::-webkit-details-marker {
  display: none;
}

.page-kind-home .home-multi-dropdown summary:focus,
.page-kind-home .home-multi-dropdown summary:focus-visible {
  outline: none;
}

.page-kind-home .home-summary-search {
  width: 100%;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  color: #1b2d45;
  font-size: 14px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
}

.page-kind-home .home-summary-search::placeholder {
  color: #7d8ea7;
}

.page-kind-home .home-multi-dropdown summary.is-active .home-summary-search::placeholder {
  color: #1b2d45;
  opacity: 1;
}

.page-kind-home .home-summary-search::-webkit-search-decoration,
.page-kind-home .home-summary-search::-webkit-search-cancel-button,
.page-kind-home .home-summary-search::-webkit-search-results-button,
.page-kind-home .home-summary-search::-webkit-search-results-decoration {
  display: none;
}

.page-kind-home .home-summary-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  display: block;
}

.page-kind-home .home-multi-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 24;
  border: 1px solid #b9c6da;
  background: #f6f9ff;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(18, 33, 58, 0.16);
  padding: 8px;
}

.page-kind-home .home-multi-panel input[type="search"] {
  width: 100%;
  height: 32px;
  border: 1px solid #b9c6da;
  background: #ffffff;
  color: #1b2d45;
  border-radius: 7px;
  font-size: 13px;
  padding: 0 9px;
  margin-bottom: 7px;
}

.page-kind-home .home-multi-panel input[type="search"]::placeholder {
  color: #7d8ea7;
}

.page-kind-home .home-multi-options {
  max-height: 220px;
  overflow-y: auto;
  display: grid;
  gap: 2px;
}

.page-kind-home .home-option-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-kind-home .home-multi-option {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  color: #1b2d45;
  font-size: 13px;
  border-radius: 6px;
  padding: 0 8px;
  cursor: pointer;
}

.page-kind-home .home-multi-option:hover {
  background: #eef3fb;
}

.page-kind-home .home-multi-option span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-kind-home .home-option-check {
  min-width: 14px;
  color: #0b63d9;
  font-style: normal;
  font-weight: 700;
  text-align: right;
}

.page-kind-home .home-multi-option:not(.is-selected) .home-option-check {
  color: transparent;
}

.page-kind-home .home-filter-field select[name="postedRange"],
.page-kind-home .home-filter-field select[name="contractValueRange"] {
  width: 100%;
  border: 1px solid #b9c6da;
  color: #1b2d45;
  border-radius: 8px;
  font-size: 14px;
  height: 38px;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-kind-home .home-filter-field select[name="postedRange"].is-active,
.page-kind-home .home-filter-field select[name="contractValueRange"].is-active {
  background: #ffffff;
}

.page-kind-home .home-date-range-field {
  position: relative;
}

.page-kind-home .home-range-calendar {
  position: relative;
}

.page-kind-home .home-range-calendar summary {
  width: 100%;
  border: 1px solid #b9c6da;
  color: #1b2d45;
  border-radius: 8px;
  font-size: 14px;
  height: 38px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}

.page-kind-home .home-range-calendar summary.is-active {
  background: #ffffff;
}

.page-kind-home .home-range-calendar summary::-webkit-details-marker {
  display: none;
}

.page-kind-home .home-range-summary-text {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-kind-home .home-range-summary-arrow {
  color: #3b5475;
  font-size: 14px;
  font-weight: 700;
  padding-left: 8px;
}

.page-kind-home .home-range-calendar summary:focus,
.page-kind-home .home-range-calendar summary:focus-visible {
  outline: none;
}

.page-kind-home .home-range-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 30;
  width: 284px;
  border: 1px solid #b9c6da;
  background: #f6f9ff;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(18, 33, 58, 0.18);
  padding: 10px;
}

.page-kind-home .home-range-panel-head {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  margin-bottom: 7px;
}

.page-kind-home .home-range-panel-head strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #243a5a;
  font-size: 13px;
}

.page-kind-home .home-range-month-label {
  font-weight: 700;
}

.page-kind-home .home-range-year-btn {
  border: 0;
  background: transparent;
  color: #1f4f8f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  padding: 0;
  line-height: 1.2;
}

.page-kind-home .home-range-year-btn:hover {
  color: #123c72;
}

.page-kind-home .home-range-year-picker {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #c3d1e6;
  border-radius: 8px;
  background: #ffffff;
  display: none;
  flex-direction: column;
  z-index: 3;
}

.page-kind-home .home-range-panel.year-picker-open .home-range-year-picker {
  display: flex;
}

.page-kind-home .home-range-year-picker-head {
  padding: 9px 10px 7px;
  font-size: 12px;
  color: #2f4a6c;
  font-weight: 700;
  border-bottom: 1px solid #dde5f2;
}

.page-kind-home .home-range-year-list {
  padding: 6px 6px 8px;
  display: grid;
  gap: 4px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.page-kind-home .home-range-year-option {
  border: 1px solid transparent;
  background: #ffffff;
  color: #213652;
  border-radius: 6px;
  height: 30px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.page-kind-home .home-range-year-option:hover {
  background: #ecf2fc;
}

.page-kind-home .home-range-year-option.is-current {
  border-color: #7ea3d8;
  background: #dce9ff;
}

.page-kind-home .home-range-nav-btn {
  border: 1px solid #c5d2e5;
  background: #ffffff;
  color: #294469;
  border-radius: 6px;
  width: 30px;
  height: 28px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.page-kind-home .home-range-week-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-bottom: 4px;
  color: #6f829e;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.page-kind-home .home-range-day-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.page-kind-home .home-range-day-btn {
  border: 1px solid transparent;
  background: transparent;
  color: #203654;
  border-radius: 6px;
  height: 30px;
  font-size: 12px;
  cursor: pointer;
}

.page-kind-home .home-range-day-btn:hover {
  background: #e7eefb;
}

.page-kind-home .home-range-day-btn.is-outside {
  color: #9aa8bd;
}

.page-kind-home .home-range-day-btn.is-in-range {
  background: #dce9ff;
}

.page-kind-home .home-range-day-btn.is-start,
.page-kind-home .home-range-day-btn.is-end {
  background: #0b63d9;
  color: #ffffff;
}

.page-kind-home .home-range-day-btn.is-today {
  border-color: #6f90bd;
}

.page-kind-home .home-range-panel-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.page-kind-home .home-range-clear-btn {
  border: 0;
  background: transparent;
  color: #2f4d76;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.page-kind-home .home-reset-btn {
  height: 38px;
  border: 0;
  border-radius: 8px;
  align-self: end;
  justify-self: end;
  width: 124px;
  grid-column: 5 / 6;
  background: var(--home-accent);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.page-kind-home .home-reset-btn:hover {
  filter: brightness(1.04);
}

.page-kind-home .home-reset-icon {
  font-size: 13px;
  line-height: 1;
}

.page-kind-home.state-page-variant-statepage2 .home-inline-search-main,
.page-kind-home.state-page-variant-statepage2 .home-multi-dropdown summary,
.page-kind-home.state-page-variant-statepage2 .home-filter-field select[name="postedRange"],
.page-kind-home.state-page-variant-statepage2 .home-filter-field select[name="dueRange"],
.page-kind-home.state-page-variant-statepage2 .home-filter-field select[name="contractValueRange"],
.page-kind-home.state-page-variant-statepage2 .home-range-calendar summary {
  background: #ffffff;
}

.page-kind-home.page-kind-county .home-inline-search-main,
.page-kind-home.page-kind-county .home-multi-dropdown summary,
.page-kind-home.page-kind-county .home-filter-field select[name="postedRange"],
.page-kind-home.page-kind-county .home-filter-field select[name="dueRange"],
.page-kind-home.page-kind-county .home-filter-field select[name="contractValueRange"],
.page-kind-home.page-kind-county .home-range-calendar summary,
.page-kind-home.page-kind-city .home-inline-search-main,
.page-kind-home.page-kind-city .home-multi-dropdown summary,
.page-kind-home.page-kind-city .home-filter-field select[name="postedRange"],
.page-kind-home.page-kind-city .home-filter-field select[name="dueRange"],
.page-kind-home.page-kind-city .home-filter-field select[name="contractValueRange"],
.page-kind-home.page-kind-city .home-range-calendar summary {
  background: #ffffff;
}

.page-kind-home.state-page-variant-statepage2 .home-search-reset-btn {
  width: auto;
  min-width: 0;
  align-self: end;
  justify-self: end;
  grid-column: 5 / 6;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #5f7190;
  font-weight: 600;
}

.page-kind-home.state-page-variant-statepage2 .home-search-reset-btn .home-reset-symbol {
  font-size: 14px;
  line-height: 1;
}

.page-kind-home.state-page-variant-statepage2 .home-search-reset-btn .home-reset-label {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-kind-home.state-page-variant-statepage2 .home-search-reset-btn:hover {
  background: transparent;
  color: #334b6b;
  filter: none;
}

.page-kind-home .home-opportunities-module {
  margin-top: 0;
}

.page-kind-home .home-industries-directory {
  margin-top: 12px;
  border: 1px solid #d5deeb;
  background: #ffffff;
  height: 67vh;
  min-height: 390px;
  max-height: 760px;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.page-kind-home .home-top-categories-header {
  margin: 0;
  padding: 10px 14px 8px;
  background: #f1f3f6;
  border-bottom: 1px solid #dfe6f2;
  align-items: center;
}

.page-kind-home .home-top-categories-header .module-title {
  margin: 0;
  padding: 0;
}

.page-kind-home .home-top-categories-more {
  color: #163d73;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-kind-home .home-top-categories-more:hover {
  color: #0f2d56;
}

.page-kind-home .home-top-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 18px;
  padding: 34px 20px 12px;
  overflow: hidden;
}

.page-kind-home .home-top-categories-column {
  padding: 0 6px;
}

.page-kind-home .home-top-categories-column + .home-top-categories-column {
  border-left: 1px solid #e7edf7;
  padding-left: 20px;
}

.page-kind-home .home-top-category-group {
  position: relative;
  margin: 0;
  padding-left: 14px;
  font-size: 13px;
  line-height: 1.45;
  color: #22354d;
  word-break: break-word;
}

.page-kind-home .home-top-category-group::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #5e728f;
  font-size: 13px;
}

.page-kind-home .home-top-category-group + .home-top-category-group {
  margin-top: 13px;
}

.page-kind-home .home-top-category-group .entity-link {
  color: #163d73;
  white-space: normal;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.page-kind-home .home-top-category-group .entity-link:hover {
  color: #0f2d56;
  text-decoration-thickness: 2px;
}

.page-kind-home .home-top-category-sep {
  color: #607390;
}

.page-kind-home .home-browse-location {
  margin-top: 12px;
  border: 1px solid #d5deeb;
  background: #fff;
}

.page-kind-home .home-browse-location-header {
  margin: 0;
  padding: 12px 14px 10px;
  background: #f1f3f6;
  border-bottom: 1px solid #dfe6f2;
}

.page-kind-home .home-browse-location-header .module-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.page-kind-home .home-browse-location-header p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: #6b7280;
}

.page-kind-home .home-state-flag-grid {
  padding: 12px 14px 14px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px 12px;
}

.page-kind-home .home-state-flag-link {
  border: 1px solid #dee6f2;
  border-radius: 8px;
  padding: 7px 8px;
  height: 36px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1d3656;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  background: #fff;
}

.page-kind-home .home-state-flag-link span {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-kind-home .home-state-flag-link:hover {
  background: #f7faff;
  border-color: #cfd9ea;
  text-decoration: none;
}

.page-kind-home .home-state-flag-icon {
  width: 22px;
  height: 16px;
  border: 1px solid #cad5e6;
  object-fit: cover;
  display: block;
  flex: 0 0 auto;
}

.page-kind-home .home-browse-location-panels {
  margin-top: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 14px;
  align-items: stretch;
}

.page-kind-home .home-browse-location-panels > .module {
  display: flex;
  flex-direction: column;
  height: 356px;
}

.page-kind-home .home-browse-card .table-scroll {
  flex: 1;
  overflow-y: auto;
}

.page-kind-home .home-browse-card .module-title-row .module-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.page-kind-home #home-top-smb .compact-table th,
.page-kind-home #home-top-agencies .compact-table th {
  font-size: 12px;
  font-weight: 600;
}

.page-kind-home #home-top-agencies .compact-table th:nth-child(1) {
  width: 46%;
}

.page-kind-home #home-top-agencies .compact-table th:nth-child(2) {
  width: 16%;
}

.page-kind-home #home-top-agencies .compact-table th:nth-child(3) {
  width: 20%;
}

.page-kind-home #home-top-agencies .compact-table th:nth-child(4) {
  width: 18%;
}

.page-kind-home #home-top-agencies .compact-table td:nth-child(2),
.page-kind-home #home-top-agencies .compact-table td:nth-child(4) {
  white-space: nowrap;
}

.page-kind-home .home-opps-table-v2 th:nth-child(1) {
  width: 31%;
}

.page-kind-home .home-opps-table-v2 th:nth-child(2) {
  width: 16%;
}

.page-kind-home .home-opps-table-v2 th:nth-child(3),
.page-kind-home .home-opps-table-v2 th:nth-child(4),
.page-kind-home .home-opps-table-v2 th:nth-child(5),
.page-kind-home .home-opps-table-v2 th:nth-child(6),
.page-kind-home .home-opps-table-v2 th:nth-child(7),
.page-kind-home .home-opps-table-v2 th:nth-child(8) {
  width: 10.6%;
}

.page-kind-home .home-opps-table-v2 td:nth-child(3),
.page-kind-home .home-opps-table-v2 td:nth-child(4),
.page-kind-home .home-opps-table-v2 td:nth-child(5),
.page-kind-home .home-opps-table-v2 td:nth-child(6),
.page-kind-home .home-opps-table-v2 td:nth-child(8) {
  white-space: nowrap;
}

.page-kind-home .table-scroll .home-opps-table-v2 {
  min-width: 1180px;
}

.page-kind-home .table-scroll .home-awards-table {
  min-width: 1020px;
}

.page-kind-home .home-awards-table thead th {
  background: #dde2e8;
  color: #22354d;
  font-size: 14px;
  font-weight: 800;
}

.page-kind-home .home-awards-table th:nth-child(1) {
  width: 19%;
}

.page-kind-home .home-awards-table th:nth-child(2) {
  width: 21%;
}

.page-kind-home .home-awards-table th:nth-child(3) {
  width: 26%;
}

.page-kind-home .home-awards-table th:nth-child(4),
.page-kind-home .home-awards-table th:nth-child(5),
.page-kind-home .home-awards-table th:nth-child(6) {
  width: 11.33%;
}

.page-kind-home .home-awards-table tbody td {
  font-size: 14px;
  color: #22354d;
}

.page-kind-home .home-awards-table tbody td:nth-child(4),
.page-kind-home .home-awards-table tbody td:nth-child(5),
.page-kind-home .home-awards-table tbody td:nth-child(6) {
  white-space: nowrap;
}

.page-kind-home .home-awards-table .award-id-link,
.page-kind-home .home-awards-table .award-id-link:hover {
  color: #0b63d9;
}

.page-kind-home .home-awards-table .entity-link,
.page-kind-home .home-awards-table .entity-link:hover {
  color: #0b63d9;
  font-weight: 400;
}

.page-kind-state .table-scroll .home-awards-table {
  min-width: 1040px;
}

.page-kind-state .home-awards-table th:nth-child(1) {
  width: 34%;
}

.page-kind-state .home-awards-table th:nth-child(2) {
  width: 16%;
}

.page-kind-state .home-awards-table th:nth-child(3) {
  width: 18%;
}

.page-kind-state .home-awards-table th:nth-child(4),
.page-kind-state .home-awards-table th:nth-child(5),
.page-kind-state .home-awards-table th:nth-child(6) {
  width: 10.66%;
}

.page-kind-home .home-award-description-row td {
  border-top: 0;
}

.page-kind-home .home-opps-table-v2 thead th {
  background: #dde2e8;
  color: #22354d;
  font-size: 14px;
  font-weight: 800;
}

.page-kind-home .home-opps-table-v2 .opportunity-title-link {
  color: #0b63d9;
}

.page-kind-home .home-opps-table-v2 tbody td {
  font-size: 14px;
  color: #22354d;
  font-weight: 400;
}

.page-kind-home .home-opps-table-v2 .entity-link,
.page-kind-home .home-opps-table-v2 .opportunity-title-link,
.page-kind-home .home-opps-table-v2 .entity-link:hover,
.page-kind-home .home-opps-table-v2 .opportunity-title-link:hover {
  color: #0b63d9;
  font-weight: 400;
}

.page-kind-home .home-opps-table-v2 tbody td:nth-child(8),
.page-kind-home .home-opps-table-v2 tbody td:nth-child(8) .entity-link,
.page-kind-home .home-opps-table-v2 tbody td:nth-child(8) .entity-muted {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}

.page-kind-home .home-primary-row td {
  border-bottom: 0;
}

.page-kind-home .home-description-row td {
  border-top: 0;
  border-bottom: 1px solid #dfe6f2;
  padding: 0 10px 11px;
}

.page-kind-home .home-description-cell {
  font-size: 14px;
  color: #445b78;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 6px;
}

.page-kind-home .home-description-cell strong {
  color: #263c58;
  white-space: nowrap;
  font-weight: 400;
}

.page-kind-home .home-description-cell span {
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
  white-space: normal;
  line-height: 1.45;
  max-height: calc(1.45em * 3);
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-kind-home .home-description-cell-left,
.page-kind-home .home-description-cell-left strong,
.page-kind-home .home-description-cell-left span {
  text-align: left;
}

.page-kind-home .home-hit {
  background: #ffed8f;
  color: #172a43;
  border-radius: 3px;
  padding: 0 2px;
}

.page-kind-home .home-status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  vertical-align: middle;
}

.page-kind-home .home-status-open {
  background: #26c36f;
  box-shadow: 0 0 0 2px rgba(38, 195, 111, 0.2);
}

.page-kind-home .home-status-closed {
  background: #95a0b3;
  box-shadow: 0 0 0 2px rgba(149, 160, 179, 0.22);
}

.page-kind-home .home-naics-cell {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.page-kind-home .home-naics-cell span {
  font-weight: 400;
  font-size: 14px;
  color: #1f304b;
}

.page-kind-home .home-naics-cell small {
  color: #607390;
  font-size: 14px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-kind-home .home-table-meta {
  padding: 8px 12px 0;
  font-size: 12px;
  color: #5f728e;
}

.page-kind-home .entity-muted {
  color: #6c809d;
  font-size: 13px;
}

.page-kind-home .home-dashboard-grid {
  margin-top: 10px;
}

@media (max-width: 1280px) {
  .page-kind-home .home-state-flag-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-kind-home .home-filter-grid-v2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-kind-home .home-main-inner {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .page-kind-home .home-top-nav {
    justify-self: start;
  }

  .page-kind-home .home-browse-location-panels {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .all-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-kind-home .home-hero-overlay {
    padding: 18px 14px 10px;
  }

  .page-kind-home .home-filter-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-kind-home .home-reset-btn {
    grid-column: 2 / 3;
  }

  .page-kind-home .home-results-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-kind-home .home-inline-search {
    grid-template-columns: 1fr 112px;
  }

  .page-kind-home .home-inline-search-main {
    grid-template-columns: minmax(132px, 180px) minmax(0, 1fr);
  }

  .page-kind-home .home-hero-search-row.single-search {
    grid-template-columns: 1fr 104px;
  }

  .page-kind-home .home-industries-directory {
    height: 60vh;
    min-height: 330px;
  }

  .page-kind-home .home-top-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-kind-home .home-state-flag-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .all-categories-grid {
    grid-template-columns: 1fr;
  }

  .all-categories-column + .all-categories-column {
    border-left: 0;
    border-top: 1px solid #e2e9f3;
    margin-top: 10px;
    padding-left: 0;
    padding-top: 10px;
  }

  .page-kind-home .home-filter-grid-v2 {
    grid-template-columns: 1fr;
  }

  .page-kind-home .home-reset-btn {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .page-kind-home .home-inline-search {
    grid-template-columns: 1fr;
  }

  .page-kind-home .home-inline-search-main {
    grid-template-columns: minmax(120px, 160px) minmax(0, 1fr);
  }

  .page-kind-home .home-inline-search-btn {
    height: 44px;
  }

  .page-kind-home .home-range-panel {
    width: 100%;
    min-width: 0;
  }

  .page-kind-home .home-brand-slogan {
    white-space: normal;
  }

  .page-kind-home .home-top-nav {
    gap: 10px;
  }

  .page-kind-home .home-hero-search-row.single-search {
    grid-template-columns: 1fr;
  }

  .page-kind-home .home-hero-search-btn {
    height: 42px;
  }

  .page-kind-home .home-industries-directory {
    height: 58vh;
    min-height: 300px;
  }

  .page-kind-home .home-top-categories-grid {
    grid-template-columns: 1fr;
  }

  .page-kind-home .home-top-categories-column + .home-top-categories-column {
    border-left: 0;
    border-top: 1px solid #e7edf7;
    margin-top: 8px;
    padding-top: 8px;
  }

  .page-kind-home .home-state-flag-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.state-browse-location-module {
  margin-top: 14px;
  border: 1px solid #d5deeb;
  background: #fff;
}

.state-browse-location-head {
  padding: 14px 16px 10px;
  border-bottom: 1px solid #dfe6f2;
}

.state-browse-location-head .module-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.state-browse-location-head p {
  margin: 6px 0 0;
  color: #526983;
  font-size: 14px;
}

.state-browse-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.state-location-list-card + .state-location-list-card {
  border-left: 1px solid #e3eaf5;
}

.state-location-list-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.state-location-list-head {
  padding: 12px 16px 10px;
  border-bottom: 1px solid #e5ecf6;
}

.state-location-list-head h3 {
  margin: 0;
  font-size: 17px;
  color: #1e3554;
}

.state-location-list-body {
  padding: 4px 0;
  height: 376px;
  min-height: 0;
  overflow: hidden;
}

.state-location-row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  height: 46px;
  min-height: 46px;
  padding: 0 16px;
  color: #0d4ea6;
  text-decoration: none;
  border-bottom: 1px solid #edf2fa;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.state-location-row:hover {
  color: #b45309;
  background: #fff7ed;
  text-decoration: none;
}

.state-location-name {
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.state-location-count {
  font-size: 15px;
  text-align: right;
  white-space: nowrap;
}

.state-location-list-foot {
  padding: 12px 16px 14px;
}

.state-location-more {
  color: #0d4ea6;
  font-weight: 700;
  text-decoration: none;
}

.state-location-more:hover {
  color: #b45309;
  text-decoration: underline;
}

.state-location-empty {
  padding: 18px 16px;
  color: #6b7f98;
  font-size: 14px;
}

.page-kind-home.state-page-variant-statepage2 .state-browse-location-grid-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-kind-home.state-page-variant-statepage2 .state-location-list-card-compact + .state-location-list-card-compact {
  border-left: 1px solid #e3eaf5;
}

.page-kind-home.state-page-variant-statepage2 .state-location-list-card-compact .state-location-list-head h3 {
  font-size: 16px;
}

.page-kind-home.state-page-variant-statepage2 .state-location-list-body-compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: auto;
  min-height: 0;
  overflow: hidden;
}

.page-kind-home.state-page-variant-statepage2 .state-location-compact-column + .state-location-compact-column {
  border-left: 1px solid #e3eaf5;
}

.page-kind-home.state-page-variant-statepage2 .state-location-empty-compact {
  grid-column: 1 / -1;
}

.page-kind-home.state-page-variant-statepage2 .state-location-row-compact {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

@media (max-width: 960px) {
  .state-v2-content-grid {
    grid-template-columns: 1fr;
  }

  .state-browse-location-grid {
    grid-template-columns: 1fr;
  }

  .state-location-list-card + .state-location-list-card {
    border-left: 0;
    border-top: 1px solid #e3eaf5;
  }

  .page-kind-home.state-page-variant-statepage2 .state-browse-location-grid-compact {
    grid-template-columns: 1fr;
  }

  .page-kind-home.state-page-variant-statepage2 .state-location-list-card-compact + .state-location-list-card-compact {
    border-left: 0;
    border-top: 1px solid #e3eaf5;
  }

  .counties-directory-grid {
    grid-template-columns: 1fr;
  }

  .counties-directory-column + .counties-directory-column {
    border-left: 0;
    border-top: 1px solid #e3eaf5;
  }
}

@media (max-width: 680px) {
  .page-kind-home.state-page-variant-statepage2 .state-location-list-body-compact {
    grid-template-columns: 1fr;
  }

  .page-kind-home.state-page-variant-statepage2 .state-location-compact-column + .state-location-compact-column {
    border-left: 0;
  }
}

.state-top-contracting-module {
  margin-top: 14px;
  border: 1px solid #d5deeb;
  background: #fff;
}

.state-top-contracting-head {
  padding: 14px 16px 10px;
  border-bottom: 1px solid #dfe6f2;
}

.state-top-contracting-head .module-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.state-top-contracting-head p {
  margin: 6px 0 0;
  color: #526983;
  font-size: 14px;
}

.state-top-contracting-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.state-contracting-list-card + .state-contracting-list-card {
  border-left: 1px solid #e3eaf5;
}

.state-contracting-list-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.state-contracting-list-head {
  padding: 12px 16px 10px;
  border-bottom: 1px solid #e5ecf6;
}

.state-contracting-list-head h3 {
  margin: 0;
  font-size: 17px;
  color: #1e3554;
}

.state-contracting-list-body {
  padding: 4px 0;
  height: 376px;
  min-height: 0;
  overflow: hidden;
}

.state-contracting-row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  height: 46px;
  min-height: 46px;
  padding: 0 16px;
  color: #0d4ea6;
  text-decoration: none;
  border-bottom: 1px solid #edf2fa;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.state-contracting-row:hover {
  color: #b45309;
  background: #fff7ed;
  text-decoration: none;
}

.state-contracting-name {
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.state-contracting-count {
  font-size: 15px;
  text-align: right;
  white-space: nowrap;
}

.state-contracting-list-foot {
  padding: 12px 16px 14px;
}

.state-contracting-more {
  color: #0d4ea6;
  font-weight: 700;
  text-decoration: none;
}

.state-contracting-more:hover {
  color: #b45309;
  text-decoration: underline;
}

.state-contracting-empty {
  padding: 18px 16px;
  color: #6b7f98;
  font-size: 14px;
}

@media (max-width: 960px) {
  .state-top-contracting-grid {
    grid-template-columns: 1fr;
  }

  .state-contracting-list-card + .state-contracting-list-card {
    border-left: 0;
    border-top: 1px solid #e3eaf5;
  }
}

.state-top-award-winners-module {
  margin-top: 14px;
  border: 1px solid #d5deeb;
  background: #fff;
}

.state-top-award-winners-head {
  padding: 14px 16px 10px;
  border-bottom: 1px solid #dfe6f2;
}

.state-top-award-winners-head .module-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.state-top-award-winners-head p {
  margin: 6px 0 0;
  color: #526983;
  font-size: 14px;
}

.state-award-winners-table {
  padding: 0;
  height: 424px;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.state-award-winner-body {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.state-award-winner-header {
  display: grid;
  grid-template-columns: 46px minmax(0, 1.3fr) minmax(72px, 0.5fr) minmax(0, 1.2fr) minmax(120px, 0.9fr);
  gap: 22px;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid #e5ecf6;
  color: #425a78;
  font-size: 13px;
  font-weight: 700;
}

.state-award-winner-header .align-right {
  text-align: right;
}

.state-award-winner-header span:first-child {
  text-align: center;
}

.state-award-winner-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1.3fr) minmax(72px, 0.5fr) minmax(0, 1.2fr) minmax(120px, 0.9fr);
  gap: 22px;
  align-items: center;
  height: 46px;
  min-height: 46px;
  padding: 0 16px;
  color: #0d4ea6;
  text-decoration: none;
  border-bottom: 1px solid #edf2fa;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.state-award-winner-row:hover {
  color: #b45309;
  background: #fff7ed;
  text-decoration: none;
}

.state-award-winner-name {
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.state-award-winner-count {
  font-size: 15px;
  text-align: right;
  white-space: nowrap;
}

.state-award-winner-recent {
  font-size: 14px;
  color: #36506f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.state-award-winner-value {
  font-size: 15px;
  text-align: right;
  white-space: nowrap;
}

.state-award-winner-empty {
  padding: 18px 16px;
  color: #6b7f98;
  font-size: 14px;
}

.state-award-winner-foot {
  padding: 12px 16px 14px;
}

.state-award-winner-more {
  color: #0d4ea6;
  font-weight: 700;
  text-decoration: none;
}

.state-award-winner-more:hover {
  color: #b45309;
  text-decoration: underline;
}

.state-major-institutional-module {
  margin-top: 14px;
  border: 1px solid #d5deeb;
  background: #fff;
}

.state-major-institutional-head {
  padding: 14px 16px 10px;
  border-bottom: 1px solid #dfe6f2;
}

.state-major-institutional-head .module-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.state-major-institutional-head p {
  margin: 6px 0 0;
  color: #526983;
  font-size: 14px;
}

.state-major-institutional-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  min-height: 442px;
}

.state-institutional-list-card + .state-institutional-list-card {
  border-left: 1px solid #e3eaf5;
}

.state-institutional-list-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.state-institutional-list-head {
  padding: 12px 16px 10px;
  border-bottom: 1px solid #e5ecf6;
}

.state-institutional-list-head h3 {
  margin: 0;
  font-size: 17px;
  color: #1e3554;
}

.state-institutional-list-body {
  padding: 4px 0;
  min-height: 376px;
  overflow: hidden;
}

.state-institutional-row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  height: 46px;
  min-height: 46px;
  padding: 0 16px;
  color: #0d4ea6;
  text-decoration: none;
  border-bottom: 1px solid #edf2fa;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.state-institutional-row:hover {
  color: #b45309;
  background: #fff7ed;
  text-decoration: none;
}

.state-institutional-name {
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.state-institutional-count {
  font-size: 15px;
  text-align: right;
  white-space: nowrap;
}

.state-institutional-empty {
  padding: 18px 16px;
  color: #6b7f98;
  font-size: 14px;
}

.state-institutional-list-foot {
  padding: 12px 16px 14px;
}

.state-institutional-more {
  color: #0d4ea6;
  font-weight: 700;
  text-decoration: none;
}

.state-institutional-more:hover {
  color: #b45309;
  text-decoration: underline;
}

@media (max-width: 960px) {
  .state-major-institutional-grid {
    grid-template-columns: 1fr;
  }

  .state-institutional-list-card + .state-institutional-list-card {
    border-left: 0;
    border-top: 1px solid #e3eaf5;
  }
}

.state-browse-industry-module {
  margin-top: 14px;
  border: 1px solid #d5deeb;
  background: #fff;
}

.state-browse-industry-head {
  background: #1d2f5f;
  color: #fff;
  padding: 12px 14px;
  border-bottom: 0;
}

.state-browse-industry-head .module-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
}

.state-browse-industry-head p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.page-kind-home .state-v2-side-column .state-browse-industry-module-side {
  margin-top: 0;
}

.state-browse-industry-side-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 14px 14px;
}

.state-browse-industry-side-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 10px;
  color: #0d4ea6;
  text-decoration: none;
  border: 1px solid #d8e4f5;
  border-radius: 0;
  background: #f8fbff;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.state-browse-industry-side-link:hover {
  color: #0a3e83;
  border-color: #9fbbe5;
  background: #edf4ff;
  text-decoration: none;
}

.state-browse-industry-side-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
  color: #2a3b53;
}

.state-browse-industry-side-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}

.state-browse-industry-side-number {
  color: #2d9872;
  font-size: 14px;
  font-weight: 700;
}

.state-browse-industry-side-count .state-browse-industry-side-active-pill {
  padding: 3px 7px;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 1080px) {
  .state-browse-industry-side-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .state-browse-industry-side-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.state-browse-industry-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  height: 282px;
  min-height: 282px;
  max-height: 282px;
  overflow: hidden;
}

.state-browse-industry-row.has-divider {
  border-top: 1px solid #e3eaf5;
}

.state-browse-industry-group {
  padding: 14px 16px 24px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.state-browse-industry-group + .state-browse-industry-group {
  border-left: 1px solid #e3eaf5;
}

.state-browse-industry-group h3 {
  margin: 0 0 9px;
  font-size: 18px;
  line-height: 24px;
  color: #1e3554;
}

.state-browse-industry-links {
  display: grid;
  gap: 1px;
  margin-bottom: 8px;
  flex: 1 1 auto;
  align-content: start;
  min-height: 0;
}

.state-browse-industry-link {
  display: block;
  color: #0d4ea6;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}

.state-browse-industry-link:hover {
  color: #b45309;
  text-decoration: underline;
}

.state-browse-industry-more {
  display: inline-block;
  color: #0d4ea6;
  font-weight: 700;
  text-decoration: none;
  font-size: 17px;
  line-height: 24px;
}

.state-browse-industry-more:hover {
  color: #b45309;
  text-decoration: underline;
}

/* Categories layout lock: keep current production sizing stable */
.state-browse-industry-row {
  height: 282px !important;
  min-height: 282px !important;
  max-height: 282px !important;
}

.state-browse-industry-group {
  padding: 14px 16px 24px !important;
}

.state-browse-industry-group h3 {
  margin: 0 0 9px !important;
  font-size: 18px !important;
  line-height: 24px !important;
}

.state-browse-industry-link {
  font-size: 16px !important;
  line-height: 24px !important;
}

.state-browse-industry-more {
  font-size: 17px !important;
  line-height: 24px !important;
}

.state-major-cities-module {
  margin-top: 14px;
  border: 1px solid #d5deeb;
  background: #fff;
}

.state-major-cities-head {
  background: #1d2f5f;
  color: #fff;
  padding: 12px 14px;
  border-bottom: 0;
}

.state-major-cities-head .module-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
}

.state-major-cities-head p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.state-major-cities-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 14px 14px;
}

.state-major-cities-chip {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 10px;
  color: #0d4ea6;
  text-decoration: none;
  border: 1px solid #d8e4f5;
  border-radius: 999px;
  background: #f8fbff;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.state-major-cities-chip:hover {
  color: #0a3e83;
  border-color: #9fbbe5;
  background: #edf4ff;
  text-decoration: none;
}

.state-major-cities-name {
  font-size: 14px;
  line-height: 1.35;
  white-space: nowrap;
}

.state-major-cities-count {
  font-size: 13px;
  color: #3b5678;
  font-weight: 500;
  line-height: 1;
}

.state-major-cities-empty {
  padding: 18px 16px;
  color: #6b7f98;
  font-size: 14px;
}

@media (max-width: 1080px) {
  .state-major-cities-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .state-major-cities-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.state-set-aside-module {
  margin-top: 14px;
  border: 1px solid #d5deeb;
  background: #fff;
}

.state-set-aside-head {
  padding: 14px 16px 10px;
  border-bottom: 1px solid #dfe6f2;
}

.state-set-aside-head .module-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.state-set-aside-head p {
  margin: 6px 0 0;
  color: #526983;
  font-size: 14px;
}

.state-set-aside-table {
  padding: 0;
  height: 230px;
  min-height: 0;
  overflow: hidden;
}

.state-set-aside-header {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid #e5ecf6;
  color: #425a78;
  font-size: 13px;
  font-weight: 700;
}

.state-set-aside-row {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid #edf2fa;
  color: #1f2937;
  font-size: 15px;
  transition: background-color 0.15s ease;
}

.state-set-aside-row:hover {
  background: #f8fbff;
}

.page-kind-home.state-page-variant-statepage2 .state-set-aside-row:hover {
  background: #fff7ed;
  color: #b45309;
}

.page-kind-home.state-page-variant-statepage2 .state-set-aside-row:hover .state-set-aside-program,
.page-kind-home.state-page-variant-statepage2 .state-set-aside-row:hover .state-set-aside-col-right {
  color: #b45309;
}

.state-set-aside-program {
  color: #0d4ea6;
  font-weight: 600;
}

.state-set-aside-metric-link {
  color: inherit;
  text-decoration: none;
}

.state-set-aside-row:hover .state-set-aside-metric-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.state-set-aside-col-right {
  text-align: right;
  white-space: nowrap;
}

.state-row-rank {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  text-align: center;
}

/* State page module visual hierarchy */
.state-browse-location-head .module-title,
.state-top-contracting-head .module-title,
.state-top-award-winners-head .module-title,
.state-major-institutional-head .module-title,
.state-major-cities-head .module-title,
.state-browse-industry-head .module-title,
.state-set-aside-head .module-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.state-browse-location-head p,
.state-top-contracting-head p,
.state-top-award-winners-head p,
.state-major-institutional-head p,
.state-browse-industry-head p,
.state-set-aside-head p {
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
}

.state-browse-industry-module .state-browse-industry-head .module-title {
  color: #fff;
}

.state-browse-industry-module .state-browse-industry-head p {
  color: rgba(255, 255, 255, 0.86);
}

.state-location-list-head h3,
.state-contracting-list-head h3,
.state-institutional-list-head h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #1f2937;
}

.state-location-name,
.state-location-count,
.state-contracting-name,
.state-contracting-count,
.state-row-rank,
.state-award-winner-name,
.state-award-winner-count,
.state-award-winner-recent,
.state-award-winner-value,
.state-institutional-name,
.state-institutional-count,
.state-set-aside-row,
.state-set-aside-program {
  font-size: 14px;
  font-weight: 400;
}

.county-hero-kpis-module {
  margin-top: 12px;
  border: 1px solid #d5deeb;
  background: #fff;
}

.county-hero-kpis-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.county-hero-kpi-card {
  padding: 14px 16px;
  border-right: 1px solid #e5ecf6;
}

.county-hero-kpi-card:last-child {
  border-right: 0;
}

.county-hero-kpi-card span {
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 6px;
}

.county-hero-kpi-card strong {
  font-size: 20px;
  line-height: 1.2;
  color: #0f172a;
}

.county-hero-kpi-link {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
  text-align: left;
}

.county-hero-kpi-link:hover {
  color: #0d4ea6;
  text-decoration: underline;
}

.county-section-head {
  padding: 14px 16px 10px;
  border-bottom: 1px solid #dfe6f2;
}

.county-section-head .module-title {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 22px;
  line-height: 1.25;
}

.county-section-head p {
  margin: 6px 0 0;
  color: #6b7280;
  font-size: 14px;
}

.county-public-buyers-module,
.county-popular-categories-module,
.county-cities-market-module,
.county-nearby-markets-module {
  margin-top: 14px;
  border: 1px solid #d5deeb;
  background: #fff;
}

.county-public-buyer-grid {
  padding: 12px 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 10px;
  height: 378px;
  min-height: 0;
}

.county-public-buyer-card {
  border: 1px solid #e3eaf5;
  border-radius: 8px;
  padding: 12px 12px 10px;
  text-decoration: none;
  color: #1f2937;
  background: #fbfdff;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.county-public-buyer-card:hover {
  border-color: #bfd0ea;
  background: #f2f7ff;
}

.county-public-buyer-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.35;
  color: #0d4ea6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.county-public-buyer-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #334155;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.county-buyers-pagination {
  padding: 0 16px 14px;
}

.county-category-pagination,
.county-city-pagination,
.county-nearby-pagination {
  padding: 0 16px 14px;
}

.county-category-tag-grid {
  padding: 12px 16px 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  height: 246px;
  min-height: 0;
  overflow: hidden;
}

.county-category-tag {
  display: block;
  border: 1px solid #d8e4f5;
  border-radius: 999px;
  padding: 7px 12px;
  height: 36px;
  box-sizing: border-box;
  color: #0d4ea6;
  text-decoration: none;
  font-size: 14px;
  background: #f8fbff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.county-category-tag:hover {
  border-color: #9fbbe5;
  background: #edf4ff;
  color: #0a3e83;
}

.county-market-list {
  padding: 6px 0;
  height: 228px;
  min-height: 0;
  overflow: hidden;
}

.county-market-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  height: 44px;
  min-height: 44px;
  padding: 0 16px;
  color: #0d4ea6;
  text-decoration: none;
  border-bottom: 1px solid #edf2fa;
}

.county-market-row span:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.county-market-row:hover {
  color: #b45309;
  background: #fff7ed;
  text-decoration: none;
}

.county-market-row span:last-child {
  white-space: nowrap;
  font-size: 13px;
}

.county-section-empty {
  padding: 16px;
  color: #6b7f98;
  font-size: 14px;
}

.county-adjacency-meta {
  display: none;
}

@media (max-width: 960px) {
  .county-hero-kpis-grid,
  .county-public-buyer-grid,
  .county-category-tag-grid {
    grid-template-columns: 1fr;
  }

  .county-hero-kpi-card {
    border-right: 0;
    border-bottom: 1px solid #e5ecf6;
  }

  .county-hero-kpi-card:last-child {
    border-bottom: 0;
  }

  .state-browse-industry-row {
    grid-template-columns: 1fr;
    height: 604px;
    min-height: 604px;
    max-height: 604px;
  }

  .state-browse-industry-row {
    height: 604px !important;
    min-height: 604px !important;
    max-height: 604px !important;
  }

  .state-browse-industry-group + .state-browse-industry-group {
    border-left: 0;
    border-top: 1px solid #e3eaf5;
    margin-top: 8px;
    padding-top: 12px;
  }

  .state-set-aside-header,
  .state-set-aside-row {
    grid-template-columns: minmax(90px, 1fr) minmax(0, 1fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
    gap: 10px;
    font-size: 14px;
  }
}

.state-anchor-nav {
  position: fixed;
  left: 34px;
  top: 236px;
  width: 210px;
  z-index: 90;
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  gap: 18px;
}

.state-anchor-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
}

.state-anchor-list {
  position: relative;
  display: grid;
  gap: 18px;
  padding-left: 18px;
}

.state-anchor-list::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #e5e7eb;
}

.state-anchor-link {
  position: relative;
  display: block;
  color: #1f2937;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.6;
  padding-left: 16px;
}

.state-anchor-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border: 1px solid #9ca3af;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.16s ease;
}

.state-anchor-link:hover {
  color: #111827;
}

.state-anchor-link:hover::before {
  border-color: #4b5563;
  background: #4b5563;
}

.state-anchor-link.is-current {
  color: #0d4ea6;
  font-weight: 600;
}

.state-anchor-link.is-current::before {
  width: 12px;
  height: 12px;
  left: -2px;
  border-color: #0d4ea6;
  background: #0d4ea6;
}

.state-anchor-target {
  position: relative;
  top: -84px;
  height: 0;
}

@media (max-width: 1360px) {
  .state-anchor-nav {
    display: none;
  }
}

.page-kind-home {
  background: #f3f5f8;
  font-family: "Inter", "Public Sans", "Avenir Next", "Segoe UI", Arial, sans-serif;
}

.page-kind-home .home-site-header {
  background: #0a1c3e;
  border-bottom: 1px solid rgba(167, 189, 223, 0.24);
  box-shadow: none;
}

.page-kind-home .home-login-link {
  color: #d7e6ff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  padding: 6px 8px;
  border-radius: 7px;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.page-kind-home .home-login-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.page-kind-home .home-signup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 78px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2d70f8 0%, #2a61da 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.page-kind-home .home-signup-btn:hover {
  background: linear-gradient(135deg, #3a7dff 0%, #2f67e1 100%);
  transform: translateY(-1px);
  text-decoration: none;
}

.page-kind-home .home-main-row {
  background: #0a1c3e;
}

.page-kind-home .home-main-inner {
  max-width: 1360px;
  margin: 0 auto;
  min-height: 60px;
  padding: 8px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}

.page-kind-home .home-brand {
  color: #ffffff;
  text-decoration: none;
}

.page-kind-home .home-brand-mark {
  font-size: clamp(1.75rem, 3vw, 2.2rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.01em;
}

.page-kind-home .home-brand-sub {
  display: none;
}

.page-kind-home .home-top-nav {
  gap: 8px;
}

.page-kind-home .home-gov-bids-trigger,
.page-kind-opportunities .home-gov-bids-trigger {
  color: #d8e5fb;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 7px 10px;
}

.page-kind-home .home-gov-bids-trigger:hover,
.page-kind-home .home-gov-bids-menu:focus-within .home-gov-bids-trigger,
.page-kind-opportunities .home-gov-bids-trigger:hover,
.page-kind-opportunities .home-gov-bids-menu:focus-within .home-gov-bids-trigger {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.page-kind-home .home-gov-bids-arrow,
.page-kind-opportunities .home-gov-bids-arrow {
  color: #9fb4d5;
}

.page-kind-home .home-top-nav a {
  color: #d8e5fb;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 8px;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.page-kind-home .home-top-nav a:hover,
.page-kind-home .home-top-nav a.is-current {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.page-kind-home .home-main-auth {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
}

.homepage2-shell {
  --homepage2-first-screen-height: calc(100vh - 108px);
  --homepage2-primary: #2b68f6;
  --homepage2-primary-strong: #1f57db;
  margin-top: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;
}

.homepage2-first-screen {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.homepage2-hero {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  overflow: visible;
  padding: 34px 14px 28px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  background: linear-gradient(135deg, #0b1f3a 0%, #0f2a4d 100%);
}

.homepage2-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: min(860px, 90vw);
  height: min(860px, 90vw);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(72, 140, 255, 0.34) 0%,
    rgba(72, 140, 255, 0.12) 38%,
    rgba(15, 42, 77, 0) 74%
  );
  pointer-events: none;
}

.homepage2-hero > * {
  position: relative;
  z-index: 1;
}

.homepage2-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.3rem, 4.8vw, 3.5rem);
  line-height: 0.98;
  font-weight: 650;
  letter-spacing: -0.02em;
  max-width: 14ch;
}

.homepage2-hero-subtitle {
  margin: 10px auto 0;
  max-width: 700px;
  color: #c7d3e7;
  font-size: clamp(0.95rem, 1.45vw, 1.02rem);
  font-weight: 450;
  line-height: 1.38;
}

.homepage2-search-row {
  margin: 18px auto 0;
  width: min(1040px, 100%);
  padding: 10px 12px;
  position: relative;
  z-index: 12;
  border: 1px solid rgba(214, 229, 255, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(7, 17, 34, 0.34);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 220px) 122px;
  gap: 8px;
  align-items: center;
}

.homepage2-search-row > input,
.homepage2-state-dropdown > summary,
.homepage2-search-row > button {
  height: 44px;
  border-radius: 8px;
  font-size: 14px;
}

.homepage2-search-row > input,
.homepage2-state-dropdown > summary {
  border: none;
  outline: none;
  padding: 0 12px;
  color: #e8f1ff;
  background: transparent;
  box-shadow: none;
  transition: color 0.18s ease, box-shadow 0.18s ease;
}

.homepage2-search-row > input {
  box-shadow: inset -1px 0 0 rgba(203, 222, 252, 0.24);
}

.homepage2-state-picker {
  min-width: 0;
}

.homepage2-state-picker > input[type="hidden"] {
  display: none;
}

.homepage2-state-dropdown {
  position: relative;
}

.homepage2-state-dropdown > summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  box-shadow: inset -1px 0 0 rgba(203, 222, 252, 0.24);
  cursor: pointer;
}

.homepage2-state-dropdown > summary::-webkit-details-marker {
  display: none;
}

.homepage2-state-summary-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homepage2-state-summary-arrow {
  color: #9fb4d5;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 auto;
  transition: transform 0.18s ease;
}

.homepage2-state-dropdown[open] .homepage2-state-summary-arrow {
  transform: rotate(180deg);
}

.homepage2-state-dropdown[open] {
  z-index: 30;
}

.homepage2-search-row > input::placeholder {
  color: #aebdd4;
}

.homepage2-search-row > input:focus,
.homepage2-state-dropdown > summary:focus,
.homepage2-state-dropdown > summary:focus-visible {
  outline: none;
  color: #ffffff;
  box-shadow:
    inset -1px 0 0 rgba(203, 222, 252, 0.28),
    0 0 0 2px rgba(70, 130, 255, 0.2);
}

.homepage2-state-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: auto;
  width: min(420px, calc(100vw - 24px));
  min-width: 320px;
  max-width: calc(100vw - 24px);
  max-height: calc(100vh - 140px);
  z-index: 120;
  border: 1px solid #cfdbec;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(7, 17, 34, 0.22);
  padding: 8px;
  overflow: hidden;
}

.homepage2-state-search {
  width: 100%;
  height: 36px;
  border: 1px solid #c6d5e9;
  border-radius: 8px;
  padding: 0 10px;
  color: #15273f;
  background: #ffffff;
  font-size: 13px;
}

.homepage2-state-search::placeholder {
  color: #7f91ad;
}

.homepage2-state-search:focus,
.homepage2-state-search:focus-visible {
  outline: none;
  border-color: #78a0d8;
  box-shadow: 0 0 0 2px rgba(43, 104, 246, 0.14);
}

.homepage2-state-options {
  margin-top: 8px;
  max-height: calc(100vh - 220px);
  overflow-y: auto;
  display: grid;
  gap: 4px;
}

.homepage2-state-option {
  border: 0;
  background: #ffffff;
  color: #111827;
  border-radius: 8px;
  min-height: 34px;
  padding: 0 10px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
  text-align: left;
}

.homepage2-state-option:hover {
  background: #eef3fb;
}

.homepage2-state-option.is-selected {
  background: #e4edff;
  color: #0f2f63;
}

.homepage2-state-option-code {
  color: #4b5f7f;
  font-size: 12px;
  font-weight: 700;
}

.homepage2-state-empty {
  margin: 0;
  padding: 8px 10px;
  color: #5b6f89;
  font-size: 12px;
}

.homepage2-search-row > button {
  border: 1px solid rgba(115, 168, 255, 0.55);
  background: linear-gradient(135deg, #2d70f8 0%, #2b62dc 100%);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(31, 87, 219, 0.34);
  transform: translateY(0);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}

.homepage2-search-row > button:hover {
  background: var(--homepage2-primary-strong);
  border-color: rgba(115, 168, 255, 0.65);
  box-shadow: 0 10px 20px rgba(31, 87, 219, 0.4);
  transform: translateY(-1px);
}

.homepage2-search-row > button:active {
  transform: scale(0.99);
}

.homepage2-popular-inline {
  margin: 12px auto 0;
  width: min(1040px, 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.homepage2-popular-inline-label {
  color: #a9b8cf;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: none;
}

.homepage2-popular-inline-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
}

.homepage2-popular-inline-link {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #bdc8da;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.18s ease;
}

.homepage2-popular-inline-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #4e8fff;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.homepage2-popular-inline-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.homepage2-popular-inline-link:hover::after {
  transform: scaleX(1);
}

.homepage2-value-grid {
  margin: 32px auto 0;
  width: min(1040px, 100%);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.homepage2-value-card {
  border: 1px solid rgba(132, 164, 220, 0.34);
  border-radius: 12px;
  background: linear-gradient(155deg, rgba(14, 34, 63, 0.96) 0%, rgba(9, 26, 51, 0.95) 100%);
  box-shadow: 0 12px 24px rgba(6, 16, 33, 0.34);
  padding: 12px 12px 11px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.homepage2-value-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(6, 16, 33, 0.4);
}

.homepage2-value-icon {
  margin: 0 auto 8px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  padding: 6px;
  background: rgba(109, 157, 244, 0.22);
  color: #8ec2ff;
  box-shadow: inset 0 1px 1px rgba(223, 236, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.homepage2-value-card:nth-child(2) .homepage2-value-icon {
  background: rgba(83, 186, 176, 0.22);
  color: #9ff2e8;
}

.homepage2-value-card:nth-child(3) .homepage2-value-icon {
  background: rgba(91, 180, 236, 0.22);
  color: #9fddff;
}

.homepage2-value-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.homepage2-kpi-number {
  margin: 0;
  color: #9fd0ff;
  font-size: clamp(1.35rem, 2.8vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.homepage2-value-card:nth-child(2) .homepage2-kpi-number {
  color: #aef3eb;
}

.homepage2-value-card:nth-child(3) .homepage2-kpi-number {
  color: #aae5ff;
}

.homepage2-value-title {
  margin: 6px 0 0;
  color: #e6f0ff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.homepage2-value-detail {
  margin: 6px 0 0;
  color: #afc0d9;
  font-size: 12px;
  line-height: 1.3;
}

.homepage2-state-section,
.homepage2-latest-section,
.homepage2-industry-section,
.state-set-aside-module,
.state-top-contracting-module {
  border: 1px solid #dce2ea;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(15, 33, 58, 0.06);
}

.homepage2-state-section {
  padding: 0;
  overflow: hidden;
}

.homepage2-state-section h2,
.homepage2-section-head h2 {
  margin: 0;
  font-size: 22px;
  color: #1a2d48;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

.homepage2-state-card-grid {
  margin-top: 0;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.homepage2-state-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 56px;
  border: 1px solid #dbe2ec;
  border-radius: 10px;
  background: #ffffff;
  padding: 9px 10px;
  text-decoration: none;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.homepage2-state-card-main {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.homepage2-state-flag {
  width: 26px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid #d4ddeb;
  box-shadow: 0 1px 2px rgba(16, 33, 58, 0.12);
  flex-shrink: 0;
}

.homepage2-state-name {
  color: #243d5d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
}

.homepage2-state-active {
  flex-shrink: 0;
  border: 1px solid #d7e4fb;
  border-radius: 999px;
  background: #edf4ff;
  color: #2358ae;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 8px;
  white-space: nowrap;
}

.homepage2-state-card:hover {
  border-color: #b7c4d8;
  background: #f8fafd;
  box-shadow: 0 2px 6px rgba(19, 43, 72, 0.08);
}

.homepage2-state-card:hover .homepage2-state-name {
  color: #132b48;
}

.homepage2-state-card:hover .homepage2-state-active {
  border-color: #c7daf9;
  background: #e8f1ff;
  color: #1d4e9b;
}

.homepage2-inline-link {
  margin-top: 10px;
  display: inline-flex;
  color: #1b4f92;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.homepage2-inline-link:hover {
  color: #143d72;
  text-decoration: underline;
}

.homepage2-latest-section {
  overflow: hidden;
}

.homepage2-section-head {
  border-bottom: 1px solid #dfe5ee;
  background: #f2f5fa;
  padding: 12px 12px 10px;
  text-align: center;
}

.homepage2-latest-head {
  padding: 12px 12px 10px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}

.homepage2-section-head,
.homepage2-set-aside-module .state-set-aside-head,
.homepage2-top-contracting-module .state-top-contracting-head {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.homepage2-latest-head h2 {
  margin: 0;
  font-size: 22px;
  color: #152d4f;
  letter-spacing: -0.005em;
  font-weight: 700;
}

.homepage2-latest-title {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}

.homepage2-latest-switch {
  border: 0;
  padding: 0;
  background: transparent;
  color: #8e97a6;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  cursor: pointer;
}

.homepage2-latest-switch:hover {
  color: #6f7988;
  text-decoration: underline;
}

.homepage2-latest-switch:focus-visible {
  outline: 2px solid #9db1cf;
  outline-offset: 2px;
  border-radius: 2px;
}

.homepage2-latest-short-line,
.homepage2-section-short-line {
  width: 48px;
  height: 2px;
  border-radius: 999px;
  background: #c2cede;
}

.homepage2-section-head .homepage2-section-short-line,
.homepage2-set-aside-module .state-set-aside-head .homepage2-section-short-line,
.homepage2-top-contracting-module .state-top-contracting-head .homepage2-section-short-line {
  display: block;
  margin: 0 auto;
}

.homepage2-industry-head .homepage2-section-short-line,
.homepage2-set-aside-module .state-set-aside-head .homepage2-section-short-line,
.homepage2-top-contracting-module .state-top-contracting-head .homepage2-section-short-line {
  margin-top: 10px;
  margin-bottom: 2px;
}

.homepage2-latest-head p {
  margin: 0;
  color: #60728d;
  font-size: 14px;
  font-weight: 500;
}

.homepage2-latest-update-copy {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #edf4ff;
  color: #2358ae;
  font-size: 13px;
  font-weight: 600;
}

.homepage2-latest-update-copy::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2b68f6;
  box-shadow: 0 0 0 3px rgba(43, 104, 246, 0.15);
}

.homepage2-table-wrap {
  overflow-x: auto;
}

.homepage2-latest-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
}

.homepage2-latest-table th,
.homepage2-latest-table td {
  border-bottom: 1px solid #e4e9f0;
  padding: 13px 11px;
  text-align: left;
  font-size: 13px;
  color: #253b57;
  vertical-align: top;
  line-height: 1.55;
}

.homepage2-latest-table th {
  background: #f2f5fa;
  color: #5b6f88;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
}

.homepage2-latest-table tbody tr {
  transition: background-color 0.18s ease;
}

.homepage2-latest-table tbody tr:hover {
  background: #f3f7ff;
}

.homepage2-latest-table.is-awards-view th:nth-child(1),
.homepage2-latest-table.is-awards-view td:nth-child(1) {
  min-width: 150px;
}

.homepage2-latest-table.is-awards-view .awards-index-id-link {
  color: #1d4f93;
  font-weight: 600;
  text-decoration: none;
}

.homepage2-latest-table.is-awards-view .awards-index-id-link:hover {
  color: #153f76;
  text-decoration: underline;
}

.homepage2-latest-table.is-awards-view td:nth-child(2) .homepage2-meta-link,
.homepage2-latest-table.is-awards-view td:nth-child(2) .awardee-cell-text,
.homepage2-latest-table.is-awards-view td:nth-child(3) .homepage2-meta-link {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.45;
  max-width: 260px;
}

.homepage2-latest-table.is-awards-view td:nth-child(2) .awardee-cell-text {
  color: #111827;
}

.homepage2-latest-table.is-awards-view th:nth-child(4),
.homepage2-latest-table.is-awards-view .awards-index-value-cell {
  text-align: right;
  white-space: nowrap;
}

.homepage2-latest-table.is-awards-view .awards-index-value-cell {
  font-weight: 600;
  color: #1f3855;
}

.homepage2-opportunity-link {
  display: inline-block;
  margin-bottom: 4px;
  color: #1d5aae;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.45;
}

.homepage2-opportunity-link:hover {
  color: #174a90;
  text-decoration: underline;
}

.homepage2-title-cell {
  min-width: 320px;
}

.homepage2-opportunity-desc {
  margin: 0;
  font-size: 13px;
  color: #607493;
  line-height: 1.55;
}

.homepage2-meta-link {
  color: #1d5aae;
  font-weight: 600;
  text-decoration: none;
}

.homepage2-meta-link:hover {
  color: #174a90;
  text-decoration: underline;
}

.homepage2-due-date {
  display: block;
  color: #1f3855;
  font-weight: 600;
}

.homepage2-due-meta {
  display: block;
  margin-top: 2px;
  color: #607493;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.homepage2-set-aside-badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid transparent;
}

.homepage2-set-aside-link {
  text-decoration: none;
}

.homepage2-set-aside-link:hover .homepage2-set-aside-badge {
  text-decoration: underline;
}

.homepage2-set-aside-badge.is-none {
  color: #465f81;
  background: #eff3f9;
  border-color: #dbe4f1;
}

.homepage2-set-aside-badge.is-smb {
  color: #17518f;
  background: #e2efff;
  border-color: #c2dbff;
}

.homepage2-set-aside-badge.is-women {
  color: #7f2d8d;
  background: #f8e9ff;
  border-color: #e9c9ff;
}

.homepage2-set-aside-badge.is-veteran {
  color: #155e57;
  background: #ddfaf3;
  border-color: #b8ece0;
}

.homepage2-set-aside-badge.is-hubzone {
  color: #8d5a11;
  background: #fff3dd;
  border-color: #ffe0aa;
}

.homepage2-set-aside-badge.is-8a {
  color: #193074;
  background: #e4e9ff;
  border-color: #c4cdfd;
}

.homepage2-set-aside-badge.is-mixed {
  color: #5f3b95;
  background: #efe7ff;
  border-color: #dbcafc;
}

.homepage2-latest-section .homepage2-inline-link {
  margin: 10px auto 12px;
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: #1f67d2;
  box-shadow: 0 8px 16px rgba(31, 103, 210, 0.24);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.homepage2-latest-section .homepage2-inline-link:hover {
  color: #ffffff;
  background: #1a57b3;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(26, 87, 179, 0.3);
}

.homepage2-industry-section,
.state-set-aside-module,
.state-top-contracting-module {
  margin-top: 10px;
}

.homepage2-industry-head p {
  margin: 5px 0 0;
  color: #60748f;
  font-size: 14px;
}

.homepage2-industry-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.homepage2-industry-card {
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  background: #ffffff;
  padding: 10px 10px 8px;
  text-align: left;
}

.homepage2-industry-card h3 {
  margin: 0;
  font-size: 14px;
  color: #213953;
}

.homepage2-industry-card ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.homepage2-industry-card li {
  font-size: 13px;
}

.homepage2-industry-keyword-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-decoration: none;
}

.homepage2-industry-keyword-text {
  min-width: 0;
  color: #1d5aae;
  font-weight: 600;
}

.homepage2-industry-keyword-active {
  flex: 0 0 auto;
  text-align: right;
  color: #5f7188;
  font-size: 12px;
  font-weight: 600;
}

.homepage2-industry-keyword-link:hover {
  text-decoration: none;
}

.homepage2-industry-keyword-link:hover .homepage2-industry-keyword-text {
  color: #174a90;
  text-decoration: underline;
}

.homepage2-industry-more-btn,
.homepage2-agency-more-btn {
  margin: 0 12px 12px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ffffff;
  background: #1f67d2;
  box-shadow: 0 8px 16px rgba(31, 103, 210, 0.24);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.homepage2-industry-more-btn:hover,
.homepage2-agency-more-btn:hover {
  color: #ffffff;
  background: #1a57b3;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(26, 87, 179, 0.3);
}

.homepage2-set-aside-module .state-set-aside-head,
.homepage2-top-contracting-module .state-top-contracting-head {
  text-align: center;
  padding: 12px 12px 10px;
}

.homepage2-set-aside-module .state-set-aside-head .module-title,
.homepage2-top-contracting-module .state-top-contracting-head .module-title {
  font-size: 22px;
  line-height: 1.25;
}

.homepage2-set-aside-module .state-set-aside-head p,
.homepage2-top-contracting-module .state-top-contracting-head p {
  font-size: 14px;
}

.homepage2-agency-grid {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.homepage2-agency-card .agency-directory-card-head h3 {
  font-size: 16px;
}

@media (max-width: 1280px) {
  .page-kind-home .home-main-inner {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }
}

@media (max-width: 1120px) {
  .homepage2-hero h1 {
    font-size: clamp(2.1rem, 6.5vw, 3.1rem);
  }

  .homepage2-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .homepage2-state-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .homepage2-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .page-kind-home .home-main-inner {
    min-height: auto;
    padding: 8px 16px 10px;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .page-kind-home .home-main-links {
    grid-column: 1 / -1;
    justify-self: start;
    gap: 6px;
  }

  .page-kind-home .home-top-nav {
    gap: 6px;
    flex-wrap: wrap;
  }

  .page-kind-home .home-main-auth {
    gap: 6px;
  }

  .homepage2-hero {
    padding: 30px 14px 24px;
  }

  .homepage2-hero h1 {
    font-size: clamp(1.9rem, 7.8vw, 2.8rem);
    max-width: 16ch;
  }

  .homepage2-hero-subtitle {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.35;
  }

  .homepage2-search-row {
    margin-top: 14px;
    grid-template-columns: 1fr;
    width: min(760px, 100%);
    padding: 10px;
  }

  .homepage2-search-row > input,
  .homepage2-state-dropdown > summary {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.02);
  }

  .homepage2-state-panel {
    left: 0;
    right: 0;
    width: auto !important;
    min-width: 0;
    max-width: none;
    transform: none !important;
  }

  .homepage2-value-grid {
    margin-top: 28px;
  }

  .homepage2-popular-inline {
    justify-content: flex-start;
  }

  .homepage2-popular-inline-list {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .homepage2-hero {
    padding: 26px 12px 20px;
  }

  .homepage2-hero h1 {
    font-size: clamp(1.7rem, 10.8vw, 2.3rem);
  }

  .homepage2-hero-subtitle {
    margin-top: 6px;
    font-size: 14px;
  }

  .homepage2-search-row {
    margin-top: 12px;
    padding: 9px;
  }

  .homepage2-search-row > input,
  .homepage2-state-dropdown > summary,
  .homepage2-search-row > button {
    height: 42px;
  }

  .homepage2-state-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage2-state-section h2,
  .homepage2-section-head h2,
  .homepage2-set-aside-module .state-set-aside-head .module-title,
  .homepage2-top-contracting-module .state-top-contracting-head .module-title {
    font-size: 20px;
  }

  .homepage2-section-head,
  .homepage2-set-aside-module .state-set-aside-head,
  .homepage2-top-contracting-module .state-top-contracting-head {
    min-height: 102px;
  }

  .homepage2-value-grid,
  .homepage2-industry-grid {
    grid-template-columns: 1fr;
  }

  .homepage2-agency-grid {
    grid-template-columns: 1fr;
  }

  .homepage2-popular-inline {
    justify-content: flex-start;
  }

  .homepage2-popular-inline-list {
    justify-content: flex-start;
  }

  .homepage2-popular-inline-link {
    font-size: 12px;
  }
}

@media (max-width: 1220px) {
  .page-kind-home .site-footer-inner {
    min-height: 44vh;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    grid-template-areas:
      "brand links"
      "social links"
      "copy links";
  }
}

@media (max-width: 860px) {
  .page-kind-home .site-footer-inner {
    min-height: 50vh;
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "links"
      "social"
      "copy";
    align-content: start;
    gap: 16px;
  }

  .page-kind-home .site-footer .footer-links {
    justify-self: start;
    max-width: 360px;
  }

  .page-kind-home .site-footer .footer-links a {
    text-align: left;
  }
}

.page-kind-home.home-search-page .state-anchor-nav {
  display: none !important;
}

.page-kind-home.home-search-page .home-search-intro {
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: linear-gradient(135deg, #0b1f3a 0%, #0f2a4d 100%);
  box-shadow: none;
}

.page-kind-home.home-search-page .home-search-intro::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: min(860px, 90vw);
  height: min(860px, 90vw);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(72, 140, 255, 0.34) 0%,
    rgba(72, 140, 255, 0.12) 38%,
    rgba(15, 42, 77, 0) 74%
  );
  pointer-events: none;
}

.page-kind-home.home-search-page .home-search-intro-body {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 14px 18px;
  text-align: center;
}

.page-kind-home.home-search-page .home-search-breadcrumb {
  justify-content: center;
  margin: 0 0 12px;
  color: #9fb4d2;
}

.page-kind-home.home-search-page .home-search-breadcrumb a {
  color: #d7e4f7;
  text-decoration: none;
}

.page-kind-home.home-search-page .home-search-breadcrumb a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-kind-home.home-search-page .home-search-breadcrumb .sep {
  color: #87a1c3;
}

.page-kind-home.home-search-page .home-search-breadcrumb .current {
  color: #ffffff;
  font-weight: 600;
}

.page-kind-home.home-search-page .home-search-intro h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.1rem, 4.3vw, 3rem);
  line-height: 1;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.page-kind-home.home-search-page .home-search-intro p {
  margin: 10px auto 0;
  max-width: 760px;
  color: #c7d3e7;
  font-size: clamp(0.95rem, 1.45vw, 1.02rem);
  font-weight: 450;
  line-height: 1.38;
}

.page-kind-home.home-search-page .home-filter-v2 {
  margin-top: -1px;
  margin-bottom: 8px;
  border: 1px solid #dce4f0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(8, 24, 48, 0.12);
}

.page-kind-home.home-search-page .home-search-filter-grid {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}

.page-kind-home.home-search-page .home-search-filter-grid .home-keyword-field {
  grid-column: auto;
}

.page-kind-home.home-search-page .home-search-filter-grid .home-inline-search {
  display: grid;
  grid-template-columns: 1fr 156px;
  gap: 8px;
  align-items: stretch;
}

.page-kind-home.home-search-page .home-search-filter-grid .home-inline-search-main {
  height: 56px;
}

.page-kind-home.home-search-page .home-search-filter-grid .home-inline-search-btn {
  height: 56px;
}

.page-kind-home.home-search-page .home-search-filter-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-kind-home.home-search-page .home-search-filter-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

.page-kind-home.home-search-page .home-search-filter-row .home-filter-field {
  min-width: 0;
}

.page-kind-home.home-search-page .home-search-filter-row .home-filter-field > span {
  white-space: nowrap;
}

.page-kind-home.home-search-page .home-search-filter-row-compact {
  grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(136px, 156px) minmax(96px, auto);
  align-items: end;
}

.page-kind-home.home-search-page .home-search-filter-row-compact .home-search-reset-btn {
  width: auto;
  min-width: 72px;
  justify-self: end;
  align-self: end;
  grid-column: auto;
  text-align: right;
}

.page-kind-home.home-search-page .home-all-filters-trigger-field > span {
  visibility: hidden;
}

.page-kind-home.home-search-page .home-all-filters-open-btn {
  width: 100%;
  height: 40px;
  border-radius: 9px;
  border: 1px solid #c3d1e6;
  background: #ffffff;
  color: #1f3d67;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, color 0.16s ease;
}

.page-kind-home.home-search-page .home-all-filters-open-btn:hover {
  border-color: #8ca6cb;
  color: #12345c;
  box-shadow: 0 0 0 1px rgba(131, 161, 201, 0.28);
}

.home-all-filters-open {
  overflow: hidden;
}

.page-kind-home.home-search-page .home-all-filters-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(8, 20, 40, 0.5);
}

.page-kind-home.home-search-page .home-all-filters-backdrop.is-open {
  display: flex;
}

.page-kind-home.home-search-page .home-all-filters-modal {
  width: min(1080px, calc(100vw - 36px));
  max-height: min(84vh, 900px);
  border-radius: 14px;
  border: 1px solid #d7e0ed;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(8, 24, 46, 0.24);
  display: flex;
  flex-direction: column;
}

.page-kind-home.home-search-page .home-all-filters-head {
  padding: 16px 18px;
  border-bottom: 1px solid #e3e9f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.page-kind-home.home-search-page .home-all-filters-head h3 {
  margin: 0;
  color: #15273f;
  font-size: 19px;
  font-weight: 700;
}

.page-kind-home.home-search-page .home-all-filters-close-btn {
  border: 0;
  background: transparent;
  color: #4b5f7d;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.page-kind-home.home-search-page .home-all-filters-close-btn:hover {
  background: #edf3fb;
  color: #2b4162;
}

.page-kind-home.home-search-page .home-all-filters-form {
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.page-kind-home.home-search-page .home-all-filters-scroll {
  min-height: 0;
  flex: 1;
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding: 18px 18px 16px;
}

.page-kind-home.home-search-page .home-all-filters-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-kind-home.home-search-page .home-all-filters-group {
  border: 1px solid #dce5f2;
  border-radius: 12px;
  background: #f9fbff;
  padding: 14px 14px 12px;
}

.page-kind-home.home-search-page .home-all-filters-group h4 {
  margin: 0 0 10px;
  color: #1a2f4e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-kind-home.home-search-page .home-all-filters-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.page-kind-home.home-search-page .home-all-filters-fields .home-filter-field {
  min-width: 0;
}

.page-kind-home.home-search-page .home-all-filters-modal details.home-filter-dropdown[open] {
  z-index: 40;
}

.page-kind-home.home-search-page .home-all-filters-modal .home-filter-dropdown .home-multi-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  margin-top: 0;
}

.page-kind-home.home-search-page .home-all-filters-modal .home-filter-dropdown .home-multi-options {
  max-height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

.page-kind-home.home-search-page .home-all-filters-modal .home-filter-dropdown .home-multi-options::-webkit-scrollbar {
  width: 8px;
}

.page-kind-home.home-search-page .home-all-filters-modal .home-filter-dropdown .home-multi-options::-webkit-scrollbar-thumb {
  background: #c0cad9;
  border-radius: 999px;
}

.page-kind-home .home-filter-dropdown[data-filter-name="state"] .home-multi-options,
.page-kind-home.home-search-page .home-all-filters-modal .home-filter-dropdown[data-filter-name="state"] .home-multi-options,
.page-kind-agency .agency-v2-filter-module .home-filter-dropdown[data-filter-name="state"] .home-multi-options,
.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-filter-dropdown[data-filter-name="state"] .home-multi-options,
.page-kind-industry .industry-v2-filter-module .home-filter-dropdown[data-filter-name="state"] .home-multi-options,
.industry-agencies-filter-module .home-filter-dropdown[data-filter-name="state"] .home-multi-options,
.awardee-v2-awards-toolbar .home-filter-dropdown[data-filter-name="state"] .home-multi-options {
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

.page-kind-home.home-search-page .home-filter-field-disabled .home-filter-disabled-input {
  height: 40px;
  border-radius: 9px;
  border: 1px dashed #ced9e8;
  background: #f2f6fb;
  color: #6c7f99;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0 11px;
}

.page-kind-home.home-search-page .home-all-filters-actions {
  border-top: 1px solid #e3e9f3;
  padding: 12px 18px;
  background: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.page-kind-home.home-search-page .home-all-filters-reset-btn {
  border: 0;
  background: transparent;
  color: #506788;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  padding: 8px 4px;
}

.page-kind-home.home-search-page .home-all-filters-apply-btn {
  height: 40px;
  border-radius: 9px;
  border: 1px solid #0f67d8;
  background: linear-gradient(180deg, #1b74e7 0%, #0f67d8 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 0 16px;
  cursor: pointer;
  white-space: nowrap;
}

.page-kind-home.home-search-page .home-all-filters-apply-btn:hover {
  filter: brightness(1.03);
}

.page-kind-home.home-search-page .home-search-reset-btn {
  width: 156px;
  max-width: 100%;
  min-width: 0;
  align-self: end;
  justify-self: end;
  grid-column: 5 / 6;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #5f7190;
  font-weight: 600;
}

.page-kind-home.home-search-page .home-search-reset-btn .home-reset-symbol {
  font-size: 14px;
  line-height: 1;
}

.page-kind-home.home-search-page .home-search-reset-btn .home-reset-label {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-kind-home.home-search-page .home-search-reset-btn:hover {
  background: transparent;
  color: #334b6b;
  filter: none;
}

.page-kind-home.home-search-page .home-results-toolbar {
  margin-top: 8px;
  margin-bottom: 8px;
}

.page-kind-home.home-search-page .home-opportunities-module {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .page-kind-home.home-search-page .home-search-filter-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .page-kind-home.home-search-page .home-search-filter-row-compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-kind-home.home-search-page .home-all-filters-groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .page-kind-home.home-search-page .home-search-filter-grid .home-inline-search {
    grid-template-columns: 1fr;
  }

  .page-kind-home.home-search-page .home-search-filter-grid .home-inline-search-main {
    height: 50px;
  }

  .page-kind-home.home-search-page .home-search-filter-grid .home-inline-search-btn {
    height: 48px;
  }

  .page-kind-home.home-search-page .home-search-filter-row {
    grid-template-columns: 1fr;
  }

  .page-kind-home.home-search-page .home-search-filter-row-compact {
    grid-template-columns: 1fr;
  }

  .page-kind-home.home-search-page .home-all-filters-backdrop {
    padding: 10px;
  }

  .page-kind-home.home-search-page .home-all-filters-modal {
    width: 100%;
    max-height: 94vh;
  }

  .page-kind-home.home-search-page .home-all-filters-fields {
    grid-template-columns: 1fr;
  }

  .page-kind-home.home-search-page .home-search-reset-btn {
    width: fit-content;
    grid-column: 1 / -1;
    justify-self: end;
  }
}

/* Homepage SEO visual alignment (homepage1-7) */
.page-kind-home {
  background: none;
}

.page-kind-home .state-page-container {
  max-width: 1120px;
  padding: 0 14px;
}

.page-kind-home .home-site-header,
.page-kind-home .home-main-row {
  background: #091734;
  border-bottom: 1px solid rgba(129, 154, 198, 0.2);
}

.page-kind-home .home-main-inner {
  max-width: 1120px;
  min-height: 56px;
  padding: 8px 14px;
  gap: 14px;
}

.page-kind-home .home-main-links {
  justify-self: start;
}

.page-kind-home .home-gov-bids-trigger,
.page-kind-home .home-top-nav a {
  font-size: 14px;
  font-weight: 600;
}

.page-kind-home .home-login-link {
  font-size: 14px;
  font-weight: 600;
}

.page-kind-home .home-signup-btn {
  min-width: 80px;
  height: 32px;
  font-size: 14px;
}

.homepage2-shell {
  margin-top: 0;
  padding: 0;
}

.homepage2-first-screen {
  gap: 24px;
}

.homepage2-hero {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 0;
  padding: 92px 14px 34px;
  border: 0;
  border-radius: 0;
  background: #0a1f4d;
  overflow: hidden;
}

.homepage2-hero::before {
  content: none;
}

.homepage2-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 170px;
  background: #f5f6f8;
  pointer-events: none;
}

.homepage2-hero h1 {
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(2.45rem, 5.25vw, 4.35rem);
  line-height: 1;
  letter-spacing: -0.022em;
  font-weight: 760;
  color: #ffffff;
}

.homepage2-hero-title-line1,
.homepage2-hero-title-line2 {
  display: block;
  white-space: nowrap;
}

.homepage2-hero-title-line1 {
  color: #ffffff;
}

.homepage2-hero-title-line2 {
  margin-top: 2px;
  color: #57a0ff;
}

.homepage2-hero-title-accent {
  color: #57a0ff;
  font-style: normal;
}

.homepage2-hero-subtitle {
  margin-top: 18px;
  color: #9fb3d2;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  font-weight: 500;
}

.homepage2-search-row {
  margin-top: 88px;
  width: min(760px, 100%);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
  grid-template-columns: minmax(0, 1fr) minmax(0, 174px) 112px;
  gap: 10px;
}

.homepage2-search-row > input,
.homepage2-state-dropdown > summary {
  height: 58px;
  border: 1px solid #d5dfec;
  border-radius: 14px;
  background: #ffffff;
  color: #1f2f45;
  box-shadow: none;
}

.homepage2-search-row > input {
  padding-left: 38px;
  background-image: radial-gradient(circle, #8ca4c9 34%, transparent 35%), linear-gradient(#8ca4c9, #8ca4c9);
  background-size:
    8px 8px,
    6px 1.5px;
  background-position:
    15px 21px,
    21px 26px;
  background-repeat: no-repeat;
}

.homepage2-search-row > input::placeholder {
  color: #8fa4c4;
}

.homepage2-state-dropdown > summary {
  padding-right: 12px;
  box-shadow: none;
}

.homepage2-state-summary-text {
  color: #3f5370;
}

.homepage2-search-row > button {
  height: 58px;
  border: 1px solid rgba(138, 186, 255, 0.56);
  border-radius: 14px;
  background: linear-gradient(180deg, #2f86ff 0%, #1f66e2 100%);
  box-shadow: 0 6px 14px rgba(20, 86, 191, 0.36);
  font-size: 14px;
  font-weight: 700;
}

.homepage2-search-row > input:focus,
.homepage2-state-dropdown > summary:focus,
.homepage2-state-dropdown > summary:focus-visible {
  outline: none;
  border-color: #7ea8e8;
  color: #1f2f45;
  box-shadow: 0 0 0 3px rgba(43, 104, 246, 0.14);
}

.homepage2-popular-inline {
  margin-top: 16px;
  width: min(760px, 100%);
  gap: 8px;
}

.homepage2-popular-inline-label {
  color: #93a8c8;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
}

.homepage2-popular-inline-list {
  gap: 8px;
}

.homepage2-popular-inline-link {
  padding: 5px 12px;
  border: 1px solid rgba(132, 154, 188, 0.35);
  border-radius: 999px;
  color: #b8c9e1;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.homepage2-popular-inline-link::after {
  display: none;
}

.homepage2-popular-inline-link:hover {
  border-color: rgba(175, 201, 241, 0.54);
  color: #ecf3ff;
  background: rgba(255, 255, 255, 0.06);
}

.homepage2-value-grid {
  margin: 56px auto 0;
  width: 100%;
  max-width: 1120px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.28fr);
  gap: 18px;
}

.homepage2-value-card {
  border: 1px solid #d9e1eb;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(15, 33, 58, 0.06);
  padding: 18px 20px 16px;
  min-height: 122px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-areas:
    "icon metric"
    "icon title"
    "icon detail";
  column-gap: 12px;
  row-gap: 4px;
  text-align: left;
}

.homepage2-value-card:hover {
  transform: none;
  box-shadow: none;
}

.homepage2-value-icon {
  grid-area: icon;
  margin: 2px 0 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #dfe8f7;
  background: #eff4ff;
  color: #4f86dc;
  box-shadow: none;
}

.homepage2-value-card:nth-child(2) .homepage2-value-icon {
  border-color: #d7f2eb;
  background: #e9fbf6;
  color: #2fa18f;
}

.homepage2-value-card:nth-child(3) .homepage2-value-icon {
  border-color: #f5eccc;
  background: #fff9e8;
  color: #c99a26;
}

.homepage2-kpi-number {
  grid-area: metric;
  margin: 0;
  color: #101d34;
  max-width: 100%;
  font-size: clamp(1.36rem, 1.85vw, 1.72rem);
  font-weight: 500;
  line-height: 1.08;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homepage2-value-card:nth-child(2) .homepage2-kpi-number,
.homepage2-value-card:nth-child(3) .homepage2-kpi-number {
  color: #101d34;
}

.homepage2-value-card:nth-child(3) .homepage2-kpi-number {
  font-size: clamp(1.12rem, 1.42vw, 1.34rem);
  letter-spacing: 0;
  white-space: nowrap;
}

.homepage2-value-title {
  grid-area: title;
  margin: 0;
  color: #2e425d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.24;
}

.homepage2-value-detail {
  grid-area: detail;
  margin: 0;
  color: #697d97;
  font-size: 13px;
  line-height: 1.35;
}

.homepage2-latest-section {
  margin-top: 4px;
  border: 1px solid #dce3ec;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
}

.homepage2-latest-head {
  padding: 16px 22px 14px;
  border-bottom: 1px solid #e5eaf1;
  background: #ffffff;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 8px;
  column-gap: 0;
  justify-items: center;
  align-items: center;
  text-align: center;
}

.homepage2-latest-title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.homepage2-latest-title > span {
  font-size: clamp(1.72rem, 2.82vw, 2.1rem);
  line-height: 1.08;
  color: #111f35;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.homepage2-latest-switch {
  border: 1px solid #dce3ec;
  border-radius: 9px;
  height: 34px;
  padding: 0 12px;
  background: #f8fafd;
  color: #384e6b;
  font-size: 14px;
  font-weight: 700;
}

.homepage2-latest-switch:hover {
  color: #253751;
  border-color: #cad5e3;
  background: #f1f5fb;
  text-decoration: none;
}

.homepage2-latest-short-line,
.homepage2-section-short-line {
  display: none;
}

.homepage2-latest-head p {
  margin: 0;
  grid-column: auto;
  color: #667a95;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.homepage2-latest-update-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #667a95;
  font-size: 16px;
  font-weight: 400;
}

.homepage2-latest-update-copy::before {
  display: none;
}

.homepage2-latest-summary-primary,
.homepage2-latest-summary-sep {
  color: #667a95;
  font-weight: 400;
}

.homepage2-latest-summary-secondary {
  color: #2d8a65;
  font-weight: 400;
}

.homepage2-latest-table {
  min-width: 860px;
}

.homepage2-latest-table th,
.homepage2-latest-table td {
  border-bottom-color: #e6ebf2;
  padding: 13px 20px;
}

.homepage2-latest-table th {
  background: #fbfcfe;
  color: #7a889e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.homepage2-opportunity-link,
.homepage2-meta-link {
  color: #2c69af;
  font-weight: 600;
}

.homepage2-opportunity-desc,
.homepage2-due-meta {
  color: #6e7f95;
}

.homepage2-set-aside-badge {
  padding: 4px 9px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
}

.homepage2-latest-section .homepage2-inline-link {
  margin: 14px auto 20px;
  display: flex;
  width: fit-content;
  padding: 10px 16px;
  border-radius: 9px;
  background: #0d1b3b;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
}

.homepage2-latest-section .homepage2-inline-link:hover {
  background: #0a142d;
  transform: none;
  box-shadow: none;
}

.homepage2-state-section,
.homepage2-industry-section,
.page-kind-home .homepage2-set-aside-module,
.page-kind-home .homepage2-top-contracting-module {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.homepage2-state-section {
  margin-top: 30px;
  padding: 8px 0 0;
}

.homepage2-state-head {
  min-height: 0;
  border: 0;
  background: transparent;
  padding: 0;
}

.homepage2-state-head h2,
.homepage2-industry-head h2,
.page-kind-home .homepage2-set-aside-module .state-set-aside-head .module-title,
.page-kind-home .homepage2-top-contracting-module .state-top-contracting-head .module-title {
  color: #121f36;
  font-size: clamp(1.88rem, 2.92vw, 2.66rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.homepage2-state-head::after {
  content: "Browse opportunities by state to find contracts in your area";
  display: block;
  margin-top: 10px;
  color: #667a95;
  font-size: 15px;
  text-align: center;
}

.homepage2-state-card-grid {
  margin-top: 26px;
  padding: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.homepage2-state-card {
  min-height: 48px;
  border: 1px solid #dfe5ed;
  border-radius: 10px;
  background: #ffffff;
  padding: 8px 12px;
}

.homepage2-state-card-main {
  gap: 8px;
}

.homepage2-state-flag {
  width: 22px;
  height: 15px;
  border-radius: 2px;
  border-color: #d5deeb;
  box-shadow: none;
}

.homepage2-state-name {
  color: #2a3b53;
  font-size: 14px;
  font-weight: 600;
}

.homepage2-state-active {
  border: 0;
  border-radius: 999px;
  padding: 4px 8px;
  background: #ebfaf2;
  color: #2d9872;
  font-size: 12px;
  font-weight: 700;
}

.homepage2-industry-section {
  margin-top: 52px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-top: 1px solid #e3e8f0;
  background: #ffffff;
  padding: 54px 14px 44px;
}

.homepage2-industry-head {
  min-height: 0;
  border: 0;
  background: transparent;
  padding: 0;
}

.homepage2-industry-head p {
  margin-top: 10px;
  color: #667a95;
  font-size: 15px;
}

.homepage2-industry-grid {
  max-width: 1080px;
  margin: 26px auto 0;
  padding: 0;
  gap: 16px;
}

.homepage2-industry-card {
  border: 1px solid #dde4ed;
  border-radius: 14px;
  padding: 18px 18px 14px;
}

.homepage2-industry-card h3 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1d2e46;
  font-size: 15px;
  font-weight: 800;
}

.homepage2-industry-card h3::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 1px solid #dfe7f2;
  background: #eef4fd;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
}

.homepage2-industry-card:nth-child(1) h3::before {
  content: "🏗";
  background: #eef4fd;
  border-color: #dfe7f2;
}

.homepage2-industry-card:nth-child(2) h3::before {
  content: "🛡";
  background: #f6f0ff;
  border-color: #e6dbff;
}

.homepage2-industry-card:nth-child(3) h3::before {
  content: "🔧";
  background: #e8f8f5;
  border-color: #d7efe9;
}

.homepage2-industry-card:nth-child(4) h3::before {
  content: "🍽";
  background: #fff5e9;
  border-color: #f5e2c9;
}

.homepage2-industry-card:nth-child(5) h3::before {
  content: "🌿";
  background: #e7f9ef;
  border-color: #d1eddc;
}

.homepage2-industry-card:nth-child(6) h3::before {
  content: "💼";
  background: #f2f1ff;
  border-color: #e3e2ff;
}

.homepage2-industry-card:nth-child(7) h3::before {
  content: "💧";
  background: #e7f8ff;
  border-color: #d2edf9;
}

.homepage2-industry-card:nth-child(8) h3::before {
  content: "🖥";
  background: #edf3ff;
  border-color: #dce6fb;
}

.homepage2-industry-card ul {
  margin-top: 14px;
  gap: 10px;
}

.homepage2-industry-keyword-text {
  color: #2a69af;
  font-size: 14px;
  font-weight: 600;
}

.homepage2-industry-keyword-active {
  color: #5f738f;
  font-size: 13px;
  font-weight: 600;
}

.homepage2-industry-more-btn,
.homepage2-agency-more-btn {
  margin: 28px auto 0;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  padding: 10px 16px;
  border-radius: 9px;
  background: #0d1b3b;
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.homepage2-industry-more-btn:hover,
.homepage2-agency-more-btn:hover {
  background: #0a142d;
  transform: none;
  box-shadow: none;
}

.homepage2-industry-more-btn::after,
.homepage2-agency-more-btn::after {
  content: "→";
  line-height: 1;
}

.page-kind-home .homepage2-set-aside-module {
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f1f3f7;
  padding: 56px 14px;
}

.page-kind-home .homepage2-set-aside-module .state-set-aside-head {
  min-height: 0;
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  border: 0;
}

.page-kind-home .homepage2-set-aside-module .state-set-aside-head p {
  margin-top: 10px;
  color: #667a95;
  font-size: 15px;
}

.page-kind-home .homepage2-set-aside-module .state-set-aside-table {
  margin: 24px auto 0;
  width: min(920px, 100%);
  height: auto;
  border: 1px solid #dde4ed;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}

.page-kind-home .homepage2-set-aside-module .state-set-aside-header {
  min-height: 50px;
  padding: 0 24px;
  border-bottom-color: #e6ebf2;
  background: #f8fafd;
  color: #667a95;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.page-kind-home .homepage2-set-aside-module .state-set-aside-row {
  min-height: 47px;
  padding: 0 24px;
  border-bottom-color: #ebf0f6;
  font-size: 15px;
}

.page-kind-home .homepage2-set-aside-module .state-set-aside-row:last-child {
  border-bottom: 0;
}

.page-kind-home .homepage2-set-aside-module .state-set-aside-program {
  color: #2a69af;
  font-weight: 700;
  text-decoration: none;
}

.page-kind-home .homepage2-set-aside-module .state-set-aside-row .state-set-aside-col-right:last-child {
  color: #2d9872;
  font-weight: 700;
}

.page-kind-home .homepage2-top-contracting-module {
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffffff;
  padding: 56px 14px 52px;
}

.page-kind-home .homepage2-top-contracting-module .state-top-contracting-head {
  min-height: 0;
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  border: 0;
}

.page-kind-home .homepage2-top-contracting-module .state-top-contracting-head p {
  margin-top: 10px;
  color: #667a95;
  font-size: 15px;
}

.homepage2-agency-grid {
  max-width: 1080px;
  margin: 28px auto 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.homepage2-agency-card {
  border: 1px solid #dde4ed;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
  padding: 18px 20px 16px;
  gap: 10px;
}

.homepage2-agency-card .agency-directory-card-head h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.32;
}

.homepage2-agency-card .agency-directory-view-btn {
  min-width: 52px;
  min-height: 30px;
  border-radius: 8px;
  border-color: #e0e6ef;
  color: #51647f;
  font-size: 13px;
  font-weight: 600;
}

.homepage2-agency-card .agency-directory-card-sub {
  margin: 0;
  color: #637892;
  font-size: 14px;
}

.homepage2-agency-card .agency-directory-card-metrics {
  margin-top: 2px;
  display: grid;
  gap: 6px;
  color: #4d627d;
  font-size: 14px;
  font-weight: 500;
}

.homepage2-agency-card .agency-directory-card-metrics span:not(.homepage2-state-active) {
  position: relative;
  padding-left: 18px;
}

.homepage2-agency-card .agency-directory-card-metrics span:not(.homepage2-state-active)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid #c5d2e3;
  border-radius: 3px;
  transform: translateY(-50%);
}

.homepage2-agency-card .agency-directory-card-metrics .homepage2-state-active {
  justify-self: start;
  width: fit-content;
}

.homepage2-agency-card .agency-directory-card-industries,
.homepage2-agency-card .agency-directory-card-top-industries {
  margin-top: 2px;
  color: #5d728d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.page-kind-home .site-footer,
.page-kind-industry .site-footer,
.page-kind-opportunities .site-footer,
.page-kind-awards .site-footer {
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border: 0;
  border-top: 1px solid rgba(124, 147, 184, 0.2);
  border-radius: 0;
  background: #091734;
  min-height: 0;
}

.page-kind-home .site-footer-inner,
.page-kind-industry .site-footer-inner,
.page-kind-opportunities .site-footer-inner,
.page-kind-awards .site-footer-inner {
  max-width: 1120px;
  min-height: 0;
  margin: 0 auto;
  padding: 44px 14px 20px;
  color: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  grid-template-areas:
    "brand links"
    "copy copy";
  row-gap: 34px;
  column-gap: 40px;
}

.page-kind-home .site-footer .footer-brand,
.page-kind-industry .site-footer .footer-brand,
.page-kind-opportunities .site-footer .footer-brand,
.page-kind-awards .site-footer .footer-brand {
  grid-area: brand;
  max-width: 380px;
}

.page-kind-home .site-footer .footer-brand-logo,
.page-kind-industry .site-footer .footer-brand-logo,
.page-kind-opportunities .site-footer .footer-brand-logo,
.page-kind-awards .site-footer .footer-brand-logo {
  box-shadow: none;
}

.page-kind-home .footer-brand strong,
.page-kind-industry .footer-brand strong,
.page-kind-opportunities .footer-brand strong,
.page-kind-awards .footer-brand strong {
  color: #ffffff;
  font-size: 34px;
  letter-spacing: -0.01em;
}

.page-kind-home .footer-brand p,
.page-kind-industry .footer-brand p,
.page-kind-opportunities .footer-brand p,
.page-kind-awards .footer-brand p {
  margin-top: 12px;
  color: #8ea2bf;
  font-size: 13px;
  line-height: 1.55;
}

.page-kind-home .site-footer .footer-links,
.page-kind-industry .site-footer .footer-links,
.page-kind-opportunities .site-footer .footer-links,
.page-kind-awards .site-footer .footer-links {
  grid-area: links;
  justify-self: end;
  align-self: start;
  width: auto;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 10px 38px;
}

.page-kind-home .site-footer .footer-links a,
.page-kind-industry .site-footer .footer-links a,
.page-kind-opportunities .site-footer .footer-links a,
.page-kind-awards .site-footer .footer-links a {
  color: #a3b5cf;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

.page-kind-home .site-footer .footer-links a:nth-child(1),
.page-kind-home .site-footer .footer-links a:nth-child(3),
.page-kind-home .site-footer .footer-links a:nth-child(5),
.page-kind-industry .site-footer .footer-links a:nth-child(1),
.page-kind-industry .site-footer .footer-links a:nth-child(3),
.page-kind-industry .site-footer .footer-links a:nth-child(5),
.page-kind-opportunities .site-footer .footer-links a:nth-child(1),
.page-kind-opportunities .site-footer .footer-links a:nth-child(3),
.page-kind-opportunities .site-footer .footer-links a:nth-child(5),
.page-kind-awards .site-footer .footer-links a:nth-child(1),
.page-kind-awards .site-footer .footer-links a:nth-child(3),
.page-kind-awards .site-footer .footer-links a:nth-child(5) {
  margin-top: 18px;
  position: relative;
}

.page-kind-home .site-footer .footer-links a:nth-child(1)::before,
.page-kind-industry .site-footer .footer-links a:nth-child(1)::before,
.page-kind-opportunities .site-footer .footer-links a:nth-child(1)::before,
.page-kind-awards .site-footer .footer-links a:nth-child(1)::before {
  content: "PRODUCT";
}

.page-kind-home .site-footer .footer-links a:nth-child(3)::before,
.page-kind-industry .site-footer .footer-links a:nth-child(3)::before,
.page-kind-opportunities .site-footer .footer-links a:nth-child(3)::before,
.page-kind-awards .site-footer .footer-links a:nth-child(3)::before {
  content: "SUPPORT";
}

.page-kind-home .site-footer .footer-links a:nth-child(5)::before,
.page-kind-industry .site-footer .footer-links a:nth-child(5)::before,
.page-kind-opportunities .site-footer .footer-links a:nth-child(5)::before,
.page-kind-awards .site-footer .footer-links a:nth-child(5)::before {
  content: "RESOURCES";
}

.page-kind-home .site-footer .footer-links a:nth-child(1)::before,
.page-kind-home .site-footer .footer-links a:nth-child(3)::before,
.page-kind-home .site-footer .footer-links a:nth-child(5)::before,
.page-kind-industry .site-footer .footer-links a:nth-child(1)::before,
.page-kind-industry .site-footer .footer-links a:nth-child(3)::before,
.page-kind-industry .site-footer .footer-links a:nth-child(5)::before,
.page-kind-opportunities .site-footer .footer-links a:nth-child(1)::before,
.page-kind-opportunities .site-footer .footer-links a:nth-child(3)::before,
.page-kind-opportunities .site-footer .footer-links a:nth-child(5)::before,
.page-kind-awards .site-footer .footer-links a:nth-child(1)::before,
.page-kind-awards .site-footer .footer-links a:nth-child(3)::before,
.page-kind-awards .site-footer .footer-links a:nth-child(5)::before {
  position: absolute;
  left: 0;
  top: -18px;
  color: #d7e5ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-kind-home .site-footer .footer-links a:nth-child(1),
.page-kind-industry .site-footer .footer-links a:nth-child(1),
.page-kind-opportunities .site-footer .footer-links a:nth-child(1),
.page-kind-awards .site-footer .footer-links a:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.page-kind-home .site-footer .footer-links a:nth-child(2),
.page-kind-industry .site-footer .footer-links a:nth-child(2),
.page-kind-opportunities .site-footer .footer-links a:nth-child(2),
.page-kind-awards .site-footer .footer-links a:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.page-kind-home .site-footer .footer-links a:nth-child(3),
.page-kind-industry .site-footer .footer-links a:nth-child(3),
.page-kind-opportunities .site-footer .footer-links a:nth-child(3),
.page-kind-awards .site-footer .footer-links a:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}

.page-kind-home .site-footer .footer-links a:nth-child(4),
.page-kind-industry .site-footer .footer-links a:nth-child(4),
.page-kind-opportunities .site-footer .footer-links a:nth-child(4),
.page-kind-awards .site-footer .footer-links a:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.page-kind-home .site-footer .footer-links a:nth-child(5),
.page-kind-industry .site-footer .footer-links a:nth-child(5),
.page-kind-opportunities .site-footer .footer-links a:nth-child(5),
.page-kind-awards .site-footer .footer-links a:nth-child(5) {
  grid-column: 3;
  grid-row: 1;
}

.page-kind-home .site-footer .footer-links a:nth-child(6),
.page-kind-industry .site-footer .footer-links a:nth-child(6),
.page-kind-opportunities .site-footer .footer-links a:nth-child(6),
.page-kind-awards .site-footer .footer-links a:nth-child(6) {
  grid-column: 3;
  grid-row: 2;
}

.page-kind-home .site-footer .social-icons,
.page-kind-industry .site-footer .social-icons,
.page-kind-opportunities .site-footer .social-icons,
.page-kind-awards .site-footer .social-icons {
  display: none;
}

.page-kind-home .site-footer .site-footer-copy,
.page-kind-industry .site-footer .site-footer-copy,
.page-kind-opportunities .site-footer .site-footer-copy,
.page-kind-awards .site-footer .site-footer-copy {
  grid-area: copy;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(131, 151, 184, 0.2);
  color: #788ca9;
  font-size: 13px;
  text-align: center;
}

/* Agency directory footer uses the same visual style as home footer. */
.page-kind-agency > .site-footer {
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border: 0;
  border-top: 1px solid rgba(124, 147, 184, 0.2);
  border-radius: 0;
  background: #091734;
  min-height: 0;
}

.page-kind-agency > .site-footer .site-footer-inner {
  max-width: 1120px;
  min-height: 0;
  margin: 0 auto;
  padding: 44px 14px 20px;
  color: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  grid-template-areas:
    "brand links"
    "copy copy";
  row-gap: 34px;
  column-gap: 40px;
}

.page-kind-agency > .site-footer .footer-brand {
  grid-area: brand;
  max-width: 380px;
}

.page-kind-agency > .site-footer .footer-brand-logo {
  box-shadow: none;
}

.page-kind-agency > .site-footer .footer-brand strong {
  color: #ffffff;
  font-size: 34px;
  letter-spacing: -0.01em;
}

.page-kind-agency > .site-footer .footer-brand p {
  margin-top: 12px;
  color: #8ea2bf;
  font-size: 13px;
  line-height: 1.55;
}

.page-kind-agency > .site-footer .footer-links {
  grid-area: links;
  justify-self: end;
  align-self: start;
  width: auto;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 10px 38px;
}

.page-kind-agency > .site-footer .footer-links a {
  color: #a3b5cf;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

.page-kind-agency > .site-footer .footer-links a:nth-child(1),
.page-kind-agency > .site-footer .footer-links a:nth-child(3),
.page-kind-agency > .site-footer .footer-links a:nth-child(5) {
  margin-top: 18px;
  position: relative;
}

.page-kind-agency > .site-footer .footer-links a:nth-child(1)::before {
  content: "PRODUCT";
}

.page-kind-agency > .site-footer .footer-links a:nth-child(3)::before {
  content: "SUPPORT";
}

.page-kind-agency > .site-footer .footer-links a:nth-child(5)::before {
  content: "RESOURCES";
}

.page-kind-agency > .site-footer .footer-links a:nth-child(1)::before,
.page-kind-agency > .site-footer .footer-links a:nth-child(3)::before,
.page-kind-agency > .site-footer .footer-links a:nth-child(5)::before {
  position: absolute;
  left: 0;
  top: -18px;
  color: #d7e5ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-kind-agency > .site-footer .footer-links a:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.page-kind-agency > .site-footer .footer-links a:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.page-kind-agency > .site-footer .footer-links a:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}

.page-kind-agency > .site-footer .footer-links a:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.page-kind-agency > .site-footer .footer-links a:nth-child(5) {
  grid-column: 3;
  grid-row: 1;
}

.page-kind-agency > .site-footer .footer-links a:nth-child(6) {
  grid-column: 3;
  grid-row: 2;
}

.page-kind-agency > .site-footer .social-icons {
  display: none;
}

.page-kind-agency > .site-footer .site-footer-copy {
  grid-area: copy;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(131, 151, 184, 0.2);
  color: #788ca9;
  font-size: 13px;
  text-align: center;
}

.page-kind-set-aside .site-footer {
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border: 0;
  border-top: 1px solid rgba(124, 147, 184, 0.2);
  border-radius: 0;
  background: #091734;
  min-height: 0;
}

.page-kind-set-aside .site-footer-inner {
  max-width: 1120px;
  min-height: 0;
  margin: 0 auto;
  padding: 44px 14px 20px;
  color: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  grid-template-areas:
    "brand links"
    "copy copy";
  row-gap: 34px;
  column-gap: 40px;
}

.page-kind-set-aside .site-footer .footer-brand {
  grid-area: brand;
  max-width: 380px;
}

.page-kind-set-aside .site-footer .footer-brand-logo {
  box-shadow: none;
}

.page-kind-set-aside .footer-brand strong {
  color: #ffffff;
  font-size: 34px;
  letter-spacing: -0.01em;
}

.page-kind-set-aside .footer-brand p {
  margin-top: 12px;
  color: #8ea2bf;
  font-size: 13px;
  line-height: 1.55;
}

.page-kind-set-aside .site-footer .footer-links {
  grid-area: links;
  justify-self: end;
  align-self: start;
  width: auto;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 10px 38px;
}

.page-kind-set-aside .site-footer .footer-links a {
  color: #a3b5cf;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

.page-kind-set-aside .site-footer .footer-links a:nth-child(1),
.page-kind-set-aside .site-footer .footer-links a:nth-child(3),
.page-kind-set-aside .site-footer .footer-links a:nth-child(5) {
  margin-top: 18px;
  position: relative;
}

.page-kind-set-aside .site-footer .footer-links a:nth-child(1)::before {
  content: "PRODUCT";
}

.page-kind-set-aside .site-footer .footer-links a:nth-child(3)::before {
  content: "SUPPORT";
}

.page-kind-set-aside .site-footer .footer-links a:nth-child(5)::before {
  content: "RESOURCES";
}

.page-kind-set-aside .site-footer .footer-links a:nth-child(1)::before,
.page-kind-set-aside .site-footer .footer-links a:nth-child(3)::before,
.page-kind-set-aside .site-footer .footer-links a:nth-child(5)::before {
  position: absolute;
  left: 0;
  top: -18px;
  color: #d7e5ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-kind-set-aside .site-footer .footer-links a:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.page-kind-set-aside .site-footer .footer-links a:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.page-kind-set-aside .site-footer .footer-links a:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}

.page-kind-set-aside .site-footer .footer-links a:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.page-kind-set-aside .site-footer .footer-links a:nth-child(5) {
  grid-column: 3;
  grid-row: 1;
}

.page-kind-set-aside .site-footer .footer-links a:nth-child(6) {
  grid-column: 3;
  grid-row: 2;
}

.page-kind-set-aside .site-footer .social-icons {
  display: none;
}

.page-kind-set-aside .site-footer .site-footer-copy {
  grid-area: copy;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(131, 151, 184, 0.2);
  color: #788ca9;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1120px) {
  .homepage2-state-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .homepage2-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage2-agency-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .homepage2-hero {
    padding: 66px 14px 24px;
  }

  .homepage2-hero h1 {
    font-size: clamp(2.15rem, 8vw, 3.35rem);
  }

  .homepage2-search-row {
    margin-top: 18px;
    width: min(760px, 100%);
    grid-template-columns: 1fr;
  }

  .homepage2-value-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .homepage2-hero::after {
    height: 128px;
  }

  .homepage2-latest-head {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    text-align: center;
  }

  .homepage2-state-section {
    margin-top: 22px;
  }

  .homepage2-state-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .page-kind-home .homepage2-set-aside-module,
  .page-kind-home .homepage2-top-contracting-module,
  .homepage2-industry-section {
    padding-top: 42px;
    padding-bottom: 40px;
  }

  .homepage2-agency-grid {
    grid-template-columns: 1fr;
  }

  .page-kind-home .site-footer-inner,
  .page-kind-industry .site-footer-inner,
  .page-kind-opportunities .site-footer-inner,
  .page-kind-awards .site-footer-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "links"
      "copy";
    row-gap: 24px;
  }

  .page-kind-home .site-footer .footer-links,
  .page-kind-industry .site-footer .footer-links,
  .page-kind-opportunities .site-footer .footer-links,
  .page-kind-awards .site-footer .footer-links {
    justify-self: start;
    gap: 10px 22px;
  }

  .page-kind-set-aside .site-footer-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "links"
      "copy";
    row-gap: 24px;
  }

  .page-kind-set-aside .site-footer .footer-links {
    justify-self: start;
    gap: 10px 22px;
  }
}
.page-kind-opportunities {
  background: #f3f5f8;
  font-family: "Inter", "Public Sans", "Avenir Next", "Segoe UI", Arial, sans-serif;
}

.page-kind-opportunities .home-site-header {
  background: #0a1c3e;
  border-bottom: 1px solid rgba(167, 189, 223, 0.24);
  box-shadow: none;
}

.page-kind-opportunities .home-main-row {
  background: #0a1c3e;
}

.page-kind-opportunities .home-main-inner {
  max-width: 1240px;
  margin: 0 auto;
  min-height: 60px;
  padding: 8px 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}

.page-kind-opportunities .home-brand {
  color: #ffffff;
  text-decoration: none;
}

.page-kind-opportunities .home-brand-mark {
  font-size: clamp(1.75rem, 3vw, 2.2rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.01em;
}

.page-kind-opportunities .home-top-nav {
  justify-self: start;
  gap: 8px;
}

.page-kind-opportunities .home-top-nav a {
  color: #d8e5fb;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 8px;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.page-kind-opportunities .home-top-nav a:hover,
.page-kind-opportunities .home-top-nav a.is-current {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.page-kind-opportunities .home-main-auth {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
}

.page-kind-opportunities .home-login-link {
  color: #d7e6ff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  padding: 6px 8px;
  border-radius: 7px;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.page-kind-opportunities .home-login-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.page-kind-opportunities .home-signup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 78px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2d70f8 0%, #2a61da 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.page-kind-opportunities .home-signup-btn:hover {
  background: linear-gradient(135deg, #3a7dff 0%, #2f67e1 100%);
  transform: translateY(-1px);
  text-decoration: none;
}

.page-kind-agency {
  background: #f3f5f8;
  font-family: "Inter", "Public Sans", "Avenir Next", "Segoe UI", Arial, sans-serif;
}

.page-kind-agency .state-page-container {
  max-width: 1240px;
  padding: 0 10px;
}

.page-kind-agency .home-site-header {
  background: #1a2f5b;
  border-bottom: 1px solid rgba(167, 189, 223, 0.24);
  box-shadow: none;
}

.page-kind-agency .home-main-row {
  background: #1a2f5b;
}

.page-kind-agency .home-main-inner {
  max-width: 1240px;
  margin: 0 auto;
  min-height: 52px;
  padding: 8px 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
}

.page-kind-agency .home-brand {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  text-decoration: none;
}

.page-kind-agency .home-brand-logo {
  display: inline-flex;
  width: 25px;
  height: 25px;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1c7df3 0%, #1156cf 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 5px 14px rgba(9, 63, 145, 0.28);
}

.page-kind-agency .home-brand-mark {
  font-size: clamp(1.35rem, 2.15vw, 1.6rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.01em;
}

.page-kind-agency .home-brand-sub {
  display: none;
}

.page-kind-agency .home-main-links {
  gap: 8px;
}

.page-kind-agency .home-gov-bids-trigger,
.page-kind-agency .home-top-nav a {
  color: #d8e5fb;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 8px;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.page-kind-agency .home-gov-bids-trigger:hover,
.page-kind-agency .home-gov-bids-menu:focus-within .home-gov-bids-trigger,
.page-kind-agency .home-top-nav a:hover,
.page-kind-agency .home-top-nav a.is-current {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.page-kind-agency .home-gov-bids-arrow {
  color: #9fb4d5;
}

.page-kind-agency .home-main-auth {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
}

.page-kind-agency .home-login-link {
  color: #d7e6ff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  padding: 6px 8px;
  border-radius: 7px;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.page-kind-agency .home-login-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.page-kind-agency .home-signup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 78px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2d70f8 0%, #2a61da 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.page-kind-agency .home-signup-btn:hover {
  background: linear-gradient(135deg, #3a7dff 0%, #2f67e1 100%);
  transform: translateY(-1px);
  text-decoration: none;
}

.page-kind-agency .agency-v2-detail-view .site-footer {
  margin-top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border: 0;
  border-top: 1px solid rgba(124, 147, 184, 0.2);
  border-radius: 0;
  background: #091734;
  min-height: 0;
}

.page-kind-agency .agency-v2-detail-view .site-footer-inner {
  max-width: 1120px;
  min-height: 0;
  margin: 0 auto;
  padding: 44px 14px 20px;
  color: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  grid-template-areas:
    "brand links"
    "copy copy";
  row-gap: 34px;
  column-gap: 40px;
}

.page-kind-agency .agency-v2-detail-view .footer-brand {
  grid-area: brand;
  max-width: 380px;
}

.page-kind-agency .agency-v2-detail-view .footer-brand-logo {
  box-shadow: none;
}

.page-kind-agency .agency-v2-detail-view .footer-brand strong {
  color: #ffffff;
  font-size: 34px;
  letter-spacing: -0.01em;
}

.page-kind-agency .agency-v2-detail-view .footer-brand p {
  margin-top: 12px;
  color: #8ea2bf;
  font-size: 13px;
  line-height: 1.55;
}

.page-kind-agency .agency-v2-detail-view .footer-links {
  grid-area: links;
  justify-self: end;
  align-self: start;
  width: auto;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 10px 38px;
}

.page-kind-agency .agency-v2-detail-view .footer-links a {
  color: #a3b5cf;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

.page-kind-agency .agency-v2-detail-view .footer-links a:nth-child(1),
.page-kind-agency .agency-v2-detail-view .footer-links a:nth-child(3),
.page-kind-agency .agency-v2-detail-view .footer-links a:nth-child(5) {
  margin-top: 18px;
  position: relative;
}

.page-kind-agency .agency-v2-detail-view .footer-links a:nth-child(1)::before {
  content: "PRODUCT";
}

.page-kind-agency .agency-v2-detail-view .footer-links a:nth-child(3)::before {
  content: "SUPPORT";
}

.page-kind-agency .agency-v2-detail-view .footer-links a:nth-child(5)::before {
  content: "RESOURCES";
}

.page-kind-agency .agency-v2-detail-view .footer-links a:nth-child(1)::before,
.page-kind-agency .agency-v2-detail-view .footer-links a:nth-child(3)::before,
.page-kind-agency .agency-v2-detail-view .footer-links a:nth-child(5)::before {
  position: absolute;
  left: 0;
  top: -18px;
  color: #d7e5ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-kind-agency .agency-v2-detail-view .footer-links a:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.page-kind-agency .agency-v2-detail-view .footer-links a:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.page-kind-agency .agency-v2-detail-view .footer-links a:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}

.page-kind-agency .agency-v2-detail-view .footer-links a:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.page-kind-agency .agency-v2-detail-view .footer-links a:nth-child(5) {
  grid-column: 3;
  grid-row: 1;
}

.page-kind-agency .agency-v2-detail-view .footer-links a:nth-child(6) {
  grid-column: 3;
  grid-row: 2;
}

.page-kind-agency .agency-v2-detail-view .social-icons {
  display: none;
}

.page-kind-agency .agency-v2-detail-view .site-footer-copy {
  display: block;
  grid-area: copy;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(131, 151, 184, 0.2);
  color: #788ca9;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 920px) {
  .page-kind-agency .home-main-inner {
    min-height: auto;
    padding: 8px 14px 10px;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .page-kind-agency .home-main-links {
    grid-column: 1 / -1;
    justify-self: start;
    gap: 6px;
  }

  .page-kind-agency .home-top-nav {
    gap: 6px;
    flex-wrap: wrap;
  }

  .page-kind-agency .agency-v2-detail-view .site-footer-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "links"
      "copy";
    row-gap: 24px;
  }

  .page-kind-agency .agency-v2-detail-view .footer-links {
    justify-self: start;
    gap: 10px 22px;
  }
}

@media (max-width: 720px) {
  .page-kind-agency .home-brand-mark {
    font-size: 27px;
  }
}

.page-kind-opportunities .opportunities-index-page {
  margin-top: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.page-kind-opportunities .opportunities-intro {
  border: 1px solid #dbe4f0;
  border-radius: 12px;
  background: #ffffff;
  padding: 20px 22px;
  text-align: left;
}

.page-kind-opportunities .opportunities-intro h1 {
  margin: 0;
  color: #152b45;
  font-size: clamp(1.9rem, 3vw, 2.05rem);
  line-height: 1.16;
  font-weight: 650;
}

.page-kind-opportunities .opportunities-intro p {
  margin: 10px 0 0;
  color: #5f738d;
  font-size: 15px;
  line-height: 1.45;
}

.page-kind-opportunities .opportunities-intro-metric {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #edf4ff;
  color: #2358ae;
  font-size: 13px;
  font-weight: 600;
}

.page-kind-opportunities .opportunities-intro-metric::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2b68f6;
  box-shadow: 0 0 0 3px rgba(43, 104, 246, 0.15);
}

.page-kind-opportunities .opportunities-results-module {
  margin-top: 10px;
  border: 1px solid #dbe4f0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(16, 38, 72, 0.06);
  overflow: hidden;
}

.page-kind-opportunities .opportunities-results-summary {
  margin: 0;
  padding: 14px 16px;
  color: #324d6f;
  font-size: 14px;
  font-weight: 600;
}

.page-kind-opportunities .opportunities-results-module .homepage2-table-wrap {
  border-top: 1px solid #e4e9f0;
}

.page-kind-opportunities .opportunities-latest-table {
  min-width: 900px;
}

.page-kind-opportunities .opportunities-latest-table th,
.page-kind-opportunities .opportunities-latest-table td {
  padding: 16px 12px;
}

.page-kind-opportunities .opportunities-latest-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f2f5fa;
  color: #5b6f88;
  line-height: 1.25;
  white-space: nowrap;
}

.page-kind-opportunities .opportunities-latest-table td {
  font-size: 13px;
  line-height: 1.5;
  color: #253b57;
}

.page-kind-opportunities .opportunities-latest-table .homepage2-title-cell {
  min-width: 360px;
}

.page-kind-opportunities .opportunities-latest-table .homepage2-opportunity-link {
  color: #1d4f93;
}

.page-kind-opportunities .opportunities-latest-table .homepage2-opportunity-link:hover {
  color: #153f76;
  text-decoration: underline;
}

.page-kind-opportunities .opportunities-latest-table .homepage2-opportunity-desc {
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-kind-opportunities .opportunities-latest-table td:nth-child(2) .homepage2-meta-link,
.page-kind-opportunities .opportunities-latest-table td:nth-child(2) .awardee-cell-text {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 230px;
  line-height: 1.45;
}

.page-kind-opportunities .opportunities-latest-table td:nth-child(2) .awardee-cell-text {
  color: #111827;
}

.page-kind-opportunities .opportunities-pagination {
  border-top: 1px solid #e4e9f0;
  padding: 14px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-kind-opportunities .opportunities-page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.page-kind-opportunities .opportunities-page-link,
.page-kind-opportunities .opportunities-page-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #c4d2e4;
  border-radius: 8px;
  background: #ffffff;
  color: #24476f;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.page-kind-opportunities .opportunities-page-link:hover,
.page-kind-opportunities .opportunities-page-nav:hover {
  border-color: #9eb5d3;
  background: #f3f7fd;
  color: #1a3f6b;
  text-decoration: none;
}

.page-kind-opportunities .opportunities-page-link.is-active {
  border-color: #1f67d2;
  background: #1f67d2;
  color: #ffffff;
}

.page-kind-opportunities .opportunities-page-nav.is-disabled {
  border-color: #d8e1ee;
  background: #f7f9fc;
  color: #9aa9be;
  pointer-events: none;
}

@media (max-width: 760px) {
  .page-kind-opportunities .opportunities-intro {
    padding: 18px 14px;
  }

  .page-kind-opportunities .opportunities-results-summary {
    padding: 12px 14px;
  }

  .page-kind-opportunities .opportunities-pagination {
    padding: 12px 12px 14px;
    justify-content: flex-start;
  }

  .page-kind-opportunities .opportunities-latest-table {
    min-width: 760px;
  }
}

.page-kind-awards .awards-index-id-link {
  color: #1d4f93;
  font-weight: 600;
  text-decoration: none;
}

.page-kind-awards .awards-index-id-link:hover {
  color: #153f76;
  text-decoration: underline;
}

.page-kind-awards .awards-index-value-cell {
  font-weight: 600;
  color: #1f3855;
  white-space: nowrap;
}

.page-kind-about,
.page-kind-contact,
.page-kind-privacy,
.page-kind-terms {
  background:
    radial-gradient(circle at 14% 0%, rgba(39, 102, 220, 0.12), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(13, 176, 142, 0.09), transparent 30%),
    linear-gradient(180deg, #f6f9ff 0, #ffffff 320px);
}

.page-kind-about .about-page-shell,
.page-kind-contact .contact-page-shell,
.page-kind-privacy .privacy-page-shell,
.page-kind-terms .terms-page-shell {
  margin-top: 20px;
  margin-bottom: 24px;
  margin-inline: auto;
  max-width: 1080px;
  padding: clamp(20px, 3vw, 34px) clamp(16px, 2.8vw, 30px) clamp(20px, 3vw, 32px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
}

.page-kind-about .about-page-shell::before,
.page-kind-contact .contact-page-shell::before,
.page-kind-privacy .privacy-page-shell::before,
.page-kind-terms .terms-page-shell::before {
  content: "";
  position: absolute;
  left: clamp(16px, 2.8vw, 30px);
  top: 0;
  width: 96px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2b63cf 0%, #18b08f 100%);
}

.page-kind-about .about-page-hero,
.page-kind-contact .contact-page-hero,
.page-kind-privacy .privacy-page-hero,
.page-kind-terms .terms-page-hero {
  padding: 6px 0 24px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d7e2f0;
  background: transparent;
}

.page-kind-about .about-page-eyebrow,
.page-kind-contact .contact-page-eyebrow,
.page-kind-privacy .privacy-page-eyebrow,
.page-kind-terms .terms-page-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1e5bc6;
}

.page-kind-about .about-page-hero h1,
.page-kind-contact .contact-page-hero h1,
.page-kind-privacy .privacy-page-hero h1,
.page-kind-terms .terms-page-hero h1 {
  margin: 12px 0 14px;
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #0c2545;
}

.page-kind-about .about-page-hero p,
.page-kind-contact .contact-page-hero p,
.page-kind-privacy .privacy-page-hero p,
.page-kind-terms .terms-page-hero p {
  margin: 0;
  max-width: 980px;
  color: #2d4769;
  font-size: 16px;
  line-height: 1.75;
}

.page-kind-about .about-inline-link,
.page-kind-privacy .privacy-inline-link,
.page-kind-terms .terms-inline-link {
  color: #145cc0;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(20, 92, 192, 0.28);
}

.page-kind-about .about-inline-link:hover,
.page-kind-privacy .privacy-inline-link:hover,
.page-kind-terms .terms-inline-link:hover {
  border-bottom-color: #145cc0;
}

.page-kind-about .about-page-content,
.page-kind-privacy .privacy-policy-content,
.page-kind-terms .terms-page-content {
  padding: 0;
  display: block;
}

.page-kind-about .about-page-section,
.page-kind-privacy .privacy-policy-section,
.page-kind-terms .terms-page-section {
  border: 0;
  border-bottom: 1px solid #e0e8f3;
  border-radius: 0;
  background: transparent;
  padding: 18px 0 22px;
}

.page-kind-about .about-page-section:last-child,
.page-kind-privacy .privacy-policy-section:last-child,
.page-kind-terms .terms-page-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-kind-about .about-page-section h2,
.page-kind-privacy .privacy-policy-section h2,
.page-kind-terms .terms-page-section h2 {
  margin: 0 0 10px;
  font-size: clamp(1.22rem, 1.95vw, 1.45rem);
  line-height: 1.28;
  letter-spacing: -0.01em;
  color: #102c50;
}

.page-kind-about .about-page-section p,
.page-kind-about .about-page-section li,
.page-kind-privacy .privacy-policy-section p,
.page-kind-privacy .privacy-policy-section li,
.page-kind-terms .terms-page-section p,
.page-kind-terms .terms-page-section li {
  margin: 0;
  color: #344f70;
  font-size: 15px;
  line-height: 1.72;
}

.page-kind-about .about-page-section p + p,
.page-kind-privacy .privacy-policy-section p + p,
.page-kind-terms .terms-page-section p + p {
  margin-top: 11px;
}

.page-kind-about .about-page-section ul,
.page-kind-privacy .privacy-policy-section ul,
.page-kind-terms .terms-page-section ul {
  margin: 10px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.page-kind-contact .contact-page-body {
  padding: 6px 0 0;
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 34px;
}

.page-kind-contact .contact-page-info,
.page-kind-contact .contact-page-form-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.page-kind-contact .contact-page-info {
  padding-right: 24px;
  border-right: 1px solid #dce6f4;
}

.page-kind-contact .contact-page-info h2,
.page-kind-contact .contact-page-form-card h2 {
  margin: 0 0 12px;
  font-size: clamp(1.22rem, 1.95vw, 1.45rem);
  line-height: 1.28;
  color: #102c50;
  letter-spacing: -0.01em;
}

.page-kind-contact .contact-page-info ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.page-kind-contact .contact-page-info li {
  color: #344f70;
  font-size: 15px;
  line-height: 1.72;
}

.page-kind-contact .contact-page-form {
  display: grid;
  gap: 14px;
}

.page-kind-contact .contact-page-form label {
  display: grid;
  gap: 6px;
}

.page-kind-contact .contact-page-form label > span {
  color: #244264;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-kind-contact .contact-page-form input,
.page-kind-contact .contact-page-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c6d5ea;
  border-radius: 0;
  padding: 10px 2px;
  font-size: 15px;
  line-height: 1.55;
  color: #163656;
  background: transparent;
}

.page-kind-contact .contact-page-form textarea {
  resize: vertical;
  min-height: 130px;
}

.page-kind-contact .contact-page-form input:focus,
.page-kind-contact .contact-page-form textarea:focus {
  outline: none;
  border-bottom-color: #2d72e5;
  box-shadow: 0 2px 0 rgba(45, 114, 229, 0.24);
}

.page-kind-contact .contact-page-actions {
  display: grid;
  gap: 8px;
  padding-top: 2px;
}

.page-kind-contact .contact-page-feedback {
  margin: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 1.45;
  color: #446081;
}

.page-kind-contact .contact-page-feedback.is-success {
  color: #0d8a53;
}

.page-kind-contact .contact-page-feedback.is-error {
  color: #c2372f;
}

/* Keep filter visuals consistent with the state page style across detail pages. */
.page-kind-agency .agency-v2-filter-module .home-filter-field > span,
.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-filter-field > span,
.page-kind-industry .industry-v2-filter-module .home-filter-field > span,
.industry-agencies-filter-field > span,
.awardee-v2-awards-toolbar label > span {
  color: #223248;
  font-size: 13px;
  font-weight: 700;
}

.page-kind-agency .agency-v2-filter-module .home-filter-field > select,
.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-filter-field > select,
.page-kind-industry .industry-v2-filter-module .home-filter-field > select,
.industry-agencies-filter-field > select,
.awardee-v2-awards-toolbar select,
.page-kind-agency .agency-v2-filter-module .home-multi-dropdown summary,
.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-multi-dropdown summary,
.page-kind-industry .industry-v2-filter-module .home-multi-dropdown summary,
.industry-agencies-filter-module .home-multi-dropdown summary,
.awardee-v2-awards-toolbar .home-multi-dropdown summary,
.page-kind-agency .agency-v2-filter-module .home-range-calendar summary,
.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-range-calendar summary,
.page-kind-industry .industry-v2-filter-module .home-range-calendar summary,
.awardee-v2-awards-toolbar .home-range-calendar summary {
  border: 1px solid #b9c6da;
  color: #1b2d45;
  border-radius: 8px;
  font-size: 14px;
  height: 38px;
  min-height: 38px;
  padding: 0 10px;
  box-shadow: none;
}

.page-kind-agency .agency-v2-filter-module .home-filter-field > select.is-active,
.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-filter-field > select.is-active,
.page-kind-industry .industry-v2-filter-module .home-filter-field > select.is-active,
.industry-agencies-filter-field > select.is-active,
.awardee-v2-awards-toolbar select.is-active,
.page-kind-agency .agency-v2-filter-module .home-multi-dropdown summary.is-active,
.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-multi-dropdown summary.is-active,
.page-kind-industry .industry-v2-filter-module .home-multi-dropdown summary.is-active,
.industry-agencies-filter-module .home-multi-dropdown summary.is-active,
.awardee-v2-awards-toolbar .home-multi-dropdown summary.is-active,
.page-kind-agency .agency-v2-filter-module .home-range-calendar summary.is-active,
.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-range-calendar summary.is-active,
.page-kind-industry .industry-v2-filter-module .home-range-calendar summary.is-active,
.awardee-v2-awards-toolbar .home-range-calendar summary.is-active {
  background: #ffffff;
  border-color: #b9c6da;
  box-shadow: none;
}

.page-kind-agency .agency-v2-filter-module .home-multi-dropdown summary.has-search,
.page-kind-industry .industry-v2-filter-module .home-multi-dropdown summary.has-search,
.industry-agencies-filter-module .home-multi-dropdown summary.has-search,
.awardee-v2-awards-toolbar .home-multi-dropdown summary.has-search {
  padding: 0 10px;
}

.page-kind-agency .agency-v2-filter-module .home-summary-search,
.page-kind-industry .industry-v2-filter-module .home-summary-search,
.industry-agencies-filter-module .home-summary-search,
.awardee-v2-awards-toolbar .home-summary-search {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  background: transparent;
  color: #1b2d45;
  font-size: 14px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
}

.page-kind-agency .agency-v2-filter-module .home-summary-search::placeholder,
.page-kind-industry .industry-v2-filter-module .home-summary-search::placeholder,
.industry-agencies-filter-module .home-summary-search::placeholder,
.awardee-v2-awards-toolbar .home-summary-search::placeholder {
  color: #7d8ea7;
}

.page-kind-agency .agency-v2-filter-module .home-multi-panel,
.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-multi-panel,
.page-kind-industry .industry-v2-filter-module .home-multi-panel,
.industry-agencies-filter-module .home-multi-panel,
.awardee-v2-awards-toolbar .home-multi-panel,
.page-kind-agency .agency-v2-filter-module .home-range-panel,
.page-kind-agency .agency-v2-detail-view .agency-v2-filter-module .home-range-panel,
.page-kind-industry .industry-v2-filter-module .home-range-panel,
.awardee-v2-awards-toolbar .home-range-panel {
  border: 1px solid #b9c6da;
  background: #f6f9ff;
  box-shadow: 0 10px 24px rgba(18, 33, 58, 0.16);
}

.page-kind-agency .agency-v2-filter-module .home-multi-options,
.page-kind-industry .industry-v2-filter-module .home-multi-options,
.industry-agencies-filter-module .home-multi-options,
.awardee-v2-awards-toolbar .home-multi-options {
  max-height: 220px;
  gap: 2px;
}

.page-kind-agency .agency-v2-filter-module .home-multi-option,
.page-kind-industry .industry-v2-filter-module .home-multi-option,
.industry-agencies-filter-module .home-multi-option,
.awardee-v2-awards-toolbar .home-multi-option {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  color: #1b2d45;
  font-size: 13px;
  border: 0;
  border-radius: 6px;
  padding: 0 8px;
  cursor: pointer;
}

.page-kind-agency .agency-v2-filter-module .home-multi-option:hover,
.page-kind-industry .industry-v2-filter-module .home-multi-option:hover,
.industry-agencies-filter-module .home-multi-option:hover,
.awardee-v2-awards-toolbar .home-multi-option:hover {
  background: #eef3fb;
  border-color: transparent;
}

.page-kind-agency .agency-v2-filter-module .home-option-check,
.page-kind-industry .industry-v2-filter-module .home-option-check,
.industry-agencies-filter-module .home-option-check,
.awardee-v2-awards-toolbar .home-option-check {
  min-width: 14px;
  color: #0b63d9;
  font-style: normal;
  font-weight: 700;
  font-size: inherit;
  text-align: right;
}

.page-kind-agency .agency-v2-filter-module .home-multi-option:not(.is-selected) .home-option-check,
.page-kind-industry .industry-v2-filter-module .home-multi-option:not(.is-selected) .home-option-check,
.industry-agencies-filter-module .home-multi-option:not(.is-selected) .home-option-check,
.awardee-v2-awards-toolbar .home-multi-option:not(.is-selected) .home-option-check {
  color: transparent;
  opacity: 1;
}

/* Industry page: unify filter control interactions to match Posted Date style. */
.page-kind-industry .industry-v2-filter-module .home-filter-field > select,
.page-kind-industry .industry-v2-filter-module .home-multi-dropdown summary,
.page-kind-industry .industry-v2-filter-module .home-range-calendar summary {
  background: #ffffff;
  border-color: #b9c6da;
  color: #1b2d45;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.page-kind-industry .industry-v2-filter-module .home-filter-field > select:hover,
.page-kind-industry .industry-v2-filter-module .home-multi-dropdown summary:hover,
.page-kind-industry .industry-v2-filter-module .home-range-calendar summary:hover {
  background: #ffffff;
  border-color: #95abc7;
}

.page-kind-industry .industry-v2-filter-module .home-filter-field > select:focus,
.page-kind-industry .industry-v2-filter-module .home-filter-field > select:focus-visible,
.page-kind-industry .industry-v2-filter-module .home-multi-dropdown summary:focus,
.page-kind-industry .industry-v2-filter-module .home-multi-dropdown summary:focus-visible,
.page-kind-industry .industry-v2-filter-module .home-range-calendar summary:focus,
.page-kind-industry .industry-v2-filter-module .home-range-calendar summary:focus-visible,
.page-kind-industry .industry-v2-filter-module .home-multi-dropdown[open] > summary,
.page-kind-industry .industry-v2-filter-module .home-range-calendar[open] > summary {
  background: #ffffff;
  border-color: #2d72e5;
  box-shadow: 0 0 0 3px rgba(45, 114, 229, 0.16);
  outline: none;
}

.page-kind-industry .industry-v2-filter-module .home-filter-field > select.is-active,
.page-kind-industry .industry-v2-filter-module .home-multi-dropdown summary.is-active,
.page-kind-industry .industry-v2-filter-module .home-range-calendar summary.is-active {
  background: #ffffff;
  border-color: #b9c6da;
  color: #1b2d45;
  box-shadow: none;
}

@media (max-width: 860px) {
  .page-kind-about .about-page-shell,
  .page-kind-contact .contact-page-shell,
  .page-kind-privacy .privacy-page-shell,
  .page-kind-terms .terms-page-shell {
    padding: 18px 14px 16px;
  }

  .page-kind-about .about-page-shell::before,
  .page-kind-contact .contact-page-shell::before,
  .page-kind-privacy .privacy-page-shell::before,
  .page-kind-terms .terms-page-shell::before {
    left: 14px;
    width: 72px;
  }

  .page-kind-about .about-page-hero,
  .page-kind-contact .contact-page-hero,
  .page-kind-privacy .privacy-page-hero,
  .page-kind-terms .terms-page-hero {
    padding: 8px 0 18px;
    margin-bottom: 4px;
  }

  .page-kind-about .about-page-hero h1,
  .page-kind-contact .contact-page-hero h1,
  .page-kind-privacy .privacy-page-hero h1,
  .page-kind-terms .terms-page-hero h1 {
    font-size: clamp(1.74rem, 8.5vw, 2.24rem);
  }

  .page-kind-about .about-page-hero p,
  .page-kind-contact .contact-page-hero p,
  .page-kind-privacy .privacy-page-hero p,
  .page-kind-terms .terms-page-hero p {
    font-size: 15px;
    line-height: 1.68;
  }

  .page-kind-about .about-page-section,
  .page-kind-privacy .privacy-policy-section,
  .page-kind-terms .terms-page-section {
    padding: 14px 0 16px;
  }

  .page-kind-contact .contact-page-body {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .page-kind-contact .contact-page-info {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #dce6f4;
    padding-bottom: 14px;
  }
}
