/*
Theme Name: Monet Tema Child
Template: monet
Author: Meetodo
Version: 1.0
Description: Tema child di monet
*/

/* Qui puoi aggiungere i tuoi stili personalizzati */

#rank-math-faq {
  border-top: 1px solid #ddd;
}
#rank-math-faq .rank-math-question {
  background: #f8f9fa;
  padding: 14px 18px 14px 46px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ddd;
  transition: background 0.3s;
  font-weight: 500;
}
#rank-math-faq .rank-math-question:hover {
  background: #eef0f3;
}
#rank-math-faq .faq-toggle-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #a8192f;
  font-weight: bold;
  width: 20px;
  text-align: center;
}
#rank-math-faq .rank-math-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 18px;
  color: #333;
  line-height: 1.6;
  background: #fff;
}
#rank-math-faq .rank-math-answer.open {
  padding: 14px 18px;
}

