.contact-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.copy-email {
  appearance: none;
  background: transparent;
  color: var(--ink);
  border: 1px solid #9ca7a6;
  padding: 15px 22px;
  border-radius: 99px;
  font: 700 13px Manrope, Arial, sans-serif;
  cursor: pointer;
}

.copy-email:hover,
.copy-email:focus-visible {
  background: #e4e8e6;
}

.contact .copy-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: #536061;
  font-size: 12px;
}
