/* Shared cross-page styles */
#nav-phone-btn {
  background: none;
  border: none;
  color: #cc0000;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 10px 20px;
  white-space: nowrap;
}

#nav-phone-val {
  display: none;
  color: #cc0000;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 10px 20px;
  white-space: nowrap;
}