/*
Theme Name: Shocking Posts NewsExo Child
Theme URI: https://shockingposts.com/
Description: Child theme for Shocking Posts based on NewsExo with a classic full-post homepage layout and clean footer copyright.
Author: Shocking Posts
Template: newsexo
Version: 1.0.0
Text Domain: shockingposts-newsexo-child
*/

/* Shocking Posts child theme classic homepage layout */
body.home .list-view-news-area .post,
body.blog .list-view-news-area .post,
.shockingposts-classic-post {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 36px;
}

body.home .list-view-news-area .post-thumbnail,
body.blog .list-view-news-area .post-thumbnail,
.shockingposts-classic-post .post-thumbnail {
    width: 100%;
    margin-bottom: 18px;
}

body.home .list-view-news-area .post-thumbnail img,
body.blog .list-view-news-area .post-thumbnail img,
.shockingposts-classic-post .post-thumbnail img,
.shockingposts-full-post-content img,
.shockingposts-full-post-content .wp-block-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.shockingposts-full-post-content {
    margin-top: 16px;
    overflow-wrap: anywhere;
}

.shockingposts-full-post-content iframe,
.shockingposts-full-post-content embed,
.shockingposts-full-post-content object {
    max-width: 100%;
}

.shockingposts-full-post-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.site-info,
.shockingposts-footer-copyright {
    text-align: center;
}

@media (max-width: 768px) {
    body.home .list-view-news-area .post,
    body.blog .list-view-news-area .post,
    .shockingposts-classic-post {
        margin-bottom: 28px;
    }
}
