/*
	* Yoast Styling
	*
	* @package      joc
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/
/*--------------------------------------------------------------
Table of Contents
--------------------------------------------------------------*/
.wp-block-yoast-seo-table-of-contents {
    border: var(--wp--custom--border-width--xsmall) solid var(--wp--preset--color--grey-dark);
    background: var(--wp--preset--color--grey);
    padding: var(--wp--custom--layout--block-gap);
    margin: var(--wp--custom--layout--block-gap-large) 0;
    position: relative;
}
.wp-block-yoast-seo-table-of-contents a, .wp-block-yoast-seo-table-of-contents a:visited {
    color: var(--wp--preset--color--ink);
}

.wp-block-yoast-seo-table-of-contents h2 {
    border-bottom: var(--wp--custom--border-width--xsmall) solid var(--wp--preset--color--grey-dark);
    padding-bottom: var(--wp--custom--layout--block-gap-small);
    font-size: var(--wp--preset--font-size--xsmall);
    letter-spacing: var(--wp--custom--letter-spacing--loose);
    line-height: var(--wp--custom--line-height--small);
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;

}
.wp-block-yoast-seo-table-of-contents h2::before {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../icons/vertical/maneki-neko.svg) no-repeat center;
    background-size: contain;
    left: 0;
    top: 0;
    z-index: 9;
    display: block;
}
.yoast-table-of-contents li {
    margin-bottom: var(--wp--custom--layout--block-gap-small);
    font-size: var(--wp--preset--font-size--small);
    line-height: var(--wp--custom--line-height--small);
}
.yoast-table-of-contents li ul {
    margin-top: 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--red);
    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
--------------------------------------------------------------*/
.wp-block-yoast-faq-block .schema-faq-section {
    border: var(--wp--custom--border-width--xsmall) solid var(--wp--preset--color--grey-dark);
    margin-bottom: var(--wp--custom--layout--block-gap);
    background-color: var(--wp--preset--color--grey);
}

.wp-block-yoast-faq-block .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);
    color: var(--wp--preset--color--ink)!important;
    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
}

.wp-block-yoast-faq-block .schema-faq-question.faq-q-open {
    border-bottom: var(--wp--custom--border-width--xsmall) solid var(--wp--preset--color--grey-dark);
}

.wp-block-yoast-faq-block .schema-faq-question:after {
    content: "+";
    position: absolute;
    top: 0;
    right: var(--wp--custom--layout--block-gap-small);
    text-align: center;
    font-weight: 700;
    color: var(--wp--preset--color--red);
    font-size: var(--wp--preset--font-size--large);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

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

.wp-block-yoast-faq-block p.schema-faq-answer {
    margin: 0;
    padding: var(--wp--custom--layout--block-gap);
    background-color: var(--wp--preset--color—white);
    font-size: var(--wp--preset--font-size--small);
    line-height: var(--wp--custom--line-height--medium);
    border-bottom: var(--wp--custom--border-width--xsmall) solid var(--wp--preset--color--grey-dark);
    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--xsmall) solid var(--wp--preset--color--grey-dark);
    margin-bottom: var(--wp--custom--layout--block-gap);
    background-color: var(--wp--preset--color--grey);
    padding: 0 var(--wp--custom--layout--block-gap);
}

.schema-how-to-total-time {
    background-color: var(--wp--preset--color--grey-dark);
    margin: 0 -20px;
    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);
    margin-bottom: var(--wp--custom--layout--block-gap);
}

ol.schema-how-to-steps {
    border-top: var(--wp--custom--border-width--xsmall) solid var(--wp--preset--color--grey-dark);
    margin: var(--wp--custom--layout--block-gap) 0 0;
    padding: var(--wp--custom--layout--block-gap);
}

li.schema-how-to-step {
    margin: 0 0 var(--wp--custom--layout--block-gap)
}

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