/*
Theme Name:   Gist Child
Description:  Gist child theme
Author:       WordPress.org
Author URI:   https://wordpress.org/
Template:     gist
Version:      1.0.0
*/

.site-branding .container-inner {padding-top:10px;padding-bottom:2px;}
.menu-main-menu-container {text-align:center;}
.main-navigation ul li a {padding:10px 14px;font-size:15px;}
.entry-content ul {margin:0 0 1.5em 0;padding:0 0 0 1em;}
.entry-content p:has( + ul ) {margin-bottom: 0.3em;}
.entry-content p a {color: #4ea371;font-weight:600;}
.entry-content p a:hover {color: #4ea371;font-weight:600;text-decoration:underline;}

.book {display:flex;justify-content:space-between;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #D4D4D4;}
.book .bookimg {width:25%;}
.book .bookimg img {width:100%;display:block;height:auto;}
.book .booktxt {width:71%;}
a.btn {color:white!important;background-color:#4ea371;display:inline-block;width:auto;padding:0.3rem 1rem;font-weight:500;border-radius:3px;margin-top:0.8rem;}
a.btn:hover {color:white!important;background-color:#4ea371;}

.qte {background-color:#F5F6F4;border-radius:8px;padding:1rem 1.2rem 1rem;margin-bottom:1rem;}
.qte p {padding:0;margin:0;}
.qte p.sig {font-size:0.86rem;font-weight:600;}