/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Syed - Customize RankMath FAQ section begins */
#rank-math-faq .rank-math-list-item {
    border: 1px solid #496862;
	border-radius: 10px;
    margin-bottom: 20px;
    background-color: #f7fde8;
    padding: 15px; /* Added padding */
}
#rank-math-faq .rank-math-question {
    font-weight: bold; /* Customize question style */
}
#rank-math-faq .rank-math-answer {
    margin: 0;
    padding: 12px;
    background-color: #FFFFFF;
    font-size: 16px!important;
    line-height: 1.4!important;
    /* border-top: 1px solid #496862; Added separator */
	border-radius: 4px;
}
/* Syed - Customize RankMath FAQ section ends */

/* Syed - Minimize gaps between posts on author archive begins */
ul.kadence-posts-list, .single-content ul.kadence-posts-list {
    gap: 10px !important
}
/* Syed - Minimize gaps between posts on author archive ends */