/* Location and brand pages share the publisher palette and editorial typography. */
.geo-location-page {
  --geo-muted-bg: #f5f7f6;
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  color: var(--pp-shell-text);
}
html.dark .geo-location-page { --geo-muted-bg: #17211f; }
/* Override the base template's important body colour rules. */
html:not(.dark) body.geo-location-page, html.dark body.geo-location-page { background: var(--pp-shell-bg) !important; color: var(--pp-shell-text) !important; font-family: 'DM Sans', 'Inter', system-ui, sans-serif; }
:is(#geo-location, #brand-prices, #station-prices) { max-width: 1150px; padding: 32px 24px 72px; }
:is(#geo-location, #brand-prices, #station-prices) .ff-geo-content { overflow-wrap: anywhere; }
:is(#geo-location, #brand-prices, #station-prices) p { line-height: 1.65; text-wrap: pretty; }
:is(#geo-location, #brand-prices, #station-prices) a:not(.geo-button) { color: var(--pp-shell-accent); text-underline-offset: 3px; }
:is(#geo-location, #brand-prices, #station-prices) a:hover { text-decoration: underline; }
:is(#geo-location, #brand-prices, #station-prices) :is(a, summary, [tabindex]):focus-visible { outline: 3px solid #f0b429; outline-offset: 4px; }
:is(#geo-location, #brand-prices, #station-prices) [class*="text-gray-"],
:is(#geo-location, #brand-prices, #station-prices) [class*="text-green-"] { color: var(--pp-shell-muted); }
:is(#geo-location, #brand-prices, #station-prices) nav { font-size: .82rem; line-height: 1.8; }
:is(#geo-location, #brand-prices, #station-prices) .geo-intro { padding: 24px 0 32px; }
:is(#geo-location, #brand-prices, #station-prices) h1 { max-width: 850px; font-size: clamp(2rem, 4.2vw, 3.5rem); font-weight: 650; line-height: 1.08; letter-spacing: -.045em; text-wrap: pretty; }
:is(#geo-location, #brand-prices, #station-prices) .geo-lede { max-width: 680px; margin: 25px 0 0; color: var(--pp-shell-muted); font-size: clamp(1.08rem, 1.7vw, 1.25rem); }
:is(#geo-location, #brand-prices, #station-prices) .geo-intro > div { margin-top: 31px; align-items: center; gap: 18px 24px; }
:is(#geo-location, #brand-prices, #station-prices) .geo-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 17px; border: 1px solid transparent; border-radius: 6px; font-size: .9rem; font-weight: 700; color: #fff; background: #06645f; text-decoration: none; }
:is(#geo-location, #brand-prices, #station-prices) .geo-button:hover { background: #044e4a; }
html.dark :is(#geo-location, #brand-prices, #station-prices) .geo-button { color: #102a28; background: var(--pp-shell-accent); }
html.dark :is(#geo-location, #brand-prices, #station-prices) .geo-button:hover { background: #8ce9e1; }
:is(#geo-location, #brand-prices, #station-prices) .geo-text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: .9rem; font-weight: 700; }
:is(#geo-location, #brand-prices, #station-prices) .geo-sections > section { padding: 44px 0; border-top: 1px solid var(--pp-shell-line); }
:is(#geo-location, #brand-prices, #station-prices) h2 { margin: 0 0 22px; font-size: clamp(1.7rem, 3.5vw, 2.5rem); line-height: 1.12; font-weight: 650; letter-spacing: -.035em; text-wrap: pretty; }
:is(#geo-location, #brand-prices, #station-prices) h3 { color: var(--pp-shell-text); }
:is(#geo-location, #brand-prices, #station-prices) .geo-price-highlight { margin: 24px 0; padding: 18px 22px; border-top: 3px solid var(--pp-shell-accent); background: var(--geo-muted-bg); }
:is(#geo-location, #brand-prices, #station-prices) .geo-price-highlight p { color: var(--pp-shell-text); }
:is(#geo-location, #brand-prices, #station-prices) .geo-fuel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--pp-shell-line); }
:is(#geo-location, #brand-prices, #station-prices) .geo-fuel-stat { padding: 24px 24px 24px 0; border-bottom: 1px solid var(--pp-shell-line); }
:is(#geo-location, #brand-prices, #station-prices) .geo-fuel-stat:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--pp-shell-line); }
:is(#geo-location, #brand-prices, #station-prices) .geo-fuel-stat li { line-height: 1.8; }
:is(#geo-location, #brand-prices, #station-prices) .geo-fuel-stat strong { color: var(--pp-shell-text); font-size: 1.2rem; font-variant-numeric: tabular-nums; }
:is(#geo-location, #brand-prices, #station-prices) .geo-location-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
:is(#geo-location, #brand-prices, #station-prices) .geo-location-links li { padding: 15px 0; border-bottom: 1px solid var(--pp-shell-line); }
:is(#geo-location, #brand-prices, #station-prices) .geo-location-links a { display: inline-block; padding: 5px 0; font-weight: 600; }
:is(#geo-location, #brand-prices, #station-prices) details { border: 0; border-bottom: 1px solid var(--pp-shell-line); border-radius: 0; padding: 20px 0; }
:is(#geo-location, #brand-prices, #station-prices) section[aria-label="Location insight"] details { border-bottom: 0; padding: 0; }
:is(#geo-location, #brand-prices, #station-prices) summary { cursor: pointer; color: var(--pp-shell-text); font-weight: 600; line-height: 1.6; }
:is(#geo-location, #brand-prices, #station-prices) .prose { color: var(--pp-shell-muted); max-width: 75ch; }
:is(#geo-location, #brand-prices, #station-prices) .geo-sections > .geo-map-cta { padding: 32px; background: var(--pp-shell-contact); color: #f3f7f6; border: 0; border-radius: 0; }
:is(#geo-location, #brand-prices, #station-prices) .geo-map-cta p { color: #bdcac7; }
:is(#geo-location, #brand-prices, #station-prices) .geo-map-cta a:not(.geo-button) { color: #8bd9d2; }
:is(#geo-location, #brand-prices, #station-prices) .geo-map-cta .geo-button { color: #12312f; background: #f3f7f6; }
:is(#geo-location, #brand-prices, #station-prices) .geo-map-cta .geo-button:hover { background: #dce8e5; }
:is(#geo-location, #brand-prices, #station-prices) [id] { scroll-margin-top: 90px; }
:is(#geo-location, #brand-prices, #station-prices) .geo-trust { margin-top: 12px; font-size: .8rem; color: var(--pp-shell-muted); }
:is(#geo-location, #brand-prices, #station-prices) .geo-section-nav { display: flex; flex-wrap: wrap; gap: 8px 24px; border-top: 1px solid var(--pp-shell-line); padding: 8px 0; }
:is(#geo-location, #brand-prices, #station-prices) .geo-section-nav a { padding: 10px 0; font-weight: 600; }
:is(#geo-location, #brand-prices, #station-prices) .geo-section-heading { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
:is(#geo-location, #brand-prices, #station-prices) .geo-section-heading h2 { margin-bottom: 0; }
:is(#geo-location, #brand-prices, #station-prices) .geo-section-heading > a { flex-shrink: 0; }
:is(#geo-location, #brand-prices, #station-prices) .geo-fuel-picker { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 24px; }
:is(#geo-location, #brand-prices, #station-prices) .geo-fuel-picker a { display: flex; justify-content: center; align-items: center; padding: 12px; min-height: 48px; color: var(--pp-shell-text); background: var(--geo-muted-bg); border: 1px solid var(--pp-shell-line); border-radius: 8px; font-size: .8rem; font-weight: 700; text-align: center; text-decoration: none; }
:is(#geo-location, #brand-prices, #station-prices) .geo-fuel-picker a:hover { border-color: var(--pp-shell-accent); }
:is(#geo-location, #brand-prices, #station-prices) .geo-fuel-picker a[aria-current] { background: #06645f; color: #fff; border-color: #06645f; }
html.dark :is(#geo-location, #brand-prices, #station-prices) .geo-fuel-picker a[aria-current] { background: var(--pp-shell-accent); color: #102a28; border-color: var(--pp-shell-accent); }
:is(#geo-location, #brand-prices, #station-prices) .geo-summary-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding: 24px 0; margin: 0; }
:is(#geo-location, #brand-prices, #station-prices) .geo-summary-stats > div + div { border-left: 1px solid var(--pp-shell-line); padding-left: 24px; }
:is(#geo-location, #brand-prices, #station-prices) .geo-summary-stats dt { color: var(--pp-shell-muted); font-size: .78rem; }
:is(#geo-location, #brand-prices, #station-prices) .geo-summary-stats dd { margin: 6px 0 0; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: -.035em; }
:is(#geo-location, #brand-prices, #station-prices) .geo-summary-stats dd span { display: block; font-size: .7rem; font-weight: 400; letter-spacing: 0; color: var(--pp-shell-muted); }
:is(#geo-location, #brand-prices, #station-prices) .geo-summary-stats > div:first-child dd { color: var(--pp-shell-accent); }
:is(#geo-location, #brand-prices, #station-prices) .geo-results-heading { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; padding-top: 20px; border-top: 1px solid var(--pp-shell-line); }
:is(#geo-location, #brand-prices, #station-prices) .geo-fuel-picker + .geo-results-heading { margin-top: 24px; }
:is(#geo-location, #brand-prices, #station-prices) .geo-results-heading h3 { font-weight: 700; }
:is(#geo-location, #brand-prices, #station-prices) .geo-results-heading span, :is(#geo-location, #brand-prices, #station-prices) .geo-results-note { font-size: .78rem; color: var(--pp-shell-muted); }
:is(#geo-location, #brand-prices, #station-prices) .geo-results-note { margin: 8px 0 16px; }
:is(#geo-location, #brand-prices, #station-prices) .geo-station-list { margin: 0; padding: 0; list-style: none; }
:is(#geo-location, #brand-prices, #station-prices) .geo-station-row { display: grid; grid-template-columns: minmax(0, 1fr) 125px auto; gap: 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--pp-shell-line); }
:is(#geo-location, #brand-prices, #station-prices) .geo-station-info h4 { font-size: 1rem; font-weight: 700; line-height: 1.4; }
:is(#geo-location, #brand-prices, #station-prices) .geo-station-info h4 a { color: var(--pp-shell-text); }
:is(#geo-location, #brand-prices, #station-prices) .geo-station-info p { margin-top: 6px; color: var(--pp-shell-muted); font-size: .78rem; }
:is(#geo-location, #brand-prices, #station-prices) .geo-station-price { text-align: right; }
:is(#geo-location, #brand-prices, #station-prices) .geo-station-price strong { display: block; font-size: 1.6rem; line-height: 1.1; font-variant-numeric: tabular-nums; letter-spacing: -.04em; }
:is(#geo-location, #brand-prices, #station-prices) .geo-station-price strong span { font-size: .95rem; }
:is(#geo-location, #brand-prices, #station-prices) .geo-station-price > span { display: block; margin-top: 4px; font-size: .68rem; color: var(--pp-shell-muted); }
:is(#geo-location, #brand-prices, #station-prices) .geo-station-price .geo-lowest-label { color: var(--pp-shell-accent); font-weight: 700; }
:is(#geo-location, #brand-prices, #station-prices) .geo-station-action { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 12px; border: 1px solid var(--pp-shell-line); border-radius: 6px; font-size: .78rem; font-weight: 700; }
:is(#geo-location, #brand-prices, #station-prices) .geo-station-action:hover { background: var(--geo-muted-bg); }
:is(#geo-location, #brand-prices, #station-prices) .geo-results-footer { margin-top: 24px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
:is(#geo-location, #brand-prices, #station-prices) .geo-results-footer p { max-width: 470px; color: var(--pp-shell-muted); font-size: .78rem; }
:is(#geo-location, #brand-prices, #station-prices) .geo-results-footer .geo-button { flex-shrink: 0; }
:is(#geo-location, #brand-prices, #station-prices) .geo-empty-state { margin-top: 20px; padding: 24px; border: 1px solid var(--pp-shell-line); border-radius: 8px; background: var(--geo-muted-bg); }
:is(#geo-location, #brand-prices, #station-prices) .geo-empty-state h4 { font-weight: 700; }
:is(#geo-location, #brand-prices, #station-prices) .geo-empty-state p { margin: 10px 0 18px; color: var(--pp-shell-muted); }
@media (max-width: 900px) {
  :is(#geo-location, #brand-prices, #station-prices) .geo-fuel-picker { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  :is(#geo-location, #brand-prices, #station-prices) .geo-station-row { grid-template-columns: minmax(0, 1fr) 110px; gap: 8px 16px; }
  :is(#geo-location, #brand-prices, #station-prices) .geo-station-action { grid-column: 1; justify-self: start; }
  :is(#geo-location, #brand-prices, #station-prices) .geo-station-price { grid-column: 2; grid-row: 1 / span 2; }
  :is(#geo-location, #brand-prices, #station-prices) .geo-results-footer { flex-direction: column; align-items: stretch; gap: 16px; }
}
@media (min-width: 1024px) { :is(#geo-location, #brand-prices, #station-prices).ff-geo-page-shell--ads { max-width: 80rem; } }
@media (min-width: 1440px) { :is(#geo-location, #brand-prices, #station-prices).ff-geo-page-shell--ads { max-width: 96rem; } }
@media (max-width: 680px) {
  :is(#geo-location, #brand-prices, #station-prices) { padding: 24px 16px 48px; }
  :is(#geo-location, #brand-prices, #station-prices) .geo-intro { padding: 28px 0 36px; }
  :is(#geo-location, #brand-prices, #station-prices) .geo-button { width: 100%; text-align: center; }
  :is(#geo-location, #brand-prices, #station-prices) .geo-sections > section { padding: 32px 0; }
  :is(#geo-location, #brand-prices, #station-prices) .geo-fuel-grid, :is(#geo-location, #brand-prices, #station-prices) .geo-location-links { grid-template-columns: 1fr; }
  :is(#geo-location, #brand-prices, #station-prices) .geo-fuel-stat, :is(#geo-location, #brand-prices, #station-prices) .geo-fuel-stat:nth-child(even) { padding: 20px 0; border-left: 0; }
  :is(#geo-location, #brand-prices, #station-prices) .geo-sections > .geo-map-cta { padding: 24px 20px; }
  :is(#geo-location, #brand-prices, #station-prices) .geo-section-heading { display: block; }
  :is(#geo-location, #brand-prices, #station-prices) .geo-section-heading > a { margin-top: 6px; }
  :is(#geo-location, #brand-prices, #station-prices) .geo-summary-stats { gap: 10px; }
  :is(#geo-location, #brand-prices, #station-prices) .geo-summary-stats > div + div { padding-left: 10px; }
  :is(#geo-location, #brand-prices, #station-prices) .geo-section-nav { gap: 4px 16px; }
}
