/* FuelDash R370 — Tankbuch statistics: spending first, readable on small screens. */

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-statistics {
  display: grid !important;
  gap: 16px !important;
  width: 100% !important;
  min-width: 0 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-statistics :is(.fd-statistics-period, .fd-statistics-map-section) {
  box-sizing: border-box !important;
  display: grid !important;
  gap: 14px !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-statistics .fd-statistics-period__head {
  display: grid !important;
  align-items: start !important;
  gap: 12px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-statistics :is(.fd-statistics-period__head h2, .fd-statistics-map-section__head h2) {
  margin: 0 !important;
  color: var(--fd-r251-text, #f5f5f7) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: -.02em !important;
  line-height: 1.15 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-statistics :is(.fd-statistics-period__head small, .fd-statistics-map-section__head small, .fd-statistics-highlights-wrap header small, .fd-statistics-map-unmapped > small) {
  color: var(--fd-r251-red, #ff3b30) !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: .14em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-statistics .fd-statistics-pickers {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  min-width: 0 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-statistics .fd-statistics-picker {
  display: grid !important;
  gap: 5px !important;
  min-width: 0 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-statistics .fd-statistics-picker > span:first-child,
html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-map-scope > span:first-child {
  color: var(--fd-r251-muted, #92929a) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-statistics .fd-statistics-picker__control {
  position: relative !important;
  display: block !important;
  min-width: 0 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-statistics .fd-statistics-picker__control::after {
  position: absolute !important;
  top: 50% !important;
  right: 12px !important;
  width: 7px !important;
  height: 7px !important;
  border-right: 1.5px solid var(--fd-r251-muted, #92929a) !important;
  border-bottom: 1.5px solid var(--fd-r251-muted, #92929a) !important;
  content: "" !important;
  pointer-events: none !important;
  transform: translateY(-65%) rotate(45deg) !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-statistics :is(.fd-statistics-picker select, .fd-statistics-map-scope select) {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 40px !important;
  padding: 9px 30px 9px 11px !important;
  border: 1px solid var(--fd-r251-border-strong, #2a2a2e) !important;
  border-radius: var(--fd-r251-radius-control, 13px) !important;
  background: var(--fd-r251-control, #080808) !important;
  color: var(--fd-r251-text, #f5f5f7) !important;
  -webkit-text-fill-color: var(--fd-r251-text, #f5f5f7) !important;
  color-scheme: dark !important;
  font: inherit !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-statistics :is(.fd-statistics-picker select, .fd-statistics-map-scope select):focus {
  border-color: var(--fd-r251-red, #ff3b30) !important;
  outline: 0 !important;
  box-shadow: inset 0 0 0 1px var(--fd-r251-red, #ff3b30) !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-hero {
  display: grid !important;
  gap: 3px !important;
  margin: 0 !important;
  padding: 15px !important;
  border: 1px solid var(--fd-r251-border-strong, #2a2a2e) !important;
  border-radius: var(--fd-r251-radius-tile, 14px) !important;
  background: var(--fd-r251-control, #080808) !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-hero > small {
  color: var(--fd-r251-muted, #92929a) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-hero > strong {
  color: var(--fd-r251-text, #f5f5f7) !important;
  font-size: clamp(28px, 8vw, 38px) !important;
  font-weight: 600 !important;
  letter-spacing: -.04em !important;
  line-height: 1 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-comparison {
  color: var(--fd-r251-muted, #92929a) !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-comparison.is-up {
  color: #ff8b84 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-comparison.is-down {
  color: var(--fd-positive, #30d158) !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-context {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-context article {
  display: grid !important;
  gap: 5px !important;
  min-width: 0 !important;
  padding: 11px 10px !important;
  border: 1px solid var(--fd-r251-border, #1e1e1e) !important;
  border-radius: var(--fd-r251-radius-tile, 14px) !important;
  background: var(--fd-r251-card, #0c0c0c) !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-context small,
html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-highlights small {
  overflow: hidden !important;
  color: var(--fd-r251-muted, #92929a) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-context strong {
  overflow: hidden !important;
  color: var(--fd-r251-text, #f5f5f7) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-chart {
  display: grid !important;
  gap: 9px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 13px !important;
  border: 1px solid var(--fd-r251-border, #1e1e1e) !important;
  border-radius: var(--fd-r251-radius-tile, 14px) !important;
  background: var(--fd-r251-card, #0c0c0c) !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-chart figcaption {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 8px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-chart figcaption strong {
  color: var(--fd-r251-text, #f5f5f7) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-chart figcaption span {
  color: var(--fd-r251-muted, #92929a) !important;
  font-size: 10px !important;
  text-align: right !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-bars {
  display: flex !important;
  align-items: end !important;
  gap: 5px !important;
  min-width: 0 !important;
  height: 142px !important;
  padding: 0 2px !important;
  border-bottom: 1px solid var(--fd-r251-border-strong, #2a2a2e) !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-bar {
  display: flex !important;
  flex: 1 1 0 !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: end !important;
  gap: 6px !important;
  align-self: stretch !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--fd-r251-muted, #92929a) !important;
  font: inherit !important;
  cursor: pointer !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-bar__fill {
  display: block !important;
  width: 100% !important;
  height: var(--fd-statistics-bar-height, 0%) !important;
  min-height: 0 !important;
  border-radius: 6px 6px 2px 2px !important;
  background: #4c4c52 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-bar.is-peak .fd-statistics-bar__fill,
html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-bar:focus-visible .fd-statistics-bar__fill {
  background: var(--fd-r251-red, #ff3b30) !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-bar small {
  overflow: hidden !important;
  color: var(--fd-r251-muted, #92929a) !important;
  font-size: 9px !important;
  line-height: 1 !important;
  text-overflow: ellipsis !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-chart--price svg {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 138px !important;
  overflow: visible !important;
  color: var(--fd-r251-red, #ff3b30) !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-price-explanation {
  display: grid !important;
  gap: 3px !important;
  color: var(--fd-r251-muted, #92929a) !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-price-explanation strong {
  color: var(--fd-r251-text, #f5f5f7) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-price-plot {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 7px !important;
  min-width: 0 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-price-y-axis {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding: 7px 0 21px !important;
  color: var(--fd-r251-muted, #92929a) !important;
  font-size: 9px !important;
  line-height: 1 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-price-plot-main {
  display: grid !important;
  min-width: 0 !important;
  gap: 2px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-price-x-axis {
  display: flex !important;
  justify-content: space-between !important;
  gap: 8px !important;
  color: var(--fd-r251-muted, #92929a) !important;
  font-size: 9px !important;
  line-height: 1 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-chart--price svg line {
  stroke: var(--fd-r251-border-strong, #2a2a2e) !important;
  stroke-width: 1 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-chart--price svg circle {
  fill: var(--fd-r251-red, #ff3b30) !important;
  stroke: var(--fd-r251-card, #0c0c0c) !important;
  stroke-width: 2 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-sr-list {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-highlights-wrap {
  display: grid !important;
  gap: 9px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-highlights-wrap header {
  display: grid !important;
  gap: 4px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-highlights-wrap h3 {
  margin: 0 !important;
  color: var(--fd-r251-text, #f5f5f7) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-highlights {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-highlights article {
  display: grid !important;
  gap: 5px !important;
  min-width: 0 !important;
  padding: 11px 10px !important;
  border: 1px solid var(--fd-r251-border, #1e1e1e) !important;
  border-radius: var(--fd-r251-radius-tile, 14px) !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-highlights strong {
  overflow: hidden !important;
  color: var(--fd-r251-text, #f5f5f7) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-highlights article > span {
  overflow: hidden !important;
  color: var(--fd-r251-muted, #92929a) !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-empty {
  margin: 0 !important;
  color: var(--fd-r251-muted, #92929a) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-map-section__head {
  display: flex !important;
  align-items: start !important;
  justify-content: space-between !important;
  gap: 10px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-map-scope {
  display: grid !important;
  flex: 0 0 112px !important;
  gap: 5px !important;
  min-width: 112px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-map-scope .fd-statistics-picker__control {
  position: relative !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-map {
  position: relative !important;
  min-height: 214px !important;
  overflow: hidden !important;
  border: 1px solid var(--fd-r251-border-strong, #2a2a2e) !important;
  border-radius: var(--fd-r251-radius-tile, 14px) !important;
  background: #080808 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-map-message {
  display: grid !important;
  min-height: 214px !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 22px !important;
  color: var(--fd-r251-muted, #92929a) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-map .leaflet-container {
  min-height: 214px !important;
  background: #111113 !important;
  font: inherit !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-map-marker-icon {
  width: 84px !important;
  height: 42px !important;
  border: 0 !important;
  background: transparent !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-map-marker {
  position: relative !important;
  display: grid !important;
  width: 84px !important;
  height: 42px !important;
  place-content: center !important;
  gap: 1px !important;
  padding: 4px 8px 9px !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 11px !important;
  background: var(--fd-r251-red, #ff3b30) !important;
  color: #fff !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .42) !important;
  font: inherit !important;
  cursor: pointer !important;
  transform: translateY(-1px) !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-map-marker::after {
  position: absolute !important;
  bottom: -7px !important;
  left: 50% !important;
  width: 12px !important;
  height: 12px !important;
  background: var(--fd-r251-red, #ff3b30) !important;
  content: "" !important;
  transform: translateX(-50%) rotate(45deg) !important;
  z-index: -1 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-map-marker span {
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-map-marker small {
  color: rgba(255, 255, 255, .78) !important;
  font-size: 9px !important;
  line-height: 1 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-map-list {
  display: grid !important;
  gap: 8px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-map-unmapped {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
  padding-top: 2px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-map-unmapped ul {
  display: grid !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-map-unmapped li {
  display: grid !important;
  min-width: 0 !important;
  padding: 9px 10px !important;
  border: 1px solid var(--fd-r251-border, #1e1e1e) !important;
  border-radius: 10px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-map-unmapped li span {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-map-unmapped li strong {
  overflow: hidden !important;
  color: var(--fd-r251-text, #f5f5f7) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-statistics-map-unmapped li small {
  color: var(--fd-r251-muted, #92929a) !important;
  font-size: 10px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-map-popup {
  display: grid !important;
  width: 164px !important;
  min-width: 0 !important;
  max-width: 164px !important;
  gap: 5px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .leaflet-popup.fd-tankbook-map-popup-host .leaflet-popup-content-wrapper {
  box-sizing: border-box !important;
  min-width: 0 !important;
  max-width: 184px !important;
  padding: 8px 10px !important;
  border: 1px solid var(--fd-r251-red, #ff3b30) !important;
  border-radius: 12px !important;
  background: #0b0b0d !important;
  color: var(--fd-r251-text, #f5f5f7) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .38) !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .leaflet-popup.fd-tankbook-map-popup-host .leaflet-popup-content {
  width: 164px !important;
  min-width: 0 !important;
  max-width: 164px !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .leaflet-popup.fd-tankbook-map-popup-host .leaflet-popup-tip {
  width: 12px !important;
  height: 12px !important;
  border: 1px solid var(--fd-r251-red, #ff3b30) !important;
  background: #0b0b0d !important;
  box-shadow: none !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-map-popup strong {
  color: var(--fd-r251-text, #f5f5f7) !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-map-popup > small {
  color: var(--fd-r251-muted, #92929a) !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-map-popup dl {
  display: grid !important;
  gap: 3px !important;
  margin: 0 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-map-popup dl div {
  display: flex !important;
  justify-content: space-between !important;
  gap: 8px !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-map-popup dt,
html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-map-popup dd {
  margin: 0 !important;
  color: var(--fd-r251-muted, #92929a) !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
}

html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-map-popup dd {
  color: var(--fd-r251-text, #f5f5f7) !important;
  font-weight: 600 !important;
}

@media (min-width: 640px) {
  html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-statistics .fd-statistics-period__head {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 42%) !important;
    align-items: end !important;
  }

  html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-statistics .fd-statistics-period--annual .fd-statistics-pickers {
    grid-template-columns: minmax(112px, 128px) !important;
    justify-content: end !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-fd-theme="dark"] body .fd-feature-page[data-fd-feature-view="tankbook"] .fd-tankbook-statistics * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
