/*
 * 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.
 *
 * Styles are now organized into separate files for better maintainability:
 * - animations.css: Flash messages and map animations
 * - map.css: MapLibre GL popup and map section styles
 * - fonts.css: Custom font definitions
 */

/* boutiqueSection Layout Styles */
@media (min-width: 1024px) {
    .boutique-section {
      max-width: 1200px;
      margin: 0 auto;
    }
  }
  
  .boutique-section + .boutique-section {
    margin-top: 1.5rem !important;
  }

  @media (max-width: 639px) {
    [data-map-target="tags"] {
      display: none !important;
    }
  }