/*
 Theme Name:   eCademy Child
 Theme URI:    https://themes.envytheme.com/ecademy/
 Description:  eCademy Child Theme
 Author:       EnvyTheme
 Author URI:   https://envytheme.com/
 Template:     ecademy
 Version:      7.1
*/

/* ecademy-education-lms-online-training-courses-wordpress-theme */

.course-faqs-box {margin-bottom: 16px;}
.course-faqs-box__title {font-weight: bold;  padding: 14px 16px; background-color: var(--lp-white-grey,#f7f7fb) !important;  cursor: pointer; display: flex; justify-content: space-between;
    align-items: center; transition: background 0.2s ease-in-out; font-size: 16px; border: 1px solid var(--lp-border-color,#e2e0db); margin-bottom: 0;}
.course-faqs-box__title:hover {background: #e7e9ec;}
.course-faqs-box.active .course-faqs-box__title {background-color: var(--lp-white-grey,#f7f7fb) !important;}
.faq-toggle-icon {font-size: 1.1em;  margin-left: 12px; transition: transform 0.3s ease-in-out;}
.course-faqs-box:not(.active) .faq-toggle-icon::before {content: "\f107"; /* Unicode down arrow */ font-family: "lp-icon" !important;}
.course-faqs-box.active .faq-toggle-icon::before {content: "\f106"; /* Unicode cross */	font-family: "lp-icon" !important;}
.course-faqs-box__content {display: none; padding: 14px 16px;  background: #fff; border: 1px solid var(--lp-border-color,#e2e0db); border-top: 0;}
.course-faqs-box__content-inner {padding-top: 6px;}
.course-faqs-box input[name='course-faqs-box-ratio'] {display: none !important;}
.course-faqs-box input[name='course-faqs-box-ratio']:checked + .course-faqs-box .course-faqs-box__title {background: none !important; color: inherit !important;}
.course-faqs-box__title::after {display: none !important;}