body.page-template-page-signup h3 {
    color: var(--wp--preset--color--orange)
}

/* Following confirmation/invoice page */
body.memberpressproduct-template-page-registration .mp-table {
    border: 1px solid !important;
    border-radius: 10px;
}

body.memberpressproduct-template-page-registration table.mp-table th,
body.memberpressproduct-template-page-registration table.mp-table td {
    border-color: var(--wp--preset--color--off-black) !important;
}

body.memberpressproduct-template-page-registration table.mp-table tfoot tr th {
    border-bottom: 0 !important;
}