/* FuelDash R198 — geo-anchored price-and-brand pills and a text-only dashboard empty state. */
html body #app .fuel-map[data-marker-mode="station"] .leaflet-marker-icon.fuel-map-marker {
  width: 116px !important;
  height: 58px !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  pointer-events: auto !important;
}

html body #app .fuel-map[data-marker-mode="station"] .fuel-map-marker .map-price-marker {
  box-sizing: border-box;
  width: 116px;
  min-width: 116px;
  height: 58px;
  padding: 8px 11px;
  justify-content: center;
  border-radius: 30px;
}

html body #app .fuel-map[data-marker-mode="station"] .fuel-map-marker .map-price-marker.is-selected {
  background: #ff3b30 !important;
  border-color: #ff625a !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .62), 0 0 18px rgba(255, 59, 48, .68) !important;
}

html body #app .fuel-map[data-marker-mode="station"] .fuel-map-marker .map-price-marker:not(.is-selected) {
  background: #4a1412 !important;
  border-color: rgba(255, 116, 109, .56) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .56) !important;
}

html body #app .favorites-block .empty-state {
  margin: 22px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #a1a1a8 !important;
}
