/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
#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;
  font-size: 22px;
}
#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: #bc3366;
  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;
}
