/*
Theme Name: Mii Streaming News Bank Child
Theme URI: https://mii-streaming.net/
Description: Child theme for Mii Streaming based on News Bank with a classic full-post homepage layout and clean footer copyright.
Author: Mii Streaming
Template: news-bank
Version: 1.0.0
Text Domain: miistreaming-news-bank-child
*/

/* Mii Streaming child theme classic homepage layout */
body.home .theme-archive-layout,
body.blog .theme-archive-layout {
    display: block;
}

body.home .theme-archive-layout article,
body.blog .theme-archive-layout article,
.miistreaming-classic-post {
    width: 100%;
    max-width: 100%;
    margin-bottom: 36px;
}

.miistreaming-classic-post .post-item,
body.home .post-item.post-grid,
body.blog .post-item.post-grid {
    display: block;
}

.miistreaming-classic-post .post-item-image,
body.home .post-item.post-grid .post-item-image,
body.blog .post-item.post-grid .post-item-image {
    width: 100%;
    margin-bottom: 18px;
}

.miistreaming-classic-post .post-item-image img,
.miistreaming-full-post-content img,
.miistreaming-full-post-content .wp-block-image img,
body.home .post-item.post-grid .post-item-image img,
body.blog .post-item.post-grid .post-item-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: auto;
}

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

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

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

.site-footer .bottom-footer .bottom-footer-info,
.site-footer .site-info {
    text-align: center;
    justify-content: center;
}

@media (max-width: 768px) {
    body.home .theme-archive-layout article,
    body.blog .theme-archive-layout article,
    .miistreaming-classic-post {
        margin-bottom: 28px;
    }
}
