/* ==========================================
   結果画面 (resultScreen) 専用スタイル
   ========================================== */

#resultScreen h2 {
    text-align: center;
    margin-bottom: 20px;
}

/* 結果テキスト枠 */
.result-box {
    white-space: pre-wrap; /* 改行文字(\n)をそのまま改行して表示 */
    padding: 15px;
    margin-bottom: 20px;
}