/*
Theme Name: Herb Data Room NewsMash Child
Theme URI: https://herbdataroom.com/
Description: Child theme for Herb Data Room based on NewsMash, preserving NewsOnline styling while using a classic full-post homepage layout and clean footer copyright.
Author: Herb Data Room
Template: newsmash
Version: 1.0.0
Text Domain: herbdataroom-newsmash-child
*/

@import url("../newsmash/style.css");
@import url("../newsonline/style.css");

.home .herbdataroom-classic-post,
.blog .herbdataroom-classic-post {
    margin-bottom: 3rem;
}

.home .herbdataroom-classic-post .thumb img,
.blog .herbdataroom-classic-post .thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.home .herbdataroom-full-post-content,
.blog .herbdataroom-full-post-content {
    overflow-wrap: anywhere;
}

.home .herbdataroom-full-post-content img,
.blog .herbdataroom-full-post-content img,
.home .herbdataroom-full-post-content iframe,
.blog .herbdataroom-full-post-content iframe,
.home .herbdataroom-full-post-content embed,
.blog .herbdataroom-full-post-content embed,
.home .herbdataroom-full-post-content table,
.blog .herbdataroom-full-post-content table {
    max-width: 100%;
}

.home .herbdataroom-full-post-content table,
.blog .herbdataroom-full-post-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.herbdataroom-footer-bottom .dt-row {
    justify-content: center;
}

.herbdataroom-child-copyright {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.herbdataroom-footer-bottom .widget_social {
    margin-top: 0.75rem;
    text-align: center;
}
