/*
Theme Name: Masteriyo Child
Template: elearning
Author: SiglerLabs
Version: 1.0
Description: Child theme for Masteriyo
*/
/* =Theme customization starts here
------------------------------------------------------- */
.faq-question {
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  transition: background 0.3s;
}
.faq-question:hover {
  background: #f0f0f0;
}
.faq-answer {
  display: none;
  padding: 15px;
  background: #fafafa;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.faq-question.active {
  background-color: #eef4ff;
}
