﻿
.university-use-prescrire {
    gap: 8px;
    border: 1px solid var(--gray-300, #D0D5DD);
    background: #FFF;
}

    .university-use-prescrire th {
        padding: 8px 24px;
        color: var(--gray-modern-400, #9AA4B2);
        /* Headline/Small */
        font-family: var(--font-header);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
    }
    .university-use-prescrire td {
        padding: 24px 16px;
        gap: 24px;
        color: var(--gray-modern-700, #364152);
        /* Headline/Medium */
        font-family: var(--font-asap);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 133.333% */
    }