/*
 * 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;
    }
  }
  .home-announcement .trix-content p + p {
    margin-top: 0.5rem;
  }

  .home-announcement .trix-content ul,
  .home-announcement .trix-content ol {
    margin: 0.5rem 0 0.5rem 1rem;
  }

  .home-announcement .trix-content ul {
    list-style: disc;
  }

  .home-announcement .trix-content ol {
    list-style: decimal;
  }

  .home-announcement .trix-content a {
    text-decoration: underline;
  }

  .announcement-editor trix-editor {
    min-height: 14rem;
    border: 1px solid var(--color-border);
    border-radius: 0.375rem;
  }
