.top-email {
  left: 5vw;
  right: auto !important;
  color: var(--teal-dark);
  font-size: 10px !important;
  text-transform: none;
}

.top-phone {
  right: 5vw;
}

.email-placeholder {
  display: flex;
  flex-direction: column;
  color: var(--teal);
  font-size: 12px;
  overflow-wrap: anywhere;
  text-decoration: none;
  text-transform: none;
}

.email-placeholder small {
  margin-bottom: 3px;
  color: var(--ink);
  font: 600 8px Manrope, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .top-email { display: none; }
}
