/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Google Maps InfoWindow close button — Tailwind Preflight resets the close glyph
   (`img { height: auto; max-width: 100% }` / span sizing), which renders a giant "X".
   Re-cap the button and its glyph to Google's intended size. Applies app-wide so the
   ops live map and the platform storm map both get a sane popup. */
.gm-ui-hover-effect {
  width: 28px !important;
  height: 28px !important;
}
.gm-ui-hover-effect > img,
.gm-ui-hover-effect > span {
  width: 18px !important;
  height: 18px !important;
  max-width: none !important;
  margin: 5px !important;
}
