/*
	* Yoast Styling
	*
	* @package      sixsistersstuff
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/
/*--------------------------------------------------------------
Table of Contents
--------------------------------------------------------------*/
.wp-block-yoast-seo-table-of-contents {
    border: 1px solid #f5f5f5;
    background: #FFFFFF;
    padding: 20px;
    margin: 40px 0;
}

.wp-block-yoast-seo-table-of-contents h2 {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}

.yoast-table-of-contents li {
    margin-bottom: 10px;
}

.yoast-table-of-contents li a {
    font-weight: 400;
}

.yoast-table-of-contents li::marker {
    content: '➤ ';
    color: #343434;
    padding-right: 10px;
    font-size: .8rem;
    line-height: 1.1;
}

/*--------------------------------------------------------------
Faqs Blocks
--------------------------------------------------------------*/
.schema-faq .schema-faq-section {
    border: 1px solid #EAEAEA;
    margin-bottom: 20px;
    background-color: #F5f5f5
}

.schema-faq .schema-faq-question {
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    margin: 0;
    padding: 20px;
    line-height: 1.2;
    cursor: pointer;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block
}

.schema-faq .schema-faq-question.faq-q-open {
    border-bottom: 1px solid #EAEAEA;
}

.schema-faq .schema-faq-question:after {
    content: "+";
    position: absolute;
    top: 0;
    right: 10px;
    text-align: center;
    font-weight: 700;
    color: #343434;
    font-size: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.schema-faq .schema-faq-question.faq-q-open:after {
    content: "-"
}

.schema-faq p.schema-faq-answer {
    margin: 0;
    padding: 20px;
    background-color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.4;
    border-bottom: 1px solid #EAEAEA;
    display: none
}
