:where(button[data-wa-url]) {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline;
  font: inherit;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-decoration: none;
}

:where(button[data-wa-url].link),
:where(.legal-container button[data-wa-url]) {
  border-bottom: 1px solid transparent;
  color: var(--accent);
  transition: border-color .2s;
}

button[data-wa-url].link {
  color: #d4a574;
}

.legal-container button[data-wa-url] {
  color: #d4a574;
}

:where(button[data-wa-url].link):hover,
:where(.legal-container button[data-wa-url]):hover {
  border-bottom-color: var(--accent);
}

:where(.contact-list button[data-wa-url].value):hover {
  color: var(--accent);
}

:where(button[data-wa-url]):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.semantic-label {
  font-weight: 700;
}
