/* Nice card style */
.entry-content h2{margin-top:2.2rem;margin-bottom:1rem;padding-left:.6rem;border-left:4px solid var(--kanewspro-accent,#7aa454)}
.entry-content ul{list-style:none;padding-left:0;display:grid;gap:.6rem}
.entry-content ul>li{background:#fff;border:1px solid #ececec;border-radius:12px;padding:.75rem .9rem;box-shadow:0 1px 0 rgba(0,0,0,.03);transition:box-shadow .2s,transform .2s}
.entry-content ul>li:hover{box-shadow:0 6px 14px rgba(0,0,0,.08);transform:translateY(-1px)}
.entry-content li>strong>a{text-decoration:none;color:inherit}
.entry-content li>strong>a:hover{text-decoration:underline}
.entry-content li{line-height:1.45}
.entry-content li em{background:#eef5ea;color:#4f6b3f;font-style:normal;padding:.15rem .45rem;border-radius:999px;margin-left:.3rem;font-size:.75rem}
.single-post .post-thumbnail img{border-radius:14px}
@media (min-width:992px){.entry-content ul{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:991px){.entry-content ul{grid-template-columns:1fr}}
