/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
.works_cat-box {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 2.5rem;
}

.works-ct-term-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;/* 横並び */
	 flex-wrap: wrap;
    gap: 10px;               /* アイテム間の余白 */
}

.works-ct-term-list li {
    /* 縦なし、つまり高さ固定しない */
}

.works-ct-term-list li a {
    /*display: inline;*/
    padding: 5px 20px;       /* テキストの上下左右余白 */
    white-space: nowrap;     /* 改行禁止 */
    /* max-width: 2ch;  */        /* 最大横幅を2文字分に制限 */
    /*overflow: hidden; */       /* はみ出し部分は隠す */
    /*text-overflow: ellipsis;*/ /* はみ出し部分は「…」に */
    border: 1px solid #ccc;  /* 見やすいボーダー（任意） */
    border-radius: 4px;      /* 角丸（任意） */
    text-align: center;      /* 中央揃え */
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.works-ct-term-list li a:hover {
    background-color: #eee;
}
