.contact-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 28px;
}

.contact-actions .large {
  margin-top: 0;
}

.contact-phone {
  border: 1px solid rgba(240, 206, 122, 0.45);
  border-radius: 12px;
  color: white;
  flex-direction: column;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  gap: 1px;
  line-height: 1.25;
  padding: 10px 22px;
}

.contact-phone small {
  color: var(--gold-light);
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-phone:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--gold-light);
}

.contact-email {
  border-bottom: 1px solid #53657a;
  color: #b9c7d7;
  display: inline-block;
  font-size: 13px;
  margin-top: 20px;
}

.contact-email:hover {
  border-color: var(--gold-light);
  color: white;
}

@media (max-width: 620px) {
  .contact-actions {
    flex-direction: column;
  }
}
