.seo-locations-section{
  background: #ffffff;
  border-top: 1px solid #eef1f5;
}

.seo-locations-title{
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

.seo-locations-intro{
  max-width: 760px;
  margin: 0 auto;
  font-size: 0.85rem;
  color: #64748b;
}

.seo-locations-grid{
  max-width: 980px;
  margin: 0 auto;
}

.seo-locations-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: .35rem .7rem;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  font-size: 0.82rem;
  color: #0d6efd;
  text-decoration: none;
  transition: all .15s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 34px;
}

.seo-locations-link:hover{
  background: #0d6efd;
  border-color: #0d6efd;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.seo-locations-link.active{
  background: #0d6efd;
  border-color: #0d6efd;
  color: #ffffff;
  font-weight: 700;
}
