/*!
Theme Name: Astrana Bacp
Author: Astrana Health
Author URI: https://www.astranahealth.com
Version: 1.0.0
Requires PHP: 8.0
--------------------------------------------------------------*/

/* Temp Fixes */

.has-wpforms div.wpforms-container-full:not(:empty) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 0 !important;
}

.wpforms-recaptcha-container {
    text-align: center;
}
.wpforms-recaptcha-container .g-recaptcha {
    display: inline-block;
}

.has-wpforms div.wpforms-container-full:not(:empty) .wpforms-submit-container button.wpforms-submit {
    font-weight: 600 !important;
    font-size: 16px !important;
    box-shadow: none !important;
}

.has-wpforms div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.has-wpforms div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.has-wpforms div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.has-wpforms .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.has-wpforms .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.has-wpforms .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    --tw-bg-opacity: 1;
    background-color: rgb(41 134 204 / var(--tw-bg-opacity)) !important;
}

.has-wpforms div.wpforms-container-full:not(:empty) .wpforms-submit-container button.wpforms-submit:hover {
    background-color: rgb(36 120 183 / var(--tw-bg-opacity)) !important;
}