/* Force Mailchimp button styling - FINAL OVERRIDE */
#mc-embedded-subscribe.button,
input#mc-embedded-subscribe {
    background: rgba(255, 255, 255, 0.2) !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    border: 2px solid white !important;
    padding: 14px 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    text-transform: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

#mc-embedded-subscribe.button:hover,
input#mc-embedded-subscribe:hover {
    background: white !important;
    background-color: white !important;
    color: #1e3a5f !important;
}