/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 24 2025 | 11:18:29 */
/* Añade /* --- Botones CTA TribuCompartida --- */
.wp-block-button__link,
button,
input[type="submit"] {
  background-color: #E07B39 !important; /* Terracota base */
  color: #fff !important;
  border-radius: 30px;
  transition: all 0.3s ease-in-out !important;
  transform: translateZ(0); /* Mejora suavidad */
}

/* Hover en verde menta con leve elevación */
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
  background-color: #9CC5A1 !important; /* Verde menta hover */
  color: #000 !important;
  transform: scale(1.05) translateY(-3px) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
