/*
Theme Name: Yailda BlogHash Child
Theme URI: https://yailda.com/
Description: Child theme for Yailda based on BlogHash, preserving Blogdash styling and layouts.
Author: Yailda
Template: bloghash
Version: 1.0.0
Text Domain: yailda-bloghash-child
*/

@import url("../bloghash/style.css");
@import url("../blogdash/style.css");

.yailda-classic-post img,
.yailda-full-post-content img,
.yailda-full-post-content .wp-block-image img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.yailda-full-post-content {
	overflow-wrap: anywhere;
}

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

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

body.home .yailda-classic-post .bloghash-blog-entry-wrapper,
body.blog .yailda-classic-post .bloghash-blog-entry-wrapper,
body.front-page .yailda-classic-post .bloghash-blog-entry-wrapper {
	display: block;
}

body.home .yailda-classic-post .entry-media,
body.blog .yailda-classic-post .entry-media,
body.front-page .yailda-classic-post .entry-media {
	margin-bottom: 1.25rem;
}

#bloghash-copyright,
#bloghash-copyright .bloghash-flex-row,
.yailda-footer-copyright {
	text-align: center;
}

#bloghash-copyright .bloghash-flex-row {
	justify-content: center;
}

@media (max-width: 767px) {
	.yailda-classic-post .entry-title {
		line-height: 1.2;
	}
}
