/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



.comments-area {
	display: none;
}

.wp-block-button__link {
	border-radius: 2px;
	font-weight: 700;
}

.button, .wp-block-button .wp-block-button__link {
	padding: 14px 40px;
}

.intro {
    font-size: 1.1em;
    font-weight: 400;
    color: var(--black);
}




/* AIO RANK MATH FAQ START */

#rank-math-faq {
	margin-top: 30px;
}

#rank-math-faq .rank-math-list-item {
	border: 2px solid #f2f2f2 !important;
	border-radius: 3px;
	margin-bottom: 30px;
	 padding: 20px 25px 0 25px;
}

#rank-math-faq h3.rank-math-question {
	font-size: 1.1em;
	font-weight: 700;
}

.rank-math-answer p:has(br) {
  line-height: 2.2;
}

/* AIO RANK MATH FAQ END */