/* FuelDash V414 — quiet admin focus and dismissible inactive price-alert card. */

html[data-fd-theme="dark"] body.fd-account-route-open .fd-admin-run-filter select:focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

html[data-fd-theme] body #app > .app-shell > .app-content > .fd-price-alert-notice {
  position: relative !important;
  padding-right: 50px !important;
}

html[data-fd-theme] body .fd-price-alert-notice__dismiss {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  display: grid !important;
  place-items: center !important;
  width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .16) !important;
  border-radius: 50% !important;
  background: #111112 !important;
  color: #f5f5f7 !important;
  font: inherit !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  touch-action: manipulation !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;
}
