/* Style spécifique pour le numéro de téléphone */
.status { margin-top: 12px; }

.phone-container {
  margin-top: 2rem;
  padding: 1rem;
  text-align: center;
  font-family: 'Cinzel', serif;
  color: #3399cc;
  font-size: 1.2rem;
  text-shadow: 0 0 6px rgba(58,134,255,0.6);
}

.phone-container a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.phone-container a:hover {
  color: #6EA8FF;
  text-shadow: 0 0 10px rgba(110,168,255,0.8);
}

.phone-container span {
  display: inline-block;
}
