/*
	* Yoast Styling
	*
	* @package      ourbestbites
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/
/*--------------------------------------------------------------
Table of Contents
--------------------------------------------------------------*/
.wp-block-yoast-seo-table-of-contents {
    background: var(--wp--preset--color--blue-lightest);
    padding: 0;
    margin: var(--wp--custom--layout--block-gap-large) auto;
    border-radius: var(--wp--custom--border-radius--small);
}

.wp-block-yoast-seo-table-of-contents h2 {
    background: var(--wp--preset--color--blue-light);
    border-radius: var(--wp--custom--border-radius--small) var(--wp--custom--border-radius--small) 0 0;
    padding: var(--wp--custom--layout--block-gap);
    line-height: var(--wp--custom--line-height--xsmall);
    font-family: var(--wp--preset--font-family--custom-serif);
    letter-spacing: var(--wp--custom--letter-spacing--loose);
    font-size: var(--wp--preset--font-size--medium);
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}
.yoast-table-of-contents ul {
    padding-bottom: var(--wp--custom--layout--block-gap);
}
.yoast-table-of-contents li {
    margin-bottom: var(--wp--custom--layout--block-gap-small);
}

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

.yoast-table-of-contents li::marker {
    content: '➤ ';
    color: var(--wp--preset--color--blue);
    padding-right: var(--wp--custom--layout--block-gap-small);
    font-size: var(--wp--preset--font-size--xsmall);
    line-height: var(--wp--custom--line-height--small);
}

/*--------------------------------------------------------------
Faqs Blocks
--------------------------------------------------------------*/
.schema-faq .schema-faq-section {
    background: var(--wp--preset--color--blue-light);
    border-radius: var(--wp--custom--border-radius--small);
    margin-bottom: var(--wp--custom--layout--block-gap);
}

.schema-faq .schema-faq-question {
    font-size: var(--wp--preset--font-size--small);
    font-weight: 700;
    text-decoration: none;
    margin: 0;
    padding: var(--wp--custom--layout--block-gap);
    line-height: var(--wp--custom--line-height--medium);
    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:after {
    content: "+";
    position: absolute;
    top: 0;
    right: var(--wp--custom--layout--block-gap);
    text-align: center;
    font-weight: 700;
    color: var(--wp--preset--color—ink);
    font-size: var(--wp--preset--font-size--small);
    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: var(--wp--custom--layout--block-gap);
    background: var(--wp--preset--color--blue-lightest);
    font-size: var(--wp--preset--font-size--small);
    line-height: var(--wp--custom--line-height--medium);
    border-radius: 0 0 var(--wp--custom--border-radius--small) var(--wp--custom--border-radius--small);
    display: none
}

/*--------------------------------------------------------------
Reading Time
--------------------------------------------------------------*/
.yoast-reading-time__spacer {
    display: none !important;
}

.yoast-reading-time__icon {
    margin-right: 5px !important;
}

.yoast-reading-time__descriptive-text {
    font-weight: 700 !important;
}

/*--------------------------------------------------------------
Yoast How To Block
--------------------------------------------------------------*/
.wp-block-yoast-how-to-block {
    border: var(--wp--custom--border-width--small) solid var(--wp--preset--color--blue-light);
    margin-bottom: var(--wp--custom--layout--block-gap);
    padding: 0 var(--wp--custom--layout--block-gap);
    border-radius: var(--wp--custom--border-radius--small);
}

.schema-how-to-description {
    border-bottom: var(--wp--custom--border-width--small) solid var(--wp--preset--color--blue-light);
    padding: 0 0 var(--wp--custom--layout--block-gap);
}

.schema-how-to-total-time {
    border-bottom: var(--wp--custom--border-width--small) solid var(--wp--preset--color--blue-light);
    margin: 0 -20px var(--wp--custom--layout--block-gap);
    text-align: center;
    padding: var(--wp--custom--layout--block-gap-small);
    font-size: var(--wp--preset--font-size--xsmall);
    line-height: var(--wp--custom--line-height--small);
}

ol.schema-how-to-steps {
    margin: 0;
    padding:0;
}

li.schema-how-to-step {
    margin: var(--wp--custom--layout--block-gap) 0 ;
    padding-bottom: var(--wp--custom--layout--block-gap);
    border-bottom: var(--wp--custom--border-width--small) solid var(--wp--preset--color--blue-light);
}

li.schema-how-to-step:last-child {
    margin: 0;
    border-bottom: 0;
}