@charset "UTF-8";
/*
 * templates テーマの全ページ共通スタイル（枠）。
 * ページ固有のスタイルは assets/css/{slug}.css に分割する（Phase 3 で custom_css から抽出予定）。
 */

/* [work_tags] ショートコード用（mu-plugin が出力するマークアップのスタイル。swell_child から移管） */
.work-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    justify-content: center;
}

.work-tag {
    display: inline-block;
    font-size: 13px;
    color: #2b7ab5;
    background: #e8f4fc;
    padding: 2px 10px;
    border-radius: 20px;
}
