/*
	* Yoast Styling
	*
	* @package      sallysbaking
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/

/*--------------------------------------------------------------
Faqs Blocks
--------------------------------------------------------------*/
.schema-faq.wp-block-yoast-faq-block {
    margin: 40px auto;
    max-width: var(--wp--custom--layout--wide);
}
.wp-block-yoast-faq-block a {
    font-weight: 700;
    text-decoration:underline;
}
.wp-block-yoast-faq-block {
    background: #ffffff;
    border: 2px solid var(--wp--preset--color--pink-light);
    border-radius: 10px;
    margin: 30px 0;
    padding: 70px 30px 30px;
    position: relative;
}
.wp-block-yoast-faq-block::before {
    font-family: var(--wp--preset--font-family--custom-sans);
    background: var(--wp--preset--color--pink-light);
    color: var(--wp--preset--color--ink);
    font-weight: 700;
    content: 'FAQs';
    display: block;
    font-size: 1.5rem;
    line-height: 1.1;
    position: absolute;
    width: fit-content;
    z-index: 98;
    padding: 15px 25px;
    border-radius: 10px 0 10px 0;
    left: -1px;
    top: 0;
}

.wp-block-yoast-faq-block .schema-faq-section:not(:first-of-type) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid var(--wp--preset--color--pink-light);
}
.wp-block-yoast-faq-block .schema-faq-question {
       font-family: var(--wp--preset--font-family--custom-sans);
       margin: 0 0 15px;
       display: block;
       line-height: 1.2;
       font-size: 1.4rem; 
}