/*
Theme Name: Wisspurrs One Newspaper Child
Theme URI: https://wisspurrs.com/
Description: Child theme for Wisspurrs based on the One Newspaper theme.
Author: Wisspurrs
Template: one-newspaper
Version: 1.0.0
Text Domain: wisspurrs-one-newspaper-child
*/

@import url("../one-newspaper/style.css");

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

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

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

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

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

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