/* One saved-form return control across the public site. No theme/global resets. */
.rcrp-private-return[hidden] { display: none !important; }
body .rcrp-private-return {
    position: fixed; inset: auto 12px calc(12px + env(safe-area-inset-bottom,0px));
    display: flex; align-items: center; width: min(550px,calc(100% - 24px)); margin-inline: auto; z-index: 80;
    box-sizing: border-box; border: 1px solid #c4d6e0; border-radius: 16px; background: #fff; color: #142c40;
    box-shadow: 0 6px 28px #102c4433; color-scheme: light;
}
body .rcrp-private-return .rcrp-private-return__button {
    display: flex; align-items: center; gap: 12px; flex: 1; min-width: 0; min-height: 72px; padding: 12px;
    background: #fff !important; color: #142c40 !important; border: 0; border-radius: 16px; text-align: left;
    font-family: inherit; line-height: 1.35; text-decoration: none !important; cursor: pointer;
}
body .rcrp-private-return__icon { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; border-radius: 12px; background: #fff0e2; }
body .rcrp-private-return__icon svg { display: block; width: 32px; height: 32px; overflow: visible; }
body .rcrp-private-return__text { min-width: 0; }
body .rcrp-private-return__text strong { display: block; font-size: 16px; color: #142c40 !important; -webkit-text-fill-color: #142c40 !important; font-weight: 750; }
body .rcrp-private-return__text small { display: block; margin-top: 4px; font-size: 14px; color: #435c6d !important; -webkit-text-fill-color: #435c6d !important; }
body .rcrp-private-return .rcrp-private-return__close {
    flex: 0 0 44px; width: 44px; min-height: 44px; margin: 0 6px 0 0; padding: 0; border: 0; border-radius: 12px;
    background: #f0f4f6 !important; color: #234254 !important; -webkit-text-fill-color: #234254 !important; font: 28px/1 sans-serif; cursor: pointer;
}
body .rcrp-private-return__button:hover { box-shadow: inset 0 0 0 2px #c77a3e; }
body .rcrp-private-return :is(a,button):focus-visible { outline: 3px solid #006f9e !important; outline-offset: 2px; }
body.rcrp-private-return-visible { padding-bottom: calc(112px + env(safe-area-inset-bottom,0px)); }
body .rcrp-private-return-dialog {
    position: fixed; inset: 0; box-sizing: border-box; width: min(460px,calc(100% - 32px)); max-height: calc(100dvh - 40px);
    margin: auto; padding: 24px; color: #142c40; background: #fff; color-scheme: light; border: 1px solid #bfd0dd; border-radius: 20px;
    box-shadow: 0 16px 70px #102c4433; font-family: inherit; font-size: 16px; line-height: 1.55;
}
body .rcrp-private-return-dialog:not([open]) { display: none; }
body .rcrp-private-return-dialog::backdrop { background: #0b223480; }
body .rcrp-private-return-dialog h2 { color: #142c40 !important; font-size: 22px; line-height: 1.3; margin: 0 0 12px; }
body .rcrp-private-return-dialog p { color: #304e60 !important; font-size: 16px; line-height: 1.55; margin: 0 0 20px; }
body .rcrp-private-return-dialog__actions { display: grid; gap: 10px; }
body .rcrp-private-return-dialog button { width: 100%; min-height: 48px; border: 1px solid #496c7e; border-radius: 12px; padding: 10px 16px; font: inherit; font-weight: 650; color: #153c51 !important; background: #f0f5f8 !important; cursor: pointer; }
body .rcrp-private-return-dialog button:first-child { background: #153c51 !important; color: #fff !important; }
body .rcrp-private-return-dialog button:focus-visible { outline: 3px solid #b14a18; outline-offset: 2px; }
@media (prefers-reduced-motion: no-preference) { body .rcrp-private-return { animation: rcrp-resume-enter .25s ease-out; } @keyframes rcrp-resume-enter { from { transform: translateY(8px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } }
@media print { body .rcrp-private-return, body .rcrp-private-return-dialog { display: none !important; } body.rcrp-private-return-visible { padding-bottom: 0; } }
