.nv-location-table-section {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.nv-location-table-heading {
  max-width: 92rem;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.nv-location-table-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--nv-orange);
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.nv-location-table-title {
  margin: 0 0 1.2rem;
  color: var(--nv-blue);
  font-size: clamp(3rem, 4.2vw, 5rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.nv-location-table-subtitle {
  margin: 0 auto;
  max-width: 78rem;
  color: var(--text-color, #64748b);
  font-size: 1.6rem;
  line-height: 1.7;
}

.nv-location-table-callout {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  margin: 0 0 3rem;
  padding: 1.8rem 2rem;
  border: 1px solid rgba(34, 197, 94, 0.24);
  border-radius: 1.6rem;
  background: rgba(34, 197, 94, 0.08);
}

.nv-location-table-callout-icon {
  flex: 0 0 4.2rem;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 4.2rem;
  text-align: center;
}

.nv-location-table-callout p {
  margin: 0;
  color: var(--text-color, #1e293b);
  font-size: 1.6rem;
  line-height: 1.65;
}

.nv-location-table-callout strong {
  color: #22c55e;
  font-weight: 800;
}

.nv-location-table-wrap {
  overflow-x: auto;
  background: var(--nv-white);
  border: 1px solid rgba(0, 86, 140, 0.1);
  border-radius: 1.6rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.nv-location-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: collapse;
}

.nv-location-table thead th {
  padding: 0;
  vertical-align: stretch;
  text-align: center;
  border-bottom: 1px solid rgba(0, 86, 140, 0.1);
  background: #fff;
}

.nv-location-table thead th.feature-col {
  min-width: 19rem;
  padding: 0 1.4rem;
  color: #6b86a4;
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-align: left;
  background: #f8fafc;
}

.table-brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 10.2rem;
  padding: 1.8rem 1.2rem 1.6rem;
  background: #fff;
}

.table-brand-card.is-featured {
  background: var(--nv-blue);
  color: #fff;
  border-bottom: 3px solid var(--nv-orange);
}

.table-brand-name {
  color: var(--nv-blue);
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: 800;
}

.table-brand-card.is-featured .table-brand-name {
  color: #fff;
}

.table-brand-sub {
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 700;
}

.table-brand-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.table-brand-tag.tag-gray {
  background: rgba(148, 163, 184, 0.14);
  color: #7b8ea5;
}

.table-brand-tag.tag-blue {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.nv-location-table tbody td {
  padding: 1.8rem 1.4rem;
  border-bottom: 1px solid rgba(0, 86, 140, 0.08);
  vertical-align: top;
  text-align: center;
  background: #fff;
}

.nv-location-table tbody tr:last-child td {
  border-bottom: 0;
}

.feature-cell {
  min-width: 22rem;
  text-align: left !important;
}

.feature-title {
  color: #0f2742;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 800;
}

.feature-subtext {
  margin-top: 0.6rem;
  color: #6e86a2;
  font-size: 1.3rem;
  line-height: 1.55;
}

.section-row td {
  padding: 1rem 1.4rem !important;
  background: #f8fafc !important;
  color: var(--nv-blue);
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-align: center !important;
}

.featured-col,
.featured-cell {
  border-left: 3px solid var(--nv-blue);
}

.featured-cell {
  background: rgba(0, 86, 140, 0.03) !important;
}

.comparison-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}

.cell-title {
  color: #5f7591;
  font-size: 1.5rem;
  line-height: 1.45;
  font-weight: 800;
}

.cell-title.text-green {
  color: #22c55e;
}

.cell-title.text-red {
  color: #ef4444;
}

.cell-title.text-blue {
  color: var(--nv-blue);
}

.cell-desc {
  color: #93a4bc;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
}

.featured-cell .cell-desc {
  color: #8a9ab0;
}

.status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
}

.status-icon.is-check {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}

.status-icon.is-cross {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

.status-icon.is-partial {
  background: rgba(255, 130, 4, 0.1);
  color: var(--nv-orange);
}

@media (max-width: 991px) {
  .nv-location-table-title {
    font-size: clamp(2.6rem, 6vw, 3.8rem);
  }

  .nv-location-table-subtitle,
  .nv-location-table-callout p {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .nv-location-table-section {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .nv-location-table-heading {
    margin-bottom: 1.8rem;
  }

  .nv-location-table-callout {
    padding: 1.6rem;
    gap: 1.2rem;
  }

  .nv-location-table-callout-icon {
    flex-basis: 3.8rem;
    width: 3.8rem;
    height: 3.8rem;
    font-size: 2rem;
    line-height: 3.8rem;
  }

  .nv-location-table-wrap {
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
  }

  .nv-location-table,
  .nv-location-table thead,
  .nv-location-table tbody,
  .nv-location-table th,
  .nv-location-table td,
  .nv-location-table tr {
    display: block;
    width: 100%;
  }

  .nv-location-table {
    min-width: 0;
  }

  .nv-location-table thead {
    display: none;
  }

  .nv-location-table tbody {
    display: grid;
    gap: 1.4rem;
  }

  .section-row td {
    border-radius: 1rem;
  }

  .nv-location-table tbody tr:not(.section-row) {
    background: #fff;
    border: 1px solid rgba(0, 86, 140, 0.1);
    border-radius: 1.4rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  }

  .nv-location-table tbody tr:not(.section-row) td {
    padding: 1.2rem 1.4rem;
    border-bottom: 1px solid rgba(0, 86, 140, 0.08);
    text-align: left;
  }

  .nv-location-table tbody tr:not(.section-row) td:last-child {
    border-bottom: 0;
  }

  .featured-col,
  .featured-cell {
    border-left: 0;
  }

  .featured-cell {
    background: rgba(0, 86, 140, 0.03) !important;
  }

  .comparison-cell {
    align-items: flex-start;
  }

  .feature-cell::before,
  .nv-location-table tbody tr:not(.section-row) td:not(.feature-cell)::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.6rem;
    color: var(--nv-blue);
    font-size: 1.15rem;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
}