.blunder-info-table {
  max-width: 700px;
  margin: 20px auto;
  font-family: 'Segoe UI', sans-serif;
}

.blunder-info-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  background-color: #fffdfd;
}

.blunder-info-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top;
  font-size: 16px;
}

.blunder-info-table .title {
  background-color: #ff5c8d;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.blunder-info-table .label {
  font-weight: bold;
  width: 130px;
  color: #e1306c;
}

.blunder-info-table .warn-text {
  color: #ff004c;
  font-weight: 500;
}

.blunder-info-table .promo-text {
  color: #ff69b4;
  font-style: italic;
  font-weight: 500;
}
