/**
 * Scholarship Applications - Frontend Styles
 * Styling for the frontend application form
 */

/* ACF Field Description */
.acf-field p.description {
    font-size: 14px;
}

/* ACF Label */
.acf-field .acf-label label {
    color: #000;
}

#sa-app-form{
    margin: 0 auto;
    max-width: min(100%,60rem);


    border: 8px solid var(--secondary-semi-light);
    border-radius: var(--radius-xxl);

    background-color: #fff;

    padding:1em;
}

ul.acf-radio-list li label, ul.acf-checkbox-list li label{
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.acf-button-group label {
    color: #000;
}

/* Scholarships field instructions */
.sa-scholarship-instructions {
    color: #444649;
}

.sa-scholarship-instructions-link {
    font-weight: bold;
    text-decoration: underline;
}