/* Estilo para logo circular de Corporación Safari */
img[alt="Corporación Safari Logo"],
img[alt="Comunidad Safari Logo"] {
  width: 72px !important;
  height: 72px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 2px solid white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Header más espacioso */
header {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* Ajuste para móviles */
@media (max-width: 768px) {
  header {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
