.reveal-contact-btn {
  background: #F5F5F5;
  color: #2259DA;
  padding: 0 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  border-radius: 8px;
  margin: 2px;
}
.reveal-contact-btn:hover {
  background: #f9fafb;
}

.reveal-contact-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
