/* Table */

.info-table {
    width: max-content;
    max-width: 95vw;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    background: #fff;
}

.info-table td {
    padding: 12px;
    border: 1px solid #ddd;
    vertical-align: top;
    font-size: 16px;
    white-space: normal;
    overflow-wrap: break-word;
}

.info-table .label {
    font-weight: bold;
    background: #e8f2ff;
    width: 30%;
    white-space: nowrap;
}

.student-info-wrapper {
    justify-content: center;
}

.student-info-page-content {
    padding-bottom: 80px;
}

.no-data-message {
    text-align: center;
    color: #666;
    padding: 40px;
    font-style: italic;
}