@charset "UTF-8";
/*
 Service Areas Teaser — region town lists only; layout comes from the
 surrounding columns/row blocks
========================================================================== */
.wp-block-meta-service-areas-teaser .teaser-region + .teaser-region {
  margin-top: clamp(1.75rem, 1.5rem + 1vw, 2.75rem);
}
.wp-block-meta-service-areas-teaser .teaser-region--id .teaser-region__header {
  border-bottom-color: #1f5a92;
}
.wp-block-meta-service-areas-teaser .teaser-region__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 24px;
  border-bottom: 3px solid #028850;
  padding-bottom: 12px;
}
.wp-block-meta-service-areas-teaser .teaser-region__name {
  font-size: var(--wp--custom--font-size--h-3);
  margin: 0;
}
.wp-block-meta-service-areas-teaser .teaser-region__state {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  color: #5f666c;
  white-space: nowrap;
}
.wp-block-meta-service-areas-teaser .teaser-region__towns {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 22px 0 0;
  padding: 0;
}
.wp-block-meta-service-areas-teaser .town-pill {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  background: #f7f7f8;
  font-weight: 600;
  color: var(--wp--custom--color--heading);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.wp-block-meta-service-areas-teaser .town-pill:hover, .wp-block-meta-service-areas-teaser .town-pill:focus-visible {
  border-color: #1f5a92;
  background: #FFF;
  color: #1f5a92;
}
.wp-block-meta-service-areas-teaser .town-pill--more {
  border: 1px dashed rgba(31, 90, 146, 0.55);
  background: transparent;
  color: #1f5a92;
}
