/*
Theme Name: Kuchilog Custom
Theme URI: https://kuchilog.blog
Description: くちログ — 楽天お取り寄せグルメ＆キッチン家電レビュー
Version: 1.0.0
Author: kuchilog
Text Domain: kuchilog
*/
/* Reset WordPress core body constraints */
html {
	    background: var(--cream, #FFF8F0) !important;
}
body {
	    max-width: none !important;
	    width: 100% !important;
	    margin: 0 !important;
	    padding: 0 !important;
	    border: none !important;
	    box-shadow: none !important;
	    background: var(--cream, #FFF8F0) !important;
}

/* Fix hero stats/CTA overlap */
.kl-hero-content {
    padding-bottom: 120px;
}