/*
Theme Name: Animales Del Planeta PKHosting Child
Theme URI: https://www.animalesdelplaneta.org/
Author: Animales Del Planeta
Description: Child theme for PKHosting with a classic full-content blog homepage and clean dynamic footer copyright.
Template: pkhosting
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.8
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: animalesdelplaneta-pkhosting-child
Tags: one-column, two-columns, right-sidebar, custom-logo, footer-widgets, blog
*/

@import url("../pkhosting/style.css");

/* Animales Del Planeta child adjustments */
.home .pk-blog-post-box,
.blog .pk-blog-post-box {
    width: 100%;
    max-width: 100%;
}

.home .animales-classic-featured,
.blog .animales-classic-featured {
    margin-bottom: 20px;
}

.home .animales-classic-featured img,
.blog .animales-classic-featured img,
.animales-classic-featured-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.animales-full-content img,
.animales-full-content iframe,
.animales-full-content embed,
.animales-full-content video,
.animales-full-content table {
    max-width: 100%;
}

.animales-full-content table {
    width: 100%;
}

.animales-full-content a,
.animales-full-content .wp-block-button__link {
    word-break: break-word;
}

.pk-footer-copyright,
.animales-footer-copyright {
    text-align: center;
}

.animales-footer-copyright {
    margin: 0;
}

@media (max-width: 767px) {
    .home .pk-blog-post-box,
    .blog .pk-blog-post-box {
        padding-left: 0;
        padding-right: 0;
    }
}