/* FuelDash V414 — corrected route provider marks and final alignment details. */

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 {
  box-sizing: border-box !important;
  padding: 4px !important;
  object-fit: contain !important;
  background: #fff !important;
}

html[data-fd-theme] body #app .fd-route-result-actions a > span,
html[data-fd-theme] body #app .route-options > a > span {
  font-weight: 700 !important;
  letter-spacing: -.01em !important;
}

html[data-fd-theme] body #app > .app-shell > .app-content > .fd-price-alert-notice .fd-price-alert-notice__action {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: calc(100% + 38px) !important;
  line-height: 1.2 !important;
}
