.pf-card-text {
    color: black !important;
    font-size: 1.1em !important;
}

.pf-button-approve {
font-size: var(--font-size-button-medium);
    padding: .75rem 1.125rem;
    letter-spacing: .05em;
    align-self: center;
    margin-top: 1.25rem;
    margin-bottom: .25rem;
color: #fff;
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
font-family: Nunito Sans, sans-serif;
    font-style: normal;
    font-weight: 800;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
}

.pf-button-reject {
font-size: var(--font-size-button-medium);
    padding: .75rem 1.125rem;
    letter-spacing: .05em;
    align-self: center;
    margin-top: 1.25rem;
    margin-bottom: .25rem;
color: #fff;
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
font-family: Nunito Sans, sans-serif;
    font-style: normal;
    font-weight: 800;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
}