/*
 * Hephaestusによる神託の聖域の美の法典 Ver. 1.0
 */
.daily-card { background:#fff; border-radius:16px; box-shadow:0 10px 30px rgba(0,0,0,0.05); padding:30px 35px; text-align:center; }
.daily-date { font-size: 1.2em; color: #718096; margin-bottom: 25px;}
#content-title { font-size: 1.9em; color: var(--primary-color); margin-bottom: 15px; line-height: 1.5; }
#content-description { font-size: 1.1em; line-height: 1.8; color: #2d3748; text-align: left; }

.daily-commentary-area {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #e2e8f0;
}
/* commentaryの基本スタイルは、info-style.cssに記述されているものを流用・継承する */