/* ===============================
   月タイトル
=============================== */
.hb-kendai-month-title {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 28px;
    color: #333;
}

/* ===============================
   Lightningのh2装飾だけを殺す
=============================== */
.entry-content h2::before,
.entry-content h2::after {
    display: none !important;
}

/* ===============================
   全体ラッパー
=============================== */
.hb-kendai-wrapper {
    background: #ffffff;
    padding: 44px;
    border-radius: 18px;
    border: 1px solid #e0e0e0;
    margin: 36px 0;
}

/* ===============================
   2カラム
=============================== */
.hb-kendai-two-column {
    display: flex;
    gap: 48px;
}

.hb-kendai-col {
    flex: 1;
}

@media (max-width: 768px) {
    .hb-kendai-two-column {
        flex-direction: column;
        gap: 32px;
    }
}

/* ===============================
   兼題タイトル枠（主役）
=============================== */
.hb-kendai-title {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 2.4em;
    font-weight: 600;
    color: #000;
    text-align: center;

    padding: 32px 24px;
    margin-bottom: 14px;

    border: 1px solid #cfd8e3;
    border-radius: 16px;
    background: #f9fafc;
}

/* ===============================
   選者
=============================== */
.hb-kendai-haijin {
    font-size: 0.95em;
    color: #555;
    margin: 6px 0 10px;
}

/* ===============================
   説明文
=============================== */
.hb-kendai-reason {
    font-size: 1.05em;
    line-height: 1.7;
    color: #333;
}

/* ===============================
   締切・結果
=============================== */
.hb-kendai-meta {
    margin-top: 26px;
    font-size: 1em;
}
