.contacto-lista i,
.redes-cuencos i {
  color: #c9a8ff !important;
  border-color: #c9a8ff !important;
  transition: color 0.3s ease;
}

.contacto-lista i:hover,
.redes-cuencos i:hover {
  color: #b388ff !important;
}

.header-logo a {
  text-decoration: none !important;
}

/* Forzar imágenes cuadradas en listados */
.post .post-image{
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.post .post-image img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* recorta sin deformar */
}
/* Texto y enlaces en blanco en todo el footer */
#footer,
#footer p,
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6,
#footer a,
#footer li,
#footer .footer-copyright,
#footer .footer-copyright p,
#footer .footer-copyright a {
  color: #fff !important;
}

/* Quitar subrayado en enlaces del footer (opcional) */
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }
/* Aumentar tamaño del texto de descripción del producto */
.summary.entry-summary p,
.text-3-5 {
  font-size: 1.25rem !important; /* antes era ~1rem */
  line-height: 1.8 !important;
}
