/* 
 Theme Name:   Divi-child
 Theme URI:    Divi
 Description:  fanaticoweb.com - Sviluppo Siti Web, E-commerce, Marketing, SEO
 Author:       admin
 Author URI:   https://www.fanaticoweb.com
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/


/* Aggiungi font-display: swap ai font personalizzati */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Inter Regular'), local('Inter-Regular'), url('https://fonts.gstatic.com/s/inter/v2/...') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url('https://fonts.gstatic.com/s/poppins/v2/...') format('woff2');
}





.faq-box {
  margin-top: 40px;
  padding: 20px;
  border-top: 2px solid #ffffff;
}

.faq-question {
  display: block;
  width: 100%;
  text-align: left;
  background: #ffffff;
  padding: 12px 15px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  outline: none;
  transition: background 0.3s;
}

.faq-question:hover {
  background: #ffffff;
}

.faq-answer {
  padding: 15px;
  background: #fff8e6; /* sfondo chiaro coordinato al giallo */
  border: 2px solid #EB9601; /* bordo su tutti i lati */
  margin-bottom: 15px;
  border-radius: 5px;
}
