.info-panel {
  display: grid;
  gap: 1rem;
}

.contact-method {
  border-radius: 28px;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid rgba(112,163,10,.22);
  box-shadow: 0 20px 55px rgba(7,16,6,.06);
}

.contact-method strong {
  display: block;
  font-family: Orbitron, Inter, sans-serif;
  text-transform: uppercase;
  font-size: 1.05rem;
  color: var(--pixo);
  margin-bottom: .55rem;
}

.contact-method a,
.contact-method span,
.contact-method p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.65;
  text-decoration: none;
  display: inline-block;
  margin: 0;
}

.contact-method a {
  display: inline-block;
  margin: .2rem 0;
  transition: color .2s ease;
}

.contact-method a:hover {
  color: var(--pixo);
}

/* If user inputs paragraphs instead of spans/br */
.contact-method p {
  margin-bottom: .5rem;
}
.contact-method p:last-child {
  margin-bottom: 0;
}
