/* FuelDash V414 — provider icon tiles, stable dashboard notice grid and detail-map controls. */

html[data-fd-theme] body #app .fd-route-result-actions a .fd-map-provider-icon,
html[data-fd-theme] body #app .route-options > a .fd-map-provider-icon {
  box-sizing: border-box !important;
  display: block !important;
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #f4f4f6 !important;
  object-fit: cover !important;
}

html[data-fd-theme] body #app .fd-route-result-actions a .fd-map-provider-icon.is-apple,
html[data-fd-theme] body #app .route-options > a .fd-map-provider-icon.is-apple {
  background: #f4f4f6 !important;
}

html[data-fd-theme] body #app .fd-route-result-actions a .fd-map-provider-icon.is-google,
html[data-fd-theme] body #app .route-options > a .fd-map-provider-icon.is-google {
  background: #fff !important;
}

html[data-fd-theme] body #app .fd-route-result-actions a .fd-map-provider-icon path,
html[data-fd-theme] body #app .route-options > a .fd-map-provider-icon path,
html[data-fd-theme] body #app .fd-route-result-actions a .fd-map-provider-icon circle,
html[data-fd-theme] body #app .route-options > a .fd-map-provider-icon circle {
  vector-effect: non-scaling-stroke;
}

html[data-fd-theme] body #app > .app-shell > .app-content > .fd-price-alert-notice {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  gap: 10px !important;
  align-items: start !important;
  position: relative !important;
  padding: 11px 50px 11px 12px !important;
}

html[data-fd-theme] body #app > .app-shell > .app-content > .fd-price-alert-notice .fd-push-attention-card__icon {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: start !important;
}

html[data-fd-theme] body #app > .app-shell > .app-content > .fd-price-alert-notice .fd-push-attention-card__body {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  align-self: start !important;
}

html[data-fd-theme] body #app > .app-shell > .app-content > .fd-price-alert-notice .fd-price-alert-notice__action {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  align-self: stretch !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

html[data-fd-theme] body #app > .app-shell > .app-content > .fd-price-alert-notice .fd-price-alert-notice__dismiss {
  box-sizing: border-box !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  border-radius: 50% !important;
  background: #111112 !important;
  color: #f5f5f7 !important;
  line-height: 0 !important;
}

html[data-fd-theme] body #app > .app-shell > .app-content > .fd-price-alert-notice .fd-price-alert-notice__dismiss svg {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  pointer-events: none !important;
}

html[data-fd-theme] body #app .detail-view .station-mini-map .leaflet-top.leaflet-left {
  width: 100% !important;
  right: 0 !important;
  left: auto !important;
}

html[data-fd-theme] body #app .detail-view .station-mini-map .leaflet-top.leaflet-left .leaflet-control-zoom {
  float: right !important;
  margin: 10px !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 9px !important;
  background: rgba(10, 10, 12, .66) !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
}

html[data-fd-theme] body #app .detail-view .station-mini-map .leaflet-top.leaflet-left .leaflet-control-zoom a {
  width: 30px !important;
  height: 30px !important;
  color: rgba(245, 245, 247, .92) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
  background: rgba(10, 10, 12, .52) !important;
  line-height: 30px !important;
}
