/*
Theme Name: MStaffieri
Theme URI: 
Author: Elion Web
Author URI: 
Description: Tema personalizzato e ottimizzato per Manuela Staffieri Biologa Nutrizionista adi Roma
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: greenshift
Text Domain: mstaffieri
Tags: 
*/


/* --- STILI PULSANTI PERSONALIZZATI --- */

/* Variante Pulse Rosso (MioDottore) */
.is-style-pulse-ripple {
    animation: pulse-red 2s infinite;
    border-radius: 50px !important;
}

@keyframes pulse-red {
    0% { box-shadow: 0 0 0 0 rgba(214, 54, 73, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(214, 54, 73, 0); }
    100% { box-shadow: 0 0 0 0 rgba(214, 54, 73, 0); }
}

/* Variante Glow Olive */
.is-style-glow-olive {
    transition: all 0.3s ease;
}

.is-style-glow-olive:hover {
    box-shadow: 0 0 20px rgba(164, 176, 150, 0.6);
    transform: translateY(-2px);
}

/* Icona Calendario per pulsanti */
.icon-calendar::before {
    content: "\f508"; /* Dashicon calendar */
    font-family: Dashicons;
    margin-right: 8px;
    vertical-align: middle;
}
/* --- PRESET PULSANTI STAFFIERI HUB --- */

/* 1. Stile Pulse Rosso */
.is-style-pulse-red-staffieri .wp-block-button__link {
    background-color: #d63649 !important; /* Rosso MioDottore */
    color: #ffffff !important;
    border-radius: 50px;
    padding: 12px 30px;
    animation: pulse-red-anim 2s infinite;
    border: none;
}

@keyframes pulse-red-anim {
    0% { box-shadow: 0 0 0 0 rgba(214, 54, 73, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(214, 54, 73, 0); }
    100% { box-shadow: 0 0 0 0 rgba(214, 54, 73, 0); }
}

/* 2. Stile Glow Olive */
.is-style-glow-olive-staffieri .wp-block-button__link {
    background-color: #a4b096 !important; /* Olive Brand */
    color: #ffffff !important;
    border-radius: 50px;
    padding: 12px 30px;
    transition: all 0.3s ease;
    border: none;
}

.is-style-glow-olive-staffieri .wp-block-button__link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(164, 176, 150, 0.4);
    filter: brightness(1.1);
}

/* Forzatura Font Montserrat sui pulsanti */
.wp-block-button__link {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}