.profeat-google-maps-gate {
  align-items: center;
  background: #090b12;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  min-height: 320px;
  padding: 32px;
  text-align: center;
}

.profeat-google-maps-gate__title {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(18px, 2.4vw, 28px);
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.profeat-google-maps-gate__text {
  margin: 0;
  max-width: 660px;
}

.profeat-google-maps-gate__button {
  background: #f7d000;
  border: 0;
  border-radius: 999px;
  color: #090b12;
  cursor: pointer;
  font: 700 14px/1 "Montserrat", sans-serif;
  padding: 15px 22px;
  text-transform: uppercase;
}

.profeat-google-maps-gate__link {
  color: #fff;
  text-decoration: underline;
}

.profeat-google-maps-gate--places {
  min-height: 0;
  margin: 16px 0;
  padding: 20px;
}
