/* === BOTTONI SITO SMOOBU: da blu a #ecebe0 === */
/* pulsanti generici del tema */
button,
a.btn,
.btn,
a.button,
.button {
background-color: #ecebe0 !important;
border-color: #ecebe0 !important;
color: #1f1f1f !important; /* testo scuro */
font-weight: 600;
}
/* hover */
button:hover,
a.btn:hover,
.btn:hover,
a.button:hover,
.button:hover {
background-color: #dedccf !important; /* leggermente più scuro */
border-color: #dedccf !important;
color: #1f1f1f !important;
}