/*
Theme Name: Efeksamping Peaceful Blox Child
Theme URI: https://efeksampingqncjellygamat.com/
Description: Child theme for Efek Samping QNC Jelly Gamat. Adds full-content blog home layout and clean footer copyright while preserving Peaceful Blox styling.
Author: Efek Samping QNC Jelly Gamat
Template: peaceful-blox
Version: 1.0.0
Text Domain: efeksamping-peaceful-blox-child
*/

.efeksamping-full-post-content img,
.efeksamping-full-post-content figure img {
    max-width: 100%;
    height: auto;
}

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

.efeksamping-full-post-content table {
    width: 100%;
    max-width: 100%;
}

.efeksamping-footer-copyright {
    text-align: center;
    width: 100%;
}

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

@media (max-width: 781px) {
    .pbx-content-sidebar {
        gap: var(--wp--preset--spacing--50, 2.25rem);
    }
}