.vvj-google-reviews,
.vvj-google-faqs {
    display: grid;
    gap: 1rem;
    margin: 1.5rem 0;
}

.vvj-google-review,
.vvj-google-faq {
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: #fff;
}

.vvj-google-review > :first-child,
.vvj-google-faq > :first-child {
    margin-top: 0;
}

.vvj-google-review > :last-child,
.vvj-google-faq > :last-child,
.vvj-google-reviews-source {
    margin-bottom: 0;
}

/*
 * Imported article images stay classless in post_content. The body class is
 * added by WordPress, so themes can display a full content-width image without
 * figure margins, floats or horizontal indentation in the stored HTML.
 */
.vvj-google-imported-article .entry-content > img,
.vvj-google-imported-article .post-content > img,
.vvj-google-imported-article .article-content > img,
.vvj-google-imported-article .wp-block-post-content > img,
.vvj-google-imported-article .single-post-content > img,
.vvj-google-imported-article .post-single-content > img,
.vvj-google-imported-article .td-post-content > img,
.vvj-google-imported-article .single-content > img,
.vvj-google-imported-article .entry-content > p > img:only-child,
.vvj-google-imported-article .post-content > p > img:only-child,
.vvj-google-imported-article .article-content > p > img:only-child,
.vvj-google-imported-article .wp-block-post-content > p > img:only-child,
.vvj-google-imported-article .single-post-content > p > img:only-child,
.vvj-google-imported-article .post-single-content > p > img:only-child,
.vvj-google-imported-article .td-post-content > p > img:only-child,
.vvj-google-imported-article .single-content > p > img:only-child {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
    padding: 0;
    border: 0;
    float: none;
    clear: both;
}

.vvj-google-imported-article .entry-content > p > img:only-child,
.vvj-google-imported-article .post-content > p > img:only-child,
.vvj-google-imported-article .article-content > p > img:only-child,
.vvj-google-imported-article .wp-block-post-content > p > img:only-child,
.vvj-google-imported-article .single-post-content > p > img:only-child,
.vvj-google-imported-article .post-single-content > p > img:only-child,
.vvj-google-imported-article .td-post-content > p > img:only-child,
.vvj-google-imported-article .single-content > p > img:only-child {
    margin-left: 0;
    margin-right: 0;
}
