/*
Theme Name: GM Knitted Fabric Peaceful Blox Child
Theme URI: https://gmknittedfabric.com/
Description: Child theme for Peaceful Blox, preserving the parent block theme layout and adding small responsive safeguards.
Author: GM Knitted Fabric
Template: peaceful-blox
Version: 1.0.0
Text Domain: gmknittedfabric-peaceful-blox-child
*/

@import url("../peaceful-blox/style.css");

.gmknittedfabric-responsive-content {
	overflow-wrap: anywhere;
}

.wp-site-blocks img,
.wp-block-post-content img {
	max-width: 100%;
	height: auto;
}

.wp-site-blocks iframe,
.wp-site-blocks embed,
.wp-site-blocks object,
.wp-site-blocks video,
.wp-block-post-content iframe,
.wp-block-post-content embed,
.wp-block-post-content object,
.wp-block-post-content video {
	max-width: 100%;
}

.wp-block-table {
	max-width: 100%;
	overflow-x: auto;
}

.pbx-footer__lower {
	text-align: center;
}

@media (max-width: 44rem) {
	.pbx-query-card,
	.wp-block-group.pbx-query-card {
		padding: clamp(1.15rem, 5vw, 1.6rem) !important;
	}
}

.gmknittedfabric-full-post-card .wp-block-post-featured-image img {
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

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

.gmknittedfabric-full-post-content :where(img, iframe, embed, object, video) {
	max-width: 100%;
}

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