/* news/index.html 用の調整 */
.news-hero {
    height: auto;
    margin: 120px 0 80px;
}

.news-date {
    display: block;
    margin-top: 15px;
    font-size: 0.8rem;
    color: var(--accent-cyan);
    font-weight: 700;
}

.news-excerpt {
    font-size: 0.9rem;
    color: var(--text-dim);
    margin-top: 10px;
    margin-bottom: 0;
}

/* リンクではないカード（Debutなど）のポインタ無効化 */
div.link-card {
    cursor: default;
}
