/*
Theme Name: Cenest Quun Debut Minimalist Blogger X Child
Theme URI: https://cenestquundebut.com/
Description: Child theme for C'en Est Qu'un Debut. Preserves The Paper Blog design while using Minimalist Blogger X as the valid parent template.
Author: C'en Est Qu'un Debut
Template: minimalist-blogger-x
Version: 1.0.0
Text Domain: cenestquundebut-minimalist-blogger-x-child
*/

@import url("../minimalist-blogger-x/style.css");
@import url("../the-paper-blog/style.css");

.cenest-classic-post {
    margin-bottom: 2rem;
}

.cenest-classic-post .featured-img-box {
    margin-bottom: 1rem;
}

.cenest-classic-post .featured-thumbnail {
    display: block;
    background-image: none !important;
}

.cenest-classic-post .featured-thumbnail img,
.cenest-classic-post .entry-content img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cenest-classic-post .featured-img-bg-blur {
    display: none;
}

.cenest-classic-post .entry-content iframe,
.cenest-classic-post .entry-content embed,
.cenest-classic-post .entry-content object {
    max-width: 100%;
}

.cenest-classic-post .entry-content table {
    width: 100%;
    max-width: 100%;
}

.cenest-classic-home .all-blog-articles,
.cenest-classic-home .blogposts-list {
    width: 100%;
    max-width: 100%;
}

.cenest-classic-home .blogposts-list {
    float: none;
    display: block;
}

.cenest-footer-copyright {
    text-align: center;
}

@media (max-width: 768px) {
    .cenest-classic-post .content-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}