.hcfb-mp {
  --hcfb-navy: #073f79;
  --hcfb-blue: #2f6f8c;
  --hcfb-red: #e51f3f;
  --hcfb-ink: #18212b;
  --hcfb-muted: #5d6872;
  --hcfb-line: #d9e2e8;
  --hcfb-soft: #f4f7f9;
  --hcfb-warning: #fff2cc;
  --hcfb-danger-soft: #fff0f2;
  color: var(--hcfb-ink);
  font-family: inherit;
  max-width: 1200px;
  margin-inline: auto;
}
.hcfb-mp *, .hcfb-mp *::before, .hcfb-mp *::after { box-sizing: border-box; }
.hcfb-mp__intro { margin-bottom: 1.25rem; }
.hcfb-mp__eyebrow {
  margin: 0 0 .35rem;
  color: var(--hcfb-red);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hcfb-mp__heading { margin: 0; color: var(--hcfb-navy); font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.05; }
.hcfb-mp__summary { max-width: 65ch; color: var(--hcfb-muted); }
.hcfb-mp__summary--secondary { margin-top: .35rem; max-width: none; font-size: .95rem; }
.hcfb-mp__filters {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(160px, 1fr) minmax(180px, 1fr);
  gap: .85rem;
  padding: 1rem;
  margin-bottom: .75rem;
  background: var(--hcfb-soft);
  border: 1px solid var(--hcfb-line);
  border-radius: 16px;
}
.hcfb-mp__field { display: grid; gap: .35rem; }
.hcfb-mp__field span { color: var(--hcfb-navy); font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.hcfb-mp__field input, .hcfb-mp__field select {
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: .7rem .8rem;
  color: var(--hcfb-ink);
  background: #fff;
  border: 1px solid #b9c6cf;
  border-radius: 10px;
  font: inherit;
}
.hcfb-mp__field input:focus, .hcfb-mp__field select:focus, .hcfb-mp-button:focus, .hcfb-mp-card__details summary:focus {
  outline: 3px solid rgba(47,111,140,.28);
  outline-offset: 2px;
}
.hcfb-mp__count { margin: .75rem 0 1rem; color: var(--hcfb-muted); }
.hcfb-mp__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.hcfb-mp-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--hcfb-line);
  border-radius: 18px;
  box-shadow: 0 9px 28px rgba(16, 38, 56, .09);
}
.hcfb-mp-card[hidden] { display: none !important; }
.hcfb-mp-card__brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 1rem 1.1rem;
  color: #fff;
  background:
    radial-gradient(circle at 88% 15%, rgba(255,255,255,.16) 0 24px, transparent 25px),
    linear-gradient(135deg, var(--hcfb-navy), var(--hcfb-blue));
  border-left: 8px solid var(--hcfb-red);
}
.hcfb-mp-card__brand::after {
  content: "";
  position: absolute;
  inset: auto -45px -55px auto;
  width: 145px;
  height: 145px;
  border: 2px solid rgba(255,255,255,.13);
  border-radius: 50%;
}
.hcfb-mp-card__kicker { display: block; font-size: 1rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hcfb-mp-card__mini { display: block; margin-top: .2rem; font-size: .78rem; opacity: .84; }
.hcfb-mp-card__truck { position: relative; z-index: 1; width: 54px; flex: 0 0 54px; color: #fff; }
.hcfb-mp-card__body { padding: 1.1rem; }
.hcfb-mp-card__status {
  display: inline-flex;
  margin-bottom: .65rem;
  padding: .28rem .55rem;
  color: #8b1027;
  background: var(--hcfb-danger-soft);
  border: 1px solid #f2a9b7;
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.hcfb-mp-card--delayed .hcfb-mp-card__status, .hcfb-mp-card--changed .hcfb-mp-card__status { color: #6d5100; background: var(--hcfb-warning); border-color: #e6c96d; }
.hcfb-mp-card--closed, .hcfb-mp-card--canceled, .hcfb-mp-card--cancelled { border-color: #e9a5b2; }
.hcfb-mp-card__title { margin: 0; color: var(--hcfb-navy); font-size: clamp(1.35rem, 3vw, 1.8rem); line-height: 1.08; overflow-wrap: anywhere; }
.hcfb-mp-card__date { margin: .85rem 0 .12rem; color: var(--hcfb-ink); font-weight: 800; }
.hcfb-mp-card__time { margin: 0; color: var(--hcfb-muted); font-size: 1.05rem; }
.hcfb-mp-card__chips { display: flex; flex-wrap: wrap; gap: .4rem; margin: .9rem 0; }
.hcfb-mp-card__chips span { padding: .28rem .55rem; color: var(--hcfb-navy); background: #eaf2f7; border-radius: 999px; font-size: .78rem; font-weight: 750; }
.hcfb-mp-card__address { margin: .8rem 0; color: var(--hcfb-muted); line-height: 1.45; }
.hcfb-mp-card__details { margin: .8rem 0 0; border-top: 1px solid var(--hcfb-line); }
.hcfb-mp-card__details summary { padding: .8rem 0 .2rem; color: var(--hcfb-navy); cursor: pointer; font-weight: 800; }
.hcfb-mp-card__details p { margin: .5rem 0; color: var(--hcfb-muted); }
.hcfb-mp-card__actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }
.hcfb-mp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .68rem .95rem;
  color: #fff !important;
  background: var(--hcfb-red);
  border: 2px solid var(--hcfb-red);
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 850;
}
.hcfb-mp-button:hover { color: #fff !important; filter: brightness(.92); }
.hcfb-mp__empty { padding: 1.25rem; color: var(--hcfb-muted); background: var(--hcfb-soft); border: 1px dashed #aebbc5; border-radius: 14px; text-align: center; }
.hcfb-mp__updated { margin-top: 1rem; color: var(--hcfb-muted); font-size: .82rem; }
@media (max-width: 900px) {
  .hcfb-mp__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .hcfb-mp__filters, .hcfb-mp__grid { grid-template-columns: 1fr; }
  .hcfb-mp__filters { padding: .85rem; }
  .hcfb-mp-card__brand { min-height: 82px; }
}
@media (prefers-reduced-motion: no-preference) {
  .hcfb-mp-card { transition: transform .18s ease, box-shadow .18s ease; }
  .hcfb-mp-card:hover { transform: translateY(-2px); box-shadow: 0 13px 34px rgba(16,38,56,.13); }
}

/* List / map controls */
.hcfb-mp__viewbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin: .15rem 0 .5rem;
}
.hcfb-mp__viewtoggle {
  display: inline-flex;
  padding: 4px;
  background: var(--hcfb-soft);
  border: 1px solid var(--hcfb-line);
  border-radius: 12px;
}
.hcfb-mp__viewbutton,
.hcfb-mp__locate,
.hcfb-mp__print {
  min-height: 42px;
  margin: 0;
  padding: .55rem .9rem;
  color: var(--hcfb-navy);
  background: transparent;
  border: 0;
  border-radius: 9px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}
.hcfb-mp__viewbutton.is-active {
  color: #fff;
  background: var(--hcfb-navy);
  box-shadow: 0 3px 10px rgba(7,63,121,.2);
}
.hcfb-mp__locate,
.hcfb-mp__print {
  color: var(--hcfb-navy);
  background: #fff;
  border: 1px solid #9db1bf;
}
.hcfb-mp__viewbutton:focus,
.hcfb-mp__locate:focus,
.hcfb-mp__print:focus {
  outline: 3px solid rgba(47,111,140,.28);
  outline-offset: 2px;
}
.hcfb-mp__locate:disabled { cursor: not-allowed; opacity: .65; }
.hcfb-mp__grid[hidden],
.hcfb-mp__mapwrap[hidden] { display: none !important; }
.hcfb-mp__mapwrap {
  overflow: hidden;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid var(--hcfb-line);
  border-radius: 18px;
  box-shadow: 0 9px 28px rgba(16,38,56,.09);
}
.hcfb-mp__map {
  width: 100%;
  height: min(65vh, 650px);
  min-height: 440px;
  background: #e8eef2;
}
.hcfb-mp__mapnote {
  margin: 0;
  padding: .75rem 1rem;
  color: var(--hcfb-muted);
  background: var(--hcfb-soft);
  border-top: 1px solid var(--hcfb-line);
  font-size: .86rem;
}

/* Branded Leaflet pins without image assets. */
.hcfb-mp-map-pin-wrap { background: transparent; border: 0; }
.hcfb-mp-map-pin {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: var(--hcfb-red, #e51f3f);
  border: 4px solid #fff;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 5px 13px rgba(0,0,0,.28);
  transform: rotate(-45deg);
}
.hcfb-mp-map-pin::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 7px;
  left: 7px;
  background: #fff;
  border-radius: 50%;
}
.hcfb-mp-map-pin--alert { background: #f2a900; }
.hcfb-mp .marker-cluster-small div,
.hcfb-mp .marker-cluster-medium div,
.hcfb-mp .marker-cluster-large div {
  color: #fff;
  background: var(--hcfb-navy);
  font-weight: 850;
}
.hcfb-mp .marker-cluster-small,
.hcfb-mp .marker-cluster-medium,
.hcfb-mp .marker-cluster-large { background: rgba(7,63,121,.24); }
.hcfb-mp .leaflet-control-attribution { font-size: 10px; }
.hcfb-mp .leaflet-popup-content-wrapper { border-radius: 14px; }
.hcfb-mp .leaflet-popup-content { margin: 1rem; min-width: 220px; }
.hcfb-mp-map-popup__label {
  margin: 0 0 .3rem;
  color: var(--hcfb-red);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.hcfb-mp-map-popup h3 {
  margin: 0;
  color: var(--hcfb-navy);
  font-size: 1.18rem;
  line-height: 1.1;
}
.hcfb-mp-map-popup__address { margin: .45rem 0 .65rem; color: var(--hcfb-muted); line-height: 1.35; }
.hcfb-mp-map-popup ul { display: grid; gap: .45rem; margin: .5rem 0 .75rem; padding: 0; list-style: none; }
.hcfb-mp-map-popup li { display: grid; gap: .05rem; padding-top: .42rem; border-top: 1px solid var(--hcfb-line); }
.hcfb-mp-map-popup li span:not(.hcfb-mp-map-popup__status) { color: var(--hcfb-muted); }
.hcfb-mp-map-popup__status {
  width: max-content;
  margin-bottom: .12rem;
  padding: .12rem .35rem;
  color: #6d5100;
  background: var(--hcfb-warning);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 850;
  text-transform: uppercase;
}
.hcfb-mp-map-popup__more { color: var(--hcfb-muted); font-size: .82rem; }
.hcfb-mp-map-popup__button {
  display: inline-flex;
  padding: .58rem .78rem;
  color: #fff !important;
  background: var(--hcfb-red);
  border-radius: 9px;
  text-decoration: none !important;
  font-weight: 850;
}
.hcfb-mp-user-accuracy { stroke: var(--hcfb-blue); fill: var(--hcfb-blue); fill-opacity: .12; }
.hcfb-mp-user-marker { stroke: #fff; stroke-width: 3; fill: var(--hcfb-blue); }

@media (max-width: 680px) {
  .hcfb-mp__viewbar { align-items: stretch; }
  .hcfb-mp__viewtoggle { flex: 1; }
  .hcfb-mp__viewbutton { flex: 1; }
  .hcfb-mp__locate { white-space: nowrap; }
  .hcfb-mp__map { height: 62vh; min-height: 390px; }
}


/* Secondary controls and print-only schedule. */
.hcfb-mp__tools {
  display: flex;
  align-items: center;
  gap: .55rem;
}
.hcfb-mp__print {
  color: #fff;
  background: var(--hcfb-navy);
  border-color: var(--hcfb-navy);
}
.hcfb-mp__print:hover { filter: brightness(.94); }
.hcfb-mp__printview { display: none; }

@media (max-width: 680px) {
  .hcfb-mp__viewbar { flex-wrap: wrap; }
  .hcfb-mp__tools { width: 100%; }
  .hcfb-mp__tools > button { flex: 1; }
}

@media print {
  @page { margin: .5in; }
  body * { visibility: hidden !important; }
  .hcfb-mp__printview,
  .hcfb-mp__printview * { visibility: visible !important; }
  .hcfb-mp__printview {
    position: absolute;
    inset: 0 auto auto 0;
    display: block !important;
    width: 100%;
    color: #000;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
  }
  .hcfb-mp__printview h1 {
    margin: 0 0 6pt;
    font-size: 18pt;
    line-height: 1.15;
  }
  .hcfb-mp__printview > p {
    margin: 0 0 10pt;
    color: #222;
    font-size: 9pt;
  }
  .hcfb-mp__printview table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .hcfb-mp__printview th,
  .hcfb-mp__printview td {
    padding: 5pt 4pt;
    border: 1px solid #777;
    vertical-align: top;
    text-align: left;
    overflow-wrap: anywhere;
  }
  .hcfb-mp__printview th {
    background: #eee !important;
    font-weight: 700;
  }
  .hcfb-mp__printview th:nth-child(1),
  .hcfb-mp__printview td:nth-child(1) { width: 16%; }
  .hcfb-mp__printview th:nth-child(2),
  .hcfb-mp__printview td:nth-child(2) { width: 13%; }
  .hcfb-mp__printview th:nth-child(3),
  .hcfb-mp__printview td:nth-child(3) { width: 21%; }
  .hcfb-mp__printview th:nth-child(4),
  .hcfb-mp__printview td:nth-child(4) { width: 31%; }
  .hcfb-mp__printview th:nth-child(5),
  .hcfb-mp__printview td:nth-child(5) { width: 19%; }
  .hcfb-mp__printview tr { break-inside: avoid; page-break-inside: avoid; }
  .hcfb-mp__printview tr[hidden] { display: none !important; }
  .hcfb-mp__printfooter { margin-top: 8pt !important; }
}

/* v0.3.1: Theme-resistant typography and compact mobile layout.
 * The public site theme applies large paragraph/button styles globally, so the
 * component sets an explicit, consistent type scale inside its own namespace.
 */
@media screen {
  .hcfb-mp {
    font-size: 16px !important;
    line-height: 1.5 !important;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  .hcfb-mp__eyebrow {
    margin: 0 0 6px !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  .hcfb-mp__heading {
    margin: 0 !important;
    font-size: clamp(32px, 4vw, 46px) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
  }

  .hcfb-mp__summary {
    margin: 10px 0 0 !important;
    font-size: 20px !important;
    line-height: 1.45 !important;
  }

  .hcfb-mp__summary--secondary {
    margin-top: 10px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .hcfb-mp__field span {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  .hcfb-mp .hcfb-mp__field input,
  .hcfb-mp .hcfb-mp__field select {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .hcfb-mp button.hcfb-mp__viewbutton,
  .hcfb-mp button.hcfb-mp__locate,
  .hcfb-mp button.hcfb-mp__print {
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .hcfb-mp__count {
    margin: 16px 0 !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  .hcfb-mp__count strong {
    font-size: 24px !important;
    line-height: 1 !important;
  }

  .hcfb-mp-card__kicker {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .hcfb-mp-card__mini {
    margin-top: 4px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .hcfb-mp-card__status {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .hcfb-mp-card__title {
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
  }

  .hcfb-mp-card__date {
    margin: 12px 0 4px !important;
    font-size: 25px !important;
    line-height: 1.2 !important;
  }

  .hcfb-mp-card__time {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  .hcfb-mp-card__chips span {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .hcfb-mp-card__address {
    margin: 14px 0 !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  .hcfb-mp-card__details summary {
    padding: 12px 0 4px !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
  }

  .hcfb-mp-card__details p {
    margin: 8px 0 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .hcfb-mp a.hcfb-mp-button {
    min-height: 48px !important;
    padding: 11px 18px !important;
    font-family: inherit !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .hcfb-mp__updated,
  .hcfb-mp__mapnote {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
}

@media screen and (max-width: 680px) {
  .hcfb-mp {
    width: 100%;
    padding-inline: 0;
  }

  .hcfb-mp__intro {
    margin-bottom: 20px !important;
  }

  .hcfb-mp__heading {
    font-size: 29px !important;
    line-height: 1.12 !important;
  }

  .hcfb-mp__summary {
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  .hcfb-mp__summary--secondary {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .hcfb-mp__filters {
    gap: 14px !important;
    margin-bottom: 12px !important;
    padding: 16px !important;
    border-radius: 16px !important;
  }

  .hcfb-mp__field {
    gap: 7px !important;
  }

  .hcfb-mp__viewbar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 0 0 14px !important;
  }

  .hcfb-mp__viewtoggle {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    padding: 4px !important;
  }

  .hcfb-mp__tools {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 10px !important;
  }

  .hcfb-mp__count {
    margin: 18px 2px 14px !important;
    font-size: 19px !important;
  }

  .hcfb-mp__count strong {
    font-size: 23px !important;
  }

  .hcfb-mp__grid {
    gap: 14px !important;
  }

  .hcfb-mp-card {
    border-radius: 16px !important;
  }

  .hcfb-mp-card__brand {
    min-height: 76px !important;
    padding: 13px 16px !important;
    border-left-width: 6px !important;
  }

  .hcfb-mp-card__truck {
    width: 46px !important;
    flex-basis: 46px !important;
  }

  .hcfb-mp-card__body {
    padding: 16px !important;
  }

  .hcfb-mp-card__title {
    font-size: 21px !important;
  }

  .hcfb-mp-card__date {
    font-size: 24px !important;
  }

  .hcfb-mp-card__address {
    font-size: 17px !important;
  }

  .hcfb-mp-card__actions {
    margin-top: 14px !important;
  }

  .hcfb-mp a.hcfb-mp-button {
    width: 100% !important;
  }

  .hcfb-mp__map {
    min-height: 360px !important;
  }
}

/* Version 0.3.2: larger, consistent map-popup typography. */
.hcfb-mp .leaflet-popup-content-wrapper {
  border-radius: 16px !important;
}

.hcfb-mp .leaflet-popup-content {
  width: min(430px, 72vw) !important;
  min-width: 300px !important;
  margin: 20px !important;
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

.hcfb-mp .leaflet-popup-close-button {
  width: 40px !important;
  height: 40px !important;
  padding: 7px 8px 0 0 !important;
  font-size: 30px !important;
  line-height: 1 !important;
}

.hcfb-mp .hcfb-mp-map-popup,
.hcfb-mp .hcfb-mp-map-popup p,
.hcfb-mp .hcfb-mp-map-popup li,
.hcfb-mp .hcfb-mp-map-popup span,
.hcfb-mp .hcfb-mp-map-popup a {
  font-family: inherit !important;
}

.hcfb-mp .hcfb-mp-map-popup__label {
  margin: 0 0 8px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  letter-spacing: .08em !important;
}

.hcfb-mp .hcfb-mp-map-popup h3 {
  margin: 0 !important;
  padding-right: 26px !important;
  font-size: 21px !important;
  line-height: 1.25 !important;
}

.hcfb-mp .hcfb-mp-map-popup__address {
  margin: 10px 0 16px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.hcfb-mp .hcfb-mp-map-popup ul {
  gap: 0 !important;
  margin: 12px 0 16px !important;
}

.hcfb-mp .hcfb-mp-map-popup li {
  gap: 7px !important;
  padding: 14px 0 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

.hcfb-mp .hcfb-mp-map-popup li strong {
  font-size: 16px !important;
  line-height: 1.35 !important;
}

.hcfb-mp .hcfb-mp-map-popup li span:not(.hcfb-mp-map-popup__status) {
  font-size: 15px !important;
  line-height: 1.4 !important;
}

.hcfb-mp .hcfb-mp-map-popup__status {
  padding: 4px 8px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.hcfb-mp .hcfb-mp-map-popup__more {
  margin: 10px 0 14px !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.hcfb-mp .hcfb-mp-map-popup__button {
  min-height: 44px !important;
  padding: 11px 16px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
}

@media screen and (max-width: 680px) {
  .hcfb-mp .leaflet-popup-content {
    width: min(330px, 74vw) !important;
    min-width: 250px !important;
    margin: 17px !important;
  }

  .hcfb-mp .hcfb-mp-map-popup h3 {
    font-size: 19px !important;
  }

  .hcfb-mp .hcfb-mp-map-popup li,
  .hcfb-mp .hcfb-mp-map-popup li strong {
    font-size: 15px !important;
  }

  .hcfb-mp .hcfb-mp-map-popup__address,
  .hcfb-mp .hcfb-mp-map-popup li span:not(.hcfb-mp-map-popup__status) {
    font-size: 14px !important;
  }
}

/* Version 0.3.4: frequency in card header; notes-only details. */
.hcfb-mp-card__brand-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hcfb-mp-card__frequency {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: .55rem;
  padding: .3rem .62rem;
  color: #fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: .02em;
}

@media screen and (max-width: 680px) {
  .hcfb-mp-card__frequency {
    margin-top: 7px !important;
    padding: 5px 9px !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
  }
}

/* Version 0.3.5: accessible client-side pagination for the list view. */
.hcfb-mp__pagination {
  display: grid;
  grid-template-columns: minmax(120px, auto) 1fr minmax(120px, auto);
  align-items: center;
  gap: 18px;
  margin: 26px 0 0;
  padding: 16px 18px;
  border: 1px solid #cfdde7;
  border-radius: 16px;
  background: #f4f8fb;
}

.hcfb-mp__pagination[hidden] {
  display: none !important;
}

.hcfb-mp__pagebutton {
  min-height: 48px;
  margin: 0 !important;
  padding: 11px 20px !important;
  color: #fff !important;
  background: #06467f !important;
  border: 2px solid #06467f !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  cursor: pointer;
}

.hcfb-mp__pagebutton:hover,
.hcfb-mp__pagebutton:focus-visible {
  color: #06467f !important;
  background: #fff !important;
  outline: 3px solid rgba(6, 70, 127, .22) !important;
  outline-offset: 2px !important;
}

.hcfb-mp__pagebutton:disabled {
  color: #61707c !important;
  background: #e4ebf0 !important;
  border-color: #d3dde4 !important;
  cursor: not-allowed;
  opacity: 1 !important;
}

.hcfb-mp__pagestatus {
  margin: 0 !important;
  color: #4f5f6c !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

@media screen and (max-width: 680px) {
  .hcfb-mp__pagination {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
    padding: 14px;
  }

  .hcfb-mp__pagestatus {
    grid-column: 1 / -1;
    grid-row: 1;
    font-size: 15px !important;
  }

  .hcfb-mp__pagebutton {
    width: 100% !important;
    min-width: 0 !important;
    font-size: 16px !important;
  }
}


/* Version 0.4.0: final visitor-experience polish. */
@media screen {
  .hcfb-mp__filters {
    grid-template-columns: minmax(260px, 2fr) repeat(3, minmax(150px, 1fr));
  }

  .hcfb-mp__datefilters {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    padding-top: 2px;
  }

  .hcfb-mp__datefilters-label {
    margin-right: 3px;
    color: var(--hcfb-navy);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .hcfb-mp__dateoptions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }

  .hcfb-mp__datebutton,
  .hcfb-mp__clear,
  .hcfb-mp__share {
    min-height: 42px;
    margin: 0 !important;
    padding: 8px 13px !important;
    color: var(--hcfb-navy) !important;
    background: #fff !important;
    border: 1px solid #9db1bf !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    cursor: pointer;
  }

  .hcfb-mp__datebutton.is-active {
    color: #fff !important;
    background: var(--hcfb-navy) !important;
    border-color: var(--hcfb-navy) !important;
  }

  .hcfb-mp__clear {
    margin-left: auto !important;
    color: #8b1027 !important;
    border-color: #dfa2ad !important;
  }

  .hcfb-mp__datebutton:hover,
  .hcfb-mp__datebutton:focus-visible,
  .hcfb-mp__clear:hover,
  .hcfb-mp__clear:focus-visible,
  .hcfb-mp__share:hover,
  .hcfb-mp__share:focus-visible {
    outline: 3px solid rgba(47,111,140,.22) !important;
    outline-offset: 2px !important;
  }

  .hcfb-mp__tools {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .hcfb-mp__share {
    color: var(--hcfb-navy) !important;
  }

  .hcfb-mp__toolstatus {
    margin: 6px 0 12px !important;
    padding: 10px 13px !important;
    color: #314454 !important;
    background: #edf5fa !important;
    border-left: 4px solid var(--hcfb-blue) !important;
    border-radius: 7px !important;
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .hcfb-mp__toolstatus[hidden] {
    display: none !important;
  }

  .hcfb-mp-card__distance {
    color: #1e6038 !important;
    background: #e6f5eb !important;
  }

  .hcfb-mp-card__actions {
    align-items: stretch;
  }

  .hcfb-mp .hcfb-mp-button {
    flex: 1 1 150px;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 11px 16px !important;
    border-radius: 11px !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    cursor: pointer;
  }

  .hcfb-mp .hcfb-mp-button--secondary {
    color: var(--hcfb-navy) !important;
    background: #fff !important;
    border: 2px solid var(--hcfb-navy) !important;
  }

  .hcfb-mp .hcfb-mp-button--secondary:hover,
  .hcfb-mp .hcfb-mp-button--secondary:focus-visible {
    color: #fff !important;
    background: var(--hcfb-navy) !important;
    filter: none !important;
    outline: 3px solid rgba(47,111,140,.22) !important;
    outline-offset: 2px !important;
  }
}

@media screen and (max-width: 1050px) {
  .hcfb-mp__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hcfb-mp__field--search {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 680px) {
  .hcfb-mp__filters {
    grid-template-columns: 1fr !important;
  }

  .hcfb-mp__field--search {
    grid-column: auto;
  }

  .hcfb-mp__datefilters {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hcfb-mp__dateoptions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hcfb-mp__datebutton,
  .hcfb-mp__clear {
    width: 100% !important;
    min-width: 0 !important;
  }

  .hcfb-mp__clear {
    margin-left: 0 !important;
  }

  .hcfb-mp__tools {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hcfb-mp__tools > button {
    width: 100% !important;
    min-width: 0 !important;
  }

  .hcfb-mp__share {
    grid-column: 1 / -1;
  }

  .hcfb-mp .hcfb-mp-button {
    width: 100% !important;
    flex-basis: 100% !important;
  }
}
