.instruction { background: #fff0f0; color: red; padding: 10px; font-weight: bold; text-align: center; border-bottom: 2px solid #ccc; }
.meta-table, .question-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.meta-table td, .question-table td, .question-table th { padding: 8px; vertical-align: middle; }
.score-input { width: 50px; text-align: center; }
.partner-header { background-color: red; color: white; text-align: center; font-weight: bold; }
.blue-cell { background-color: #007bff; }
.blue-cell input { background-color: #007bff; border: none; color: white; }
.container { display: flex; margin: 20px; gap: 20px; }
.left { flex: 3; }
.right { flex: 1; display: flex; flex-direction: column; gap: 20px; align-items: center; }
.result-box { border: 1px solid #ccc; padding: 10px; width: 100%; }
.submit-btn { margin: 20px 30px; padding: 10px 100px; background: #007bff; color: white; border: none; border-radius: 5px; font-weight: bold; cursor: pointer; }
