/* =======================
   COLECCIÓN – Forzar dorado SOLO en los CTAs "Ver ..."
   (cubre Elementor Button y WP Button Block)
   ======================= */

/* Ajusta aquí si tu contenedor se llama distinto: .coleccion-grid o .section-coleccion */
body .colecciones-grid .elementor-widget-button .elementor-button,
body .colecciones-grid .wp-block-button__link,
body .coleccion-grid  .elementor-widget-button .elementor-button,
body .coleccion-grid  .wp-block-button__link,
body .section-coleccion .elementor-widget-button .elementor-button,
body .section-coleccion .wp-block-button__link{
  background-color:#D9B95B !important;   /* dorado Balearyc */
  border-color:#D9B95B !important;
  color:#ffffff !important;
  border-radius:999px !important;
  text-decoration:none !important;
  box-shadow:none !important;             /* no tocamos layout */
}

/* Quitar subrayado del texto dentro del botón */
body .colecciones-grid .elementor-widget-button .elementor-button .elementor-button-text,
body .coleccion-grid  .elementor-widget-button .elementor-button .elementor-button-text,
body .section-coleccion .elementor-widget-button .elementor-button .elementor-button-text{
  text-decoration:none !important;
}

/* Hover coherente */
body .colecciones-grid .elementor-widget-button .elementor-button:hover,
body .colecciones-grid .wp-block-button__link:hover,
body .coleccion-grid  .elementor-widget-button .elementor-button:hover,
body .coleccion-grid  .wp-block-button__link:hover,
body .section-coleccion .elementor-widget-button .elementor-button:hover,
body .section-coleccion .wp-block-button__link:hover{
  background-color:#bfa03e !important;
  border-color:#bfa03e !important;
  color:#ffffff !important;
}

/* Tamaño legible en móvil sin alterar la maqueta */
@media (max-width:768px){
  body .colecciones-grid .elementor-widget-button .elementor-button,
  body .colecciones-grid .wp-block-button__link,
  body .coleccion-grid  .elementor-widget-button .elementor-button,
  body .coleccion-grid  .wp-block-button__link,
  body .section-coleccion .elementor-widget-button .elementor-button,
  body .section-coleccion .wp-block-button__link{
    font-size:14px !important;
  }
}


