.section-title {
  font-size: 15px !important;
  font-weight: 500;
}

.summary-card,
.question-details {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 5px 5px;
  background: #f4f6f8;
  overflow: hidden;
}

.info-grid .row {
  margin: 0;
}

.grid-cell {
  padding: 5px 5px;
  border-right: 1px solid #e3e6ea;
  border-bottom: 1px solid #e3e6ea;
}

/* remove last column vertical line */
.grid-cell:last-child {
  border-right: none;
}

/* remove last row horizontal line */
.info-grid .row:last-child .grid-cell {
  border-bottom: none;
}

.info-grid label {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 4px;
}

.value {
  font-weight: 500;
}

.readonly-box {
  background: #f4f6f8;
  border: 1px solid #e3e6ea;
  border-radius: 6px;
  padding: 10px 20px;
}

.readonly-box label {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 4px;
  display: block;
}

.readonly-value {
  font-size: 14px;
  font-weight: 500;
}

.review-textarea {
  border-radius: 6px;
}

.modal-status-badge {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
}