.service-phone-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-top: 1.5rem;
}

.service-phone-contact__call {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.8rem;
  min-height: 3.25rem;
  max-width: 100%;
  padding: 0.85rem 1.25rem;
  border: 1px solid var(--cream, #f1eee6);
  background: var(--cream, #f1eee6);
  color: var(--black, #000);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.service-phone-contact__call span { white-space: nowrap; }
.service-phone-contact__call:hover { background: #fff; color: #000; }
.service-phone-contact__call:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
.service-phone-contact__note { font-size: 0.9rem; line-height: 1.5; }

.ads-measurement-choice {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  max-width: 44rem;
  margin-top: 0.7rem;
  font-size: 0.875rem;
  line-height: 1.5;
  cursor: pointer;
}

.ads-measurement-choice input {
  flex: 0 0 1.15rem;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.1rem;
  accent-color: #111;
}

@media (max-width: 560px) {
  .service-phone-contact__call { width: 100%; }
}
