fieldset {
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.cpr-form .hide-label > label, .cpr-form span, .cpr-form .mb-3:last-child {
    display: none;
}

.cpr-form .mb-3 {
    margin-bottom: 1rem;
}

.mb-3:nth-child(9) label {
    font-weight: bold;
    
    &::after {
        content: " (Please include information relevant to your Consumer Rights Request, such as when any of your personal information was provided to EMCOR and the purpose for which it was provided to EMCOR, so that EMCOR can locate any of your personal information it may have and process this request.)";
        font-weight: normal;
    }
}

textarea {
    margin-top: 1rem;
}