/* 
#primary-menu.style-2 {
    background:#BC3531;
    color: white;
} */

.contact-grid {
    margin-top: 24px;
}

.contact-grid p {
    line-height: 1.3;
}

/* @media (min-width: 992px) {
    .transparent-header::after {
           background:#BC3531;
    }
}
 */


/* Wrapper */
.coa-fire { margin: 0; padding: 0; }

/* Grid list (default = responsive grid) */
.coa-fire > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 560px) {
  .coa-fire > ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 900px) {
  .coa-fire > ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1200px) {
  .coa-fire > ul { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* INTERNAL PAGES: force vertical stack, even on desktop */
.sidebar-area .coa-fire > ul { grid-template-columns: 1fr !important; }

/* Cards (accessible) */
.coa-fire li[role="region"] {
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  padding: 1rem;
    margin: 0;
}
.coa-fire h3 { margin: 0 0 .35rem 0;line-height: 1.3; }
.coa-fire p,
.coa-fire address { margin: 0; line-height: 1.45; font-style: normal; }
.coa-fire p + p,
.coa-fire p + address,
.coa-fire address + p { margin-top: .35rem; }

/* Links: underline and strong focus */
.coa-fire a { text-decoration: underline; text-underline-offset: 2px; }
.coa-fire a:focus-visible { outline: 3px solid #0b3b6f; outline-offset: 2px; border-radius: 4px; }
.coa-fire a[href^="mailto:"],
.coa-fire a[href^="tel:"] { display: inline-block; padding: 2px 0; }

@media (prefers-contrast: more) {
  .coa-fire li[role="region"] { border-color: #6b7280; }
  .coa-fire a:focus-visible { outline-width: 4px; }
}