/*!
Theme name: Checklist Insider
Author: Abhijeet K.
Author URI: https://abhijeetkarmakar.com
Template: yuki
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 8.0
*/
@charset "utf-8";

/*
* General styles from theme style.css - STARTS
*/
.yuki-container {
    max-width: 1280px;
}

.single .yuki-article-header {
    max-width: max-content;
}

.single #content img[class^="wp-image-"],
.single #content img[class*=" wp-image-"] {
    box-shadow: var(--bs-box-shadow-sm);
    transition: all .3s ease-in-out;
}

.single #content img[class^="wp-image-"]:hover,
.single #content img[class*=" wp-image-"]:hover {
    box-shadow: var(--bs-box-shadow);
}

.single #content img.size-full {
    width: 100%;
}

footer.yuki-footer-area {
    padding-bottom: 50px;
}

html.sr .yuki-scroll-reveal,
html.sr .yuki-scroll-reveal-widget {
    margin-bottom: 15px;
}

.yuki-sidebar .yuki-widget {
    background-color: #ffffff;
    padding: 10px 15px;
    box-shadow: 0px 5px 10px 0px #efefef;
}

/*
* General styles from theme style.css - ENDS
*/