/* ==========================================================================
   Allied Wholesale Electrical Supply — About page (page-specific)
   Loads after allied-site.css, which now also has .story-panel and
   .feature-grid/.feature-card (promoted there once employment.html needed
   the same components — see allied-site.css). This file only has what's
   still unique to about.html: the locations teaser.
   ========================================================================== */

.locations-teaser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background: var(--allied-tint);
  border: 1px solid var(--allied-border);
  border-radius: 16px;
  padding: 28px 32px;
}
.locations-teaser-text {
  max-width: 560px;
}
.locations-teaser h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

@media (max-width: 680px) {
  .locations-teaser {
    flex-direction: column;
    align-items: flex-start;
  }
}
