/*
Theme Name: GeneratePress Child
Theme URI: https://irunea.cnt.es
Description: Tema hijo de GeneratePress
Author: CNT Iruñea
Author URI: https://irunea.cnt.es
Template: generatepress
Version: 1.0
*/
/* Estilo para el widget de citas */
.cita-widget {
  max-width: 100%;
  width: 100%;
  margin: 1rem auto;
  padding: 1rem;
  background-color: #f9f9f9;
  border-left: 4px solid #cc0000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  font-family: Georgia, serif;
}

.cita-widget blockquote {
  font-size: 1.2rem;
  font-style: italic;
  margin: 0;
  color: #333;
}

.cita-widget p {
  text-align: right;
  margin-top: 0.5rem;
  font-weight: bold;
  color: #555;
}
/* Estilo para boton de refrescar cita */
#nueva-cita-btn {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #cc0000;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

#nueva-cita-btn:hover {
  background-color: #aa0000;
}
