/* ==========================================================
   作品基本情報テーブル (acf/work-info)
   ========================================================== */

.ocv-work-info tr > * {
    padding-top: 18px;
    padding-bottom: 18px;
}

.ocv-work-info tr > th {
    background-color: #f8f9fa;
}

/* ジャンルリンク */
.ocv-work-info__genre-link {
    font-weight: 700;
    text-decoration: none !important;
}

.ocv-work-info__genre-link:hover {
    opacity: .7;
}

/* キャスト（ミルビー風） */
.ocv-work-info__cast-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
}

.ocv-work-info__cast-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}

.ocv-work-info__cast-role {
    display: block;
    font-size: 10px;
    color: #838a8e;
    line-height: 1;
    margin-bottom: 4px;
}

.ocv-work-info__cast-name {
    font-weight: 700;
    line-height: 1;
}

.ocv-work-info__cast-link {
    text-decoration: none !important;
    font-weight: 700;
}

.ocv-work-info__cast-link:hover {
    opacity: .7;
}

@media (min-width: 600px) {
    .ocv-work-info__cast-list {
        gap: 8px 20px;
    }

}

/* 共通タクソノミーリンク */
.ocv-work-info__term-link {
    text-decoration: none !important;
    font-weight: 700;
}

.ocv-work-info__term-link:hover {
    opacity: .7;
}

/* 関連リンク */
.ocv-work-info__link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin: 2px 12px 2px 0;
    text-decoration: none !important;
}

.ocv-work-info__link:hover {
    opacity: .7;
}

.ocv-work-info__link::before {
    content: "▸ ";
    font-size: 11px;
}
