/*--------------------------------------------------------------
MemberPress ReadyLaunch Custom Styles

This stylesheet is specifically for customizing MemberPress
ReadyLaunch templates (registration, login, account pages, etc.)

It loads separately in the footer when ReadyLaunch pages are detected.
--------------------------------------------------------------*/
.site-header {
    justify-content: center;
    padding: 1rem;
    gap: 1rem;
}
    .site-header .site-branding__logo {
        height: 56px;
    }

a.have-coupon-link {
    color: #b73e3e !important;
}
.mepr-checkout-container .form-wrapper input[type="submit"] {
    background-color: #b73e3e !important;
}
.mepr-payment-methods-radios {
    display: none;
}