/*
 * Theme Name:   SEO-Book
 * Theme URI:    https://seo-book.de
 * Description:  SEO-Book WordPress Theme
 * Author:       Bits & Passion GmbH
 * Author URI:   https://www.bitsandpassion.com/
 * Template:     pukeko
 * Version:      0.2.2
 * Text Domain:  seobook
 */

.blog .post-thumb img {
    width: 100%;
    height: auto;
}

.single-post .hentry .entry-header .entry-meta {
    padding-bottom: 0;
}

.entry-alert {
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.entry-alert p {
    background: #f08817;
    color: #fff;
    padding: 12px 24px;
    margin: 0;
}

@media (min-width: 37.5em) {
    .entry-alert p {
        padding: 12px 48px;
    }
}

@media (min-width: 75em) {
    .entry-alert p {
        padding: 12px 24px;
    }
}

.wp-block-yoast-faq-block {
    padding: 1em 1.5em;
    margin-bottom: 25px;
    position: relative;
    background: #efefef;
}

.wp-block-yoast-faq-block .schema-faq-question {
    font-size: 22px;
    font-weight: normal;
}

.wp-block-yoast-faq-block .schema-faq-section {
    margin: 1em 0;
}
.wp-block-yoast-faq-block .schema-faq-answer {
    margin-bottom: 0.5em;
}

.wp-block-yoast-how-to-block {
    padding: 1em 1.5em;
    margin-bottom: 25px;
    position: relative;
    background: #fdeedb;
}

.wp-block-yoast-how-to-block p.schema-how-to-total-time {
    position: absolute;
    bottom: .5em;
    right: 1em;
    margin: 0;
    font-size: 1em;
    font-style: italic;
}

.wp-block-yoast-how-to-block p.schema-how-to-description {
    font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: .5em;
}

.wp-block-yoast-how-to-block .schema-how-to-steps .schema-how-to-step-text {
    margin-bottom: 0;
}