.section-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.section-title {
    margin-bottom: 15px;
    color: #2f5bea;
}

.survey-table {
    width: 100%;
    border-collapse: collapse;
}

.survey-table th,
.survey-table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.survey-table th {
    background: #f5f7fb;
    text-align: center;
}

.rubric-row td {
    background: #eef2ff;
    font-weight: bold;
}

.text-center {
    text-align: center;
}