/* Match the standalone Bootstrap baseline, ONLY inside the service prototype.
   Loaded before service.css; section-specific selectors override these defaults. */
#wmlinks-service-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
#wmlinks-service-page :where(h1, h2, h3, h4, h5, h6) {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
  text-transform: none;
}
#wmlinks-service-page :where(p) { margin-top: 0; margin-bottom: 1rem; }
#wmlinks-service-page :where(button) {
  font-family: Montserrat, sans-serif;
  letter-spacing: normal;
  text-transform: none;
  box-shadow: none;
  min-height: 0;
}
