/*
Theme Name: Finitas Engineering
Theme URI:  https://finitasengineering.co.uk/
Description: Child theme for Twenty Twenty-Five
Author:      Andrew Snowball
Author URI:  https://finitasengineering.co.uk/
Template:    twentytwentyfive
Version:     1.0.0
Text Domain: finitas-engineering
*/


.ninja-forms-field.nf-element[type="submit"] {
    display: inline-block;
    padding: 0.75em 1.5em;
    border-radius: 0.5em;
    font-weight: 600;
    text-decoration: none;
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--background);
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

.ninja-forms-field.nf-element[type="submit"]:hover {
    opacity: 0.85;
}