/* FuelDash V416 — precise alignment for station-detail header controls. */
#app .brand-header .fd-detail-header-actions > :is(.detail-close, .fd-detail-share) {
  box-sizing: border-box !important;
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 38px !important;
  width: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  text-align: center !important;
  vertical-align: middle !important;
}

#app .brand-header .fd-detail-header-actions > :is(.detail-close, .fd-detail-share) svg {
  display: block !important;
  align-self: center !important;
  justify-self: center !important;
  width: 19px !important;
  height: 19px !important;
  margin: 0 !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  transform: none !important;
  transform-origin: 50% 50% !important;
  overflow: visible !important;
}
