/* New Orleans page styling follows the 1918 city flag: a white field between a crimson
   stripe at the top and a navy stripe at the bottom, with three gold fleurs-de-lis at the
   center. Crimson (#d52c11), navy (#111b4c), and gold (#edb41d) are the flag artwork's
   literal fill values; everything else stays flat, white, and editorial. */
.nola-page {
  --no-red: #d52c11;
  --no-red-deep: #a32009;
  --no-navy: #111b4c;
  --no-navy-deep: #0b1334;
  --no-gold: #edb41d;
  --no-gold-deep: #b8870f;
  --no-white: #ffffff;
  --no-ink: #1a2030;
  --no-gray-dark: #525a6e;
  --no-gray-light: #c2c6d2;
  --no-gray-lightest: #f4f4f7;
  color: var(--no-ink);
  background: var(--no-white);
  font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nola-page * {
  box-sizing: border-box;
}

.nola-page a {
  color: inherit;
}

.no-container {
  width: min(1200px, calc(100vw - 40px));
  margin: 0 auto;
}

/* The masthead reads as the flag itself: a crimson band, the white field with the gold
   fleur-de-lis, then the navy band. */
.no-masthead {
  background: var(--no-white);
  color: var(--no-ink);
  border-bottom: none;
}

.no-masthead-band {
  height: 10px;
}

.no-masthead-band.is-top {
  background: var(--no-red);
}

.no-masthead-band.is-bottom {
  background: var(--no-navy);
}

.no-masthead-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 14px 0 12px;
}

.no-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.no-fleur svg {
  width: 34px;
  height: 46px;
  display: block;
  fill: var(--no-gold);
}

.no-wordmark {
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 4.6vw, 36px);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: var(--no-navy);
}

.no-agency {
  margin-top: 3px;
  color: var(--no-red);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.no-nav {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  --site-header-control-text: var(--no-navy);
  --site-header-control-bg: rgba(17, 27, 76, 0.05);
  --site-header-control-bg-hover: rgba(17, 27, 76, 0.1);
  --site-header-control-bg-active: rgba(17, 27, 76, 0.16);
  --site-header-control-border: rgba(17, 27, 76, 0.3);
}

.no-nav a {
  color: var(--no-navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.no-nav .site-header-button,
.no-nav .site-header-icon-button,
.no-nav .site-header-icon-link {
  color: var(--no-navy);
  text-decoration: none;
}

.no-nav .site-city-switcher-link {
  color: var(--site-header-panel-text);
  text-decoration: none;
}

.no-error {
  padding: 28px 0;
}

.no-error p,
.no-error h2 {
  margin: 0;
}

.no-error button {
  margin-top: 12px;
  border: 1px solid var(--no-ink);
  background: var(--no-white);
  color: var(--no-ink);
  padding: 10px 14px;
}

.no-loading-screen {
  position: fixed;
  inset: 0;
  z-index: 1400;
  background:
    linear-gradient(
      180deg,
      var(--no-white) 0%,
      var(--no-white) 58%,
      var(--no-gray-lightest) 100%
    );
  color: var(--no-ink);
}

.no-loading-screen::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
  background: var(--no-red);
}

.no-loading-screen::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 10px;
  background: var(--no-navy);
}

.no-loading-shell {
  position: relative;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  padding: clamp(38px, 5.2vh, 56px) 0 clamp(24px, 3.4vh, 38px);
}

.no-loading-head,
.no-loading-foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.no-loading-kicker-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.no-loading-fleur svg {
  width: 16px;
  height: 22px;
  fill: var(--no-gold-deep);
}

.no-loading-kicker {
  font-size: 11.9px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--no-navy);
}

.no-loading-title {
  margin: 0;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 8vw, 100px);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.005em;
  max-width: 12ch;
  color: var(--no-navy);
}

.no-loading-copy {
  max-width: 48rem;
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--no-gray-dark);
}

.no-loading-progress {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(60px, 9.4vw, 112px);
  line-height: 0.86;
  font-weight: 700;
  color: var(--no-ink);
}

.no-loading-progress-mark {
  color: var(--no-red);
  font-size: 0.42em;
}

.no-loading-stage {
  position: relative;
  min-height: min(56vh, 560px);
  overflow: hidden;
  border-top: 2px solid var(--no-ink);
  border-bottom: 2px solid var(--no-ink);
  background:
    linear-gradient(
      180deg,
      rgba(17, 27, 76, 0.05) 0%,
      rgba(255, 255, 255, 0.94) 30%,
      rgba(244, 244, 247, 0.96) 100%
    );
}

.no-loading-stage-rule {
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  z-index: 1;
}

.no-loading-stage-rule.is-top {
  top: 28px;
  background: var(--no-red);
}

.no-loading-stage-rule.is-bottom {
  bottom: 28px;
  background: var(--no-navy);
}

.no-loading-image-layer {
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: min(36vh, 290px);
  overflow: hidden;
}

.no-loading-image-layer.is-base {
  opacity: 0.12;
}

.no-loading-image-layer.is-reveal {
  clip-path: inset(0 var(--no-loader-clip, 100%) 0 0);
  transition: clip-path 240ms ease-out;
}

.no-loading-image {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: min(1600px, 120vw);
  height: auto;
  max-width: none;
  transform: translateX(-50%);
  user-select: none;
  pointer-events: none;
}

.no-loading-foot {
  align-items: baseline;
  font-size: 13px;
  line-height: 18px;
  color: var(--no-gray-dark);
}

.no-loading-hint {
  color: var(--no-gray-dark);
  opacity: 0.8;
}

.no-hero-card {
  padding: 30px 0 34px;
  position: relative;
}

/* The hero rule is the flag turned on its side: crimson, gold, navy. */
.no-hero-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  background:
    linear-gradient(
      180deg,
      var(--no-red) 0,
      var(--no-red) 34%,
      var(--no-gold) 34%,
      var(--no-gold) 66%,
      var(--no-navy) 66%,
      var(--no-navy) 100%
    );
}

.no-hero-title {
  margin: 0 0 12px 24px;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 62px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.005em;
  max-width: 23ch;
  color: var(--no-navy);
}

.no-hero-title span {
  color: var(--no-red);
}

.no-hero-dek,
.no-hero-note {
  margin: 0 0 0 24px;
  max-width: 78ch;
  font-size: 16px;
  line-height: 24px;
  color: var(--no-gray-dark);
}

.no-hero-note {
  margin-top: 10px;
}

.no-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 0 24px;
}

.no-stat {
  border-top: 3px solid var(--no-navy);
  padding-top: 12px;
}

.no-stat-label,
.no-section-tag,
.no-repeat-head {
  font-size: 11.9px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.no-stat-label {
  color: var(--no-gray-dark);
}

.no-stat-value {
  margin-top: 8px;
  font-family: "Lora", Georgia, serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}

/* Minimal hero meta: one quiet inline line of plain facts, no boxes. */
.no-meta-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
  margin: 18px 0 0 24px;
  font-size: 13.5px;
  line-height: 18px;
  color: var(--no-gray-dark);
}

.no-meta-item {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
}

.no-meta-item + .no-meta-item::before {
  content: "\00B7";
  margin-right: 14px;
  color: var(--no-gray-light);
}

.no-meta-item span {
  font-size: 11.9px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.no-meta-item strong {
  font-weight: 600;
  color: var(--no-ink);
}

.nola-page main {
  padding-top: 8px;
}

.no-section {
  padding: 36px 0 24px;
}

.no-section + .no-section {
  margin-top: 8px;
}

.no-section-head {
  max-width: 78ch;
}

.no-section-tag {
  color: var(--no-red-deep);
}

.no-section-head h2 {
  margin: 6px 0 8px;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 4.2vw, 40px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--no-navy);
}

.no-section-head p,
.no-summary-card p,
.no-carry-note,
.no-footer p,
.no-footer li {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--no-gray-dark);
}

.no-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.no-ytd-section {
  padding-top: 24px;
}

.no-ytd-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.no-ytd-stat {
  min-height: 124px;
  border-top: 4px solid var(--no-navy);
  padding-top: 12px;
}

.no-ytd-stat.is-primary {
  border-color: var(--no-red);
}

.no-ytd-label {
  font-size: 11.9px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--no-gray-dark);
}

.no-ytd-value {
  margin-top: 8px;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(38px, 5.2vw, 60px);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.005em;
}

.no-ytd-stat.is-primary .no-ytd-value {
  color: var(--no-red);
}

.no-summary-card {
  padding: 14px 0 0;
  border-top: 2px solid var(--no-gray-light);
}

.no-summary-card h3 {
  margin: 0 0 6px;
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: var(--no-navy);
}

.no-toggle-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.no-toggle-button {
  appearance: none;
  border: 1px solid var(--no-ink);
  background: var(--no-white);
  color: var(--no-ink);
  padding: 8px 12px;
  font-family: "Source Sans 3", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.no-toggle-button.is-active {
  background: var(--no-navy);
  color: var(--no-white);
  border-color: var(--no-navy);
}

.no-chart-block {
  margin-top: 14px;
  background: none;
}

.no-chart-shell {
  min-height: 320px;
  padding-top: 8px;
}

.no-chart-shell.no-chart-shell-short {
  min-height: 266px;
}

.no-chart-shell.no-chart-shell-ytd {
  min-height: 292px;
}

.no-plot-root {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.no-plot-root > * {
  width: 100%;
  height: 100%;
}

.no-echart-root {
  width: 100%;
  height: 100%;
}

.no-plot-root svg,
.no-plot-root figure {
  display: block;
  overflow: visible;
}

.no-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 12px;
}

.no-note {
  font-size: 14px;
  line-height: 20px;
  color: var(--no-gray-dark);
}

/* The carryover block: three plain figures under thin rules, gold for the open tally. */
.no-carry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.no-carry-stat {
  border-top: 4px solid var(--no-navy);
  padding-top: 12px;
}

.no-carry-stat.is-primary {
  border-color: var(--no-red);
}

.no-carry-label {
  font-size: 11.9px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--no-gray-dark);
}

.no-carry-value {
  margin-top: 8px;
  font-family: "Lora", Georgia, serif;
  font-size: clamp(38px, 5.2vw, 60px);
  line-height: 0.96;
  font-weight: 700;
}

.no-carry-stat.is-primary .no-carry-value {
  color: var(--no-red);
}

.no-carry-note {
  margin-top: 16px;
  max-width: 78ch;
}

.no-map-shell {
  position: relative;
  height: clamp(360px, 54vw, 520px);
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #f4f4f7;
  box-shadow: none;
}

.no-map-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 450;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(26, 32, 48, 0.08);
}

.no-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 14px;
  font-size: 14px;
  line-height: 20px;
  color: var(--no-gray-dark);
}

.no-map-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.no-map-swatch {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
}

.no-map-swatch.open {
  background: var(--no-red);
}

.no-map-swatch.closed {
  background: #32418f;
}

.no-map-swatch.hotspot {
  background: #1a2030;
}

.no-district-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.no-district-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 0.9fr) minmax(0, 1.6fr) 84px;
  gap: 8px 14px;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid var(--no-gray-light);
}

.no-district-rank {
  font-family: "Lora", Georgia, serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: var(--no-red-deep);
}

.no-district-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.no-district-bar {
  position: relative;
  height: 12px;
  background: var(--no-gray-lightest);
}

.no-district-bar span {
  position: absolute;
  inset: 0 auto 0 0;
  background: var(--no-navy);
}

.no-district-count {
  justify-self: end;
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.no-repeat-head,
.no-repeat-item {
  display: grid;
  grid-template-columns: 68px 92px minmax(0, 1.9fr) minmax(110px, 0.9fr) minmax(110px, 0.9fr);
  gap: 8px 12px;
  justify-items: start;
}

.no-repeat-head {
  padding: 0 0 8px;
  border-bottom: 1px solid var(--no-gray-light);
  color: var(--no-gray-dark);
}

.no-repeat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.no-repeat-item {
  padding: 8px 0;
  border-bottom: 1px solid var(--no-gray-light);
  align-items: start;
}

.no-repeat-rank,
.no-repeat-requests {
  font-family: "Lora", Georgia, serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.no-repeat-rank {
  color: var(--no-red-deep);
}

.no-repeat-requests {
  color: var(--no-ink);
}

.no-repeat-address {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.no-repeat-date {
  font-size: 16px;
  line-height: 20px;
  color: var(--no-gray-dark);
}

.no-mayor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.no-mayor-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 20px 20px 18px;
}

.no-mayor-card--landrieu {
  background: var(--no-navy);
  color: var(--no-white);
}

.no-mayor-card--cantrell {
  background: var(--no-red);
  color: var(--no-white);
}

.no-mayor-card--moreno {
  background: var(--no-gold);
  color: var(--no-navy-deep);
}

.no-mayor-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.no-mayor-title-block h3 {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: 26px;
  line-height: 1.06;
  font-weight: 700;
}

.no-mayor-term {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 22px;
  color: inherit;
  opacity: 0.84;
}

.no-mayor-grade {
  flex: 0 0 auto;
  min-width: 78px;
  padding: 8px 10px 6px;
  text-align: right;
  background: rgba(255, 255, 255, 0.2);
}

.no-mayor-card--moreno .no-mayor-grade {
  background: rgba(17, 27, 76, 0.12);
}

.no-mayor-grade span,
.no-mayor-metric-label,
.no-mayor-note strong {
  display: block;
  font-size: 11.9px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.no-mayor-grade strong {
  display: block;
  margin-top: 2px;
  font-family: "Lora", Georgia, serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.no-mayor-summary,
.no-mayor-note {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  color: inherit;
}

.no-mayor-summary {
  opacity: 0.9;
}

.no-mayor-note {
  opacity: 0.82;
}

.no-mayor-metrics {
  display: grid;
  gap: 10px;
}

.no-mayor-metric {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding-top: 10px;
  border-top: 1px solid currentColor;
}

.no-mayor-metric-label {
  color: inherit;
  opacity: 0.75;
  max-width: 18ch;
}

.no-mayor-best {
  display: inline-block;
  margin-top: 4px;
  padding: 1px 5px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.24);
}

.no-mayor-card--moreno .no-mayor-best {
  background: rgba(17, 27, 76, 0.14);
}

.no-mayor-metric-value {
  flex: 0 0 auto;
  text-align: right;
  font-family: "Lora", Georgia, serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}

.no-footer {
  background: var(--no-gray-lightest);
  border-top: 6px solid var(--no-navy);
  padding: 28px 0 40px;
}

.no-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
}

.no-footer h2 {
  margin: 0 0 10px;
  font-family: "Lora", Georgia, serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: var(--no-navy);
}

.no-footer ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.no-source-list {
  display: grid;
  gap: 8px;
}

.no-source-list a {
  color: var(--no-navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nola-page .leaflet-container {
  background: #f4f4f7;
  font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Single-hue monochrome basemap: grayscale the CARTO tiles, then tint them toward the
   flag navy so the delta reads as one quiet surface under the data. */
.nola-page .leaflet-tile-pane {
  filter: grayscale(1) sepia(1) saturate(1.3) hue-rotate(172deg) brightness(1.04) contrast(0.96);
}

.nola-page .leaflet-container a {
  color: var(--no-navy);
}

.nola-page .leaflet-pane.no-map-labels-pane {
  mix-blend-mode: multiply;
  opacity: 0.78;
}

.nola-page .leaflet-control-zoom {
  border: none !important;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.16);
}

.nola-page .leaflet-bar a,
.nola-page .leaflet-bar a:hover {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: none;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.96);
  color: var(--no-ink);
}

.nola-page .leaflet-bar a:last-child {
  border-bottom: none;
}

.nola-page .leaflet-bar a:hover {
  background: #ffffff;
  color: var(--no-navy);
}

.nola-page .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #5a6175;
  padding: 2px 8px;
}

.nola-page .leaflet-tooltip.no-pothole-tooltip {
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(26, 32, 48, 0.12);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.16);
  background: rgba(255, 255, 255, 0.97);
  font-size: 13px;
  line-height: 18px;
  color: #1a2030;
  min-width: 190px;
  max-width: 260px;
}

.nola-page .leaflet-tooltip.no-pothole-tooltip::before {
  border-top-color: rgba(255, 255, 255, 0.97);
}

.nola-page .leaflet-tooltip.no-pothole-tooltip .map-tooltip-title {
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 2px;
}

.nola-page .leaflet-tooltip.no-pothole-tooltip .map-tooltip-meta,
.nola-page .leaflet-tooltip.no-pothole-tooltip .map-tooltip-subtle,
.nola-page .leaflet-tooltip.no-pothole-tooltip .map-tooltip-status-row {
  margin-top: 3px;
}

.nola-page .leaflet-tooltip.no-pothole-tooltip .map-tooltip-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.nola-page .leaflet-tooltip.no-pothole-tooltip .map-tooltip-status {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.nola-page .leaflet-tooltip.no-pothole-tooltip .map-tooltip-status.is-open {
  background: rgba(213, 44, 17, 0.12);
  color: #87210c;
}

.nola-page .leaflet-tooltip.no-pothole-tooltip .map-tooltip-status.is-closed {
  background: rgba(17, 27, 76, 0.1);
  color: #232f6e;
}

.nola-page .leaflet-tooltip.no-pothole-tooltip .map-tooltip-id,
.nola-page .leaflet-tooltip.no-pothole-tooltip .map-tooltip-subtle {
  color: #5a6175;
  font-size: 12px;
}

@media (max-width: 1020px) {
  .no-mayor-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .no-stat-row,
  .no-summary-grid,
  .no-ytd-grid,
  .no-carry-grid,
  .no-footer-grid {
    grid-template-columns: 1fr;
  }

  .no-nav {
    display: none;
  }

  .no-hero-title {
    max-width: none;
  }

  .no-loading-head,
  .no-loading-foot {
    flex-direction: column;
  }

  .no-loading-progress {
    font-size: clamp(56px, 14vw, 96px);
  }

  .no-loading-stage {
    min-height: min(48vh, 460px);
  }
}

@media (max-width: 720px) {
  .no-container {
    width: min(100vw - 24px, 1200px);
  }

  .no-wordmark {
    font-size: 24px;
  }

  .no-hero-title,
  .no-hero-dek,
  .no-hero-note,
  .no-stat-row,
  .no-meta-line {
    margin-left: 18px;
  }

  .no-mayor-head {
    flex-direction: column;
  }

  .no-mayor-title-block h3 {
    font-size: 24px;
  }

  .no-district-item {
    grid-template-columns: 36px minmax(0, 1fr) 64px;
  }

  .no-district-bar {
    display: none;
  }

  .no-repeat-head {
    display: none;
  }

  .no-repeat-item {
    grid-template-columns: 64px 72px minmax(0, 1fr);
    gap: 4px 10px;
  }

  .no-repeat-address,
  .no-repeat-date {
    grid-column: 3;
  }

  .no-loading-shell {
    gap: 18px;
    padding-top: 34px;
  }

  .no-loading-kicker-row {
    margin-bottom: 8px;
  }

  .no-loading-title {
    font-size: clamp(36px, 13vw, 64px);
  }

  .no-loading-copy {
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .no-loading-stage {
    min-height: min(42vh, 360px);
  }

  .no-loading-stage-rule.is-top {
    top: 18px;
  }

  .no-loading-stage-rule.is-bottom {
    bottom: 18px;
  }

  .no-loading-image-layer {
    height: min(26vh, 180px);
  }
}
