/* FuelDash V414 — inline push feedback, precise dismiss control and route provider marks. */

html[data-fd-theme] body .fd-alert-action-feedback {
  min-height: 1.4em !important;
  margin: 12px 2px 0 !important;
  color: var(--fd-muted, #8e8e93) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

html[data-fd-theme] body .fd-alert-action-feedback[hidden] {
  display: none !important;
}

html[data-fd-theme] body .fd-alert-action-feedback[data-type="success"] {
  color: #30d158 !important;
}

html[data-fd-theme] body .fd-alert-action-feedback[data-type="error"] {
  color: #ff3b30 !important;
}

html[data-fd-theme] body .fd-price-alert-notice {
  padding-right: 44px !important;
}

html[data-fd-theme] body .fd-price-alert-notice__dismiss {
  box-sizing: border-box !important;
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  display: grid !important;
  place-items: center !important;
  width: 26px !important;
  height: 26px !important;
  min-height: 26px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  border-radius: 50% !important;
  background: #111112 !important;
  color: #f5f5f7 !important;
  cursor: pointer !important;
  touch-action: manipulation !important;
}

html[data-fd-theme] body .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 .fd-price-alert-notice__dismiss:focus-visible {
  outline: 1px solid rgba(255, 255, 255, .72) !important;
  outline-offset: 2px !important;
}

html[data-fd-theme] body #app .fd-route-result-actions a,
html[data-fd-theme] body #app .route-options > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
}

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 {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
}

html[data-fd-theme] body #app .fd-route-result-actions a > span,
html[data-fd-theme] body #app .route-options > a > span {
  display: inline !important;
  grid-column: auto !important;
  min-width: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  white-space: nowrap !important;
}

html[data-fd-theme] body #app .detail-view .station-mini-map {
  overflow: hidden !important;
  touch-action: pan-x pan-y !important;
}

html[data-fd-theme] body #app .detail-view .station-mini-map .leaflet-container {
  cursor: grab !important;
}

html[data-fd-theme] body #app .detail-view .station-mini-map .leaflet-container.leaflet-drag-target {
  cursor: grabbing !important;
}

html[data-fd-theme] body #app .detail-view .station-mini-map .leaflet-control-zoom {
  display: block !important;
  overflow: hidden !important;
  margin: 10px !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 9px !important;
}

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

html[data-fd-theme] body #app .detail-view .station-mini-map .leaflet-control-zoom a:last-child {
  border-bottom: 0 !important;
}
