/* Optional return control. It occupies measured empty space, never a reserved content overlay. */
#newsletter-return{
 position:fixed;z-index:20;box-sizing:border-box;display:flex;align-items:center;justify-content:center;
 width:128px;height:44px;margin:0;padding:8px 10px;border:1px solid #b29358;border-radius:999px;
 background:#fffdf7;color:#332819;font-family:var(--sans,sans-serif);font-size:16px;font-weight:600;
 line-height:1.4;letter-spacing:.02em;white-space:nowrap;cursor:pointer;touch-action:manipulation;
}
#newsletter-return[data-layout="rail"]{
 width:44px;height:112px;padding:5px 8px;writing-mode:vertical-rl;text-orientation:upright;
 font-size:16px;letter-spacing:.02em;
}
#newsletter-return:hover{background:#f3e9d3}
#newsletter-return:focus-visible{outline:3px solid #76561f;outline-offset:3px}
#newsletter-return[hidden]{display:none!important}
@media(forced-colors:active){#newsletter-return{border-color:ButtonText;background:ButtonFace;color:ButtonText}}
