/*
 Theme Name: Astra Child
 Theme URI: https://tuweb.com/
 Description: Tema hijo de Astra para personalización
 Author: Tu Nombre
 Template: astra
 Version: 1.0.0
*/
/* ==== ESTILO GLOBAL PARA BOTONES ==== */
button,
input[type="submit"],
a.button,
.wp-block-button__link,
.ast-button,
.ast-custom-button {
    background-color: #000;
    color: #fff !important;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: none;
}

/* ==== EFECTO GLOW EN HOVER ==== */
button:hover,
input[type="submit"]:hover,
a.button:hover,
.wp-block-button__link:hover,
.ast-button:hover,
.ast-custom-button:hover {
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6), 0 0 24px rgba(255, 255, 255, 0.4);
    background-color: #000;
    color: #fff !important;
}