/* fillpropane.com — readable, boring, mobile-friendly. No framework. */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
  color: #1a1a1a;
  background: #f7f7f5;
}

a {
  color: #0b3d91;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:hover {
  color: #062a66;
}

a:focus-visible {
  outline: 2px solid #0b3d91;
  outline-offset: 2px;
}

.banner {
  background: #3d2e00;
  color: #fff8e0;
  text-align: center;
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.wrap {
  max-width: 46rem;
  margin: 0 auto;
  padding: 1.25rem 1rem 3rem;
}

.wrap-wide {
  max-width: 56rem;
}

header.page-header {
  margin: 1rem 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d0d0c8;
}

header.page-header h1 {
  margin: 0 0 0.4rem;
  font-size: 1.65rem;
  line-height: 1.25;
  font-weight: 700;
}

.lede {
  margin: 0;
  color: #333;
  font-size: 1.05rem;
}

.meta-line {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  color: #555;
}

nav.crumb {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

nav.crumb a {
  color: #444;
}

main h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.3;
  border-bottom: 1px solid #d8d8d0;
  padding-bottom: 0.35rem;
}

main h3 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.05rem;
}

main p,
main li {
  font-size: 1rem;
}

main ul,
main ol {
  padding-left: 1.35rem;
}

main li {
  margin-bottom: 0.4rem;
}

.note {
  background: #eef2f7;
  border-left: 3px solid #0b3d91;
  padding: 0.75rem 1rem;
  margin: 1rem 0;
  font-size: 0.95rem;
}

.home-card {
  background: #fff;
  border: 1px solid #d0d0c8;
  border-radius: 4px;
  padding: 1.25rem 1.35rem;
  margin: 1.5rem 0;
}

.home-card p {
  margin: 0 0 0.75rem;
}

.home-card .cta {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.55rem 0.9rem;
  background: #0b3d91;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.95rem;
}

.home-card .cta:hover {
  background: #062a66;
  color: #fff;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0;
  border: 1px solid #d0d0c8;
  background: #fff;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  min-width: 36rem;
}

th,
td {
  text-align: left;
  vertical-align: top;
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid #e2e2da;
}

th {
  background: #ecece6;
  font-weight: 650;
  white-space: nowrap;
}

tr:last-child td {
  border-bottom: none;
}

td.unknown {
  color: #6a4a00;
  font-style: italic;
}

.compare th:first-child,
.compare td:first-child {
  font-weight: 600;
  white-space: nowrap;
}

.sources ol {
  font-size: 0.9rem;
  word-break: break-word;
}

footer.site-footer {
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid #d0d0c8;
  font-size: 0.85rem;
  color: #555;
}

footer.site-footer p {
  margin: 0.35rem 0;
}

@media (max-width: 40rem) {
  header.page-header h1 {
    font-size: 1.35rem;
  }

  table {
    font-size: 0.85rem;
  }

  th,
  td {
    padding: 0.5rem 0.55rem;
  }
}

.filter-hint {
  font-size: 0.95rem;
  margin: 0.5rem 0 1.25rem;
  position: sticky;
  top: 0;
  background: #f7f7f5;
  padding: 0.4rem 0;
  z-index: 2;
}

.area-heading {
  margin: 1.75rem 0 0.75rem;
  font-size: 1.1rem;
  scroll-margin-top: 0.5rem;
}

.station-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  margin: 0 0 1.25rem;
}

@media (min-width: 44rem) {
  .station-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.station-card {
  background: #fff;
  border: 1px solid #d0d0c8;
  border-radius: 6px;
  padding: 0.9rem 1rem 1rem;
}

.station-card .card-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  margin-bottom: 0.35rem;
}

.chip {
  display: inline-block;
  background: #e8eef7;
  color: #0b3d91;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
}

.kind {
  font-size: 0.8rem;
  color: #555;
}

.station-name {
  margin: 0.15rem 0 0.25rem;
  font-size: 1.05rem;
  line-height: 1.3;
}

.station-card .addr {
  margin: 0 0 0.7rem;
  font-size: 0.95rem;
  color: #333;
}

.facts {
  margin: 0;
}

.fact {
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  gap: 0.35rem 0.6rem;
  padding: 0.4rem 0;
  border-top: 1px solid #eeeae0;
  font-size: 0.9rem;
}

.fact dt {
  font-weight: 650;
  color: #333;
}

.fact dd {
  margin: 0;
}

.card-links {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
}

.home-more {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #555;
}

table.compare {
  min-width: 0;
}

@media (max-width: 40rem) {
  .fact {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}

.city-nav {
  font-size: 0.82rem;
  line-height: 1.55;
  margin: 0 0 0.75rem;
  color: #555;
}

.city-nav-label {
  font-weight: 700;
  color: #333;
  margin-right: 0.35rem;
}

.city-nav a[aria-current="page"] {
  font-weight: 700;
  text-decoration: none;
  color: #1a1a1a;
}

.footer-links {
  margin: 0.5rem 0;
}

.city-directory {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem 1.75rem;
  margin: 0.85rem 0 0.25rem;
}

@media (min-width: 40rem) {
  .city-directory {
    grid-template-columns: 1fr 1fr;
  }
}

.city-directory .city-state {
  margin: 0;
}

.city-directory dt {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: #333;
  margin: 0 0 0.15rem;
}

.city-directory dd {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.city-directory a {
  font-weight: 500;
}

.station-card .addr {
  margin: 0 0 0.55rem;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 0.45rem;
}

.btn-call,
.btn-maps {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.4rem 0.95rem;
  border-radius: 4px;
  font-weight: 650;
  font-size: 0.95rem;
  text-decoration: none;
  box-sizing: border-box;
}

.btn-call {
  background: #0b3d91;
  color: #fff;
}

.btn-call:hover {
  background: #062a66;
  color: #fff;
}

.btn-maps {
  background: #fff;
  color: #0b3d91;
  border: 2px solid #0b3d91;
}

.btn-maps:hover {
  background: #e8eef7;
  color: #062a66;
}

.hours-line {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4;
}

.card-more {
  margin-top: 0.15rem;
}

.card-more > summary {
  cursor: pointer;
  font-weight: 650;
  font-size: 0.95rem;
  padding: 0.4rem 0;
  color: #0b3d91;
  list-style-position: outside;
}

.card-more > summary:hover {
  color: #062a66;
}

.hours-more {
  margin-top: 0.35rem;
  font-size: 0.9rem;
}

.hours-more summary {
  cursor: pointer;
  font-weight: 600;
}
