/* Brochures.html page-specific styles.
   Filter buttons + product cards live in css/mcs-filter-grid.css (shared). */

a {
  text-decoration: none;
  color: #002e57;
}

#textbkg,
.textbkg {
  background-color: #002e57;
  color: white;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.product-content {
  min-height: 3.5rem;
}
