/* singleの下のタグのカプセル化 */
.ky-post-tag-group{
    margin-top:1.2rem;
}

.ky-tag-label{
    font-size:.85rem;
    font-weight:600;
    color:#666;
    margin-bottom:.5rem;
}

.ky-post-tags{
    display:flex;
    flex-wrap:wrap;
    gap:.5rem;
}

.ky-post-tag{
    display:inline-block;
    padding:.35rem .9rem;
    border-radius:999px;
    background:#f4efe8;
    text-decoration:none;
    color:#5f4a36;
    font-size:.9rem;
}

.ky-post-tag:hover{
    background:#e8dccd;
}