.cte-survey-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem;
}

.cte-survey-errors {
  background: #fef2f2;
  border: 1px solid #fecaca;
  padding: 1rem;
  margin-bottom: 1rem;
}

.cte-field {
  margin-bottom: 1.25rem;
}

.cte-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.cte-likert-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.cte-likert-table th,
.cte-likert-table td {
  border: 1px solid #e5e7eb;
  padding: 0.5rem;
  vertical-align: top;
}

.cte-likert-table .cte-question-text {
  min-width: 280px;
}

.cte-likert-label {
  font-size: 0.7rem;
  display: block;
  text-align: center;
}

.cte-likert-cell {
  display: flex;
  justify-content: center;
}

.cte-questions-cards {
  display: none;
}

.cte-question-card {
  border: 1px solid #e5e7eb;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
}

.cte-likert-option {
  display: block;
  margin: 0.35rem 0;
}

.cte-submit-btn {
  background: #1d4ed8;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
}

.cte-team-field.is-hidden,
.cte-level-field.is-hidden {
  display: none;
}

@media (max-width: 768px) {
  .cte-likert-table {
    display: none;
  }
  .cte-questions-cards {
    display: block;
  }
}
