
body.cr-platform :is(.woocommerce,.cr-contact-form,.cumbre-register-only,.cr-auth-form) :is(button.button,input[type="submit"],input.button,a.button){background:#173b50!important;color:#fff!important;border:1px solid #214c63!important;border-radius:9px!important;padding:11px 17px!important;min-height:42px;box-shadow:none!important;font-family:inherit!important;font-size:13px!important;font-weight:600!important;line-height:1.4!important;text-transform:none!important;letter-spacing:0!important;text-decoration:none!important}
body.cr-platform :is(.woocommerce,.cr-contact-form,.cumbre-register-only,.cr-auth-form) :is(button.button,input[type="submit"],input.button,a.button):hover{background:#22556c!important;border-color:#36758c!important;color:#fff!important}
body.cr-platform :is(.woocommerce,.cr-contact-form,.cumbre-register-only,.cr-auth-form) :is(button.button,input[type="submit"],input.button,a.button):focus-visible{outline:3px solid #72c8df!important;outline-offset:3px}

/* Payment controls share the account interface, overriding legacy theme pills. */
body.cr-platform .cr-payments form,
body.cr-platform .cr-renewal-confirm form{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:18px 0 12px}
body.cr-platform .cr-payments form button,
body.cr-platform .cr-renewal-controls form button{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:42px!important;width:auto!important;max-width:100%;margin:0!important;padding:10px 16px!important;border:1px solid #214c63!important;border-radius:9px!important;background:#173b50!important;color:#fff!important;font-family:inherit!important;font-size:13px!important;font-weight:600!important;line-height:1.4!important;letter-spacing:0!important;text-transform:none!important;text-decoration:none!important;box-shadow:0 2px 5px #173b5012!important;white-space:normal;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}
body.cr-platform .cr-payments form button:hover,
body.cr-platform .cr-renewal-controls form button:hover{background:#22556c!important;border-color:#36758c!important;box-shadow:0 3px 9px #173b5020!important}
body.cr-platform .cr-payments form button:focus-visible,
body.cr-platform .cr-renewal-controls form button:focus-visible{outline:3px solid #72c8df!important;outline-offset:3px}
body.cr-platform .cr-payments form button[value="refresh"]::before{content:"↻";font-size:19px;line-height:1;font-weight:400}
body.cr-platform .cr-payments form button[value="cancel"],
body.cr-platform .cr-renewal-controls form button{background:#fff!important;color:#87433e!important;border-color:#e0c9c5!important;box-shadow:none!important}
body.cr-platform .cr-payments form button[value="cancel"]:hover,
body.cr-platform .cr-renewal-controls form button:hover{background:#fcf2f0!important;border-color:#c6978f!important}
body.cr-platform .cr-payments form button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none!important}
@media(prefers-reduced-motion:reduce){body.cr-platform .cr-payments form button,body.cr-platform .cr-renewal-controls form button{transition:none}}
