.wp-block-brandspeak-locations {
  background: var(--brand-speak-d-purple, #423385);
  padding: 6rem 1.5rem 6rem;
  color: #fff;
}

.locations__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.locations__header {
  text-align: center;
  margin-bottom: 2rem;
}

.locations__header h2 {
  color: var(--BrandSpeak-White, #FAF9F5);
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 75px */
  margin-top: 25px;
  margin-bottom: 0.75rem;
}

.locations__header p {
  margin: 0 auto;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

.locations__cta {
  justify-content: center !important;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.locations__cta .btn-bubble-arrow {
  --bubble-content-bg: #35c7c9;
  --bubble-content-color: #fff;
  --bubble-arrow-bg: #fff;
  --bubble-arrow-color: #1f1b49;
  --bubble-arrow-duplicate-bg: #fff;
  font-size: clamp(0.85rem, 2vw, 1rem);
}

.locations__cta .btn-bubble-arrow:hover .btn-bubble-arrow__arrow:not(.is--duplicate) {
  background-color: #9185ff;
  color: #ffffff;
}

.locations__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.locations__card {
  background: var(--BrandSpeak-Purple, #9185FF);
  border-radius: 4px;
  padding: 2rem;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.locations__card h3 {
  margin: 0;
  font-size: 1.75rem;
  margin-bottom: 82px !important;
}

.locations__card p {
  margin: 0;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
}

.locations__phone {
  font-weight: 400;
}

@media (max-width: 700px) {
  .locations__grid {
    grid-template-columns: 1fr;
  }
}
