/**
 * Blog pages — styles from Blogs / Blog-Category / Blog-Post.html.
 */

@keyframes kr-tag-in{0%{opacity:0;transform:rotate(-2deg) translateY(-14px) scale(.85)}60%{opacity:1;transform:rotate(-2deg) translateY(2px) scale(1.04)}100%{opacity:1;transform:rotate(-2deg) translateY(0) scale(1)}}
@keyframes kr-tag-glow{0%,100%{box-shadow:0 0 0 0 rgba(212,175,55,.55)}50%{box-shadow:0 0 0 9px rgba(212,175,55,0)}}
.kr-tag-anim{animation:kr-tag-in .8s cubic-bezier(.34,1.56,.64,1) both,kr-tag-glow 2.4s ease-in-out .8s infinite}

@keyframes kr-hero-shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}
.kr-hero-title-anim{background:linear-gradient(90deg,#f7f5ef 0%,#f7f5ef 40%,#d4af37 50%,#f7f5ef 60%,#f7f5ef 100%);background-size:250% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:kr-hero-shimmer 3.5s linear infinite}

.kr-post-body p{margin:0}
.kr-post-body p+p{margin-top:18px}
.kr-post-body a{color:#181818}
.kr-post-body a:hover{color:#d4af37}

@media (max-width:760px){
  .kr-post-body{width:100% !important}
}
