/*
Theme Name: Restaurante Albur Nisarg Child
Theme URI: https://www.restaurantealbur.com/
Description: Child theme for Restaurante Albur based on Nisarg with a classic full-post homepage layout and clean footer copyright.
Author: Restaurante Albur
Template: nisarg
Version: 1.0.0
Text Domain: restaurantealbur-nisarg-child
*/

/* Restaurante Albur child theme classic homepage layout */
body.home article.restaurantealbur-classic-post,
body.blog article.restaurantealbur-classic-post {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
}

.restaurantealbur-classic-post .featured-image,
body.home .post-content .featured-image,
body.blog .post-content .featured-image {
    width: 100%;
    padding: 0.5em;
}

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

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

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

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

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

@media (max-width: 900px) {
    .restaurantealbur-full-post-content {
        padding: 1em 1.5em;
    }
}
