/* ===== "Local Cities We Serve" internal-linking block ===== */
.ge-local-cities {
  max-width: 1100px;
  margin: 30px auto;
  padding: 22px 24px;
  background: #f7f9fc;
  border: 1px solid #e0e6f0;
  border-radius: 10px;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  text-align: center;
}
.ge-local-cities h3 {
  margin: 0 0 12px;
  color: #051f3d;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.ge-local-cities .ge-lc-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
}
.ge-local-cities a {
  color: #051f3d;
  background: #fff;
  border: 1px solid #d4dbe8;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: .98rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s;
  white-space: nowrap;
}
.ge-local-cities a:hover {
  background: #f2b705;
  border-color: #f2b705;
  color: #051f3d;
}
@media (max-width: 575px) {
  .ge-local-cities { padding: 18px 14px; margin: 22px auto; }
  .ge-local-cities a { font-size: .9rem; padding: 6px 13px; }
}
