#rh-closed-banner{position:fixed;top:0;left:0;right:0;z-index:99999;background:var(--rh-banner-bg,#D14343);color:var(--rh-banner-text,#ffffff);font-family:'Inter',sans-serif;font-size:1rem;font-weight:600;line-height:1.5;padding:12px 48px;display:flex;align-items:center;justify-content:center;gap:10px;text-align:center;box-shadow:0 3px 16px rgb(0 0 0 / .22);animation:rh-banner-drop 0.4s cubic-bezier(.22,1,.36,1) both;box-sizing:border-box}@keyframes rh-banner-drop{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}#rh-closed-banner-icon{flex-shrink:0;width:18px;height:18px;opacity:.9}#rh-closed-banner-icon svg{width:18px;height:18px;stroke:var(--rh-banner-text,#ffffff);display:block}#rh-closed-banner-text{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}#rh-closed-banner-text strong{font-weight:700}#rh-closed-banner-text span{opacity:.88;font-weight:400}#rh-closed-banner-sep{opacity:.45;font-weight:300}#rh-closed-banner-dismiss{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:6px;color:var(--rh-banner-text,#ffffff);opacity:.6;line-height:1;font-size:1rem;border-radius:3px;transition:opacity 0.15s ease,background 0.15s ease;min-width:32px;min-height:32px;display:flex;align-items:center;justify-content:center}#rh-closed-banner-dismiss:hover{opacity:1;background:rgb(255 255 255 / .15)}body.rh-banner-visible{padding-top:50px!important}@media (max-width:600px){#rh-closed-banner{font-size:.875rem;padding:10px 44px 10px 12px;line-height:1.45;align-items:flex-start;justify-content:flex-start}#rh-closed-banner-icon{display:none}#rh-closed-banner-text{flex-direction:column;align-items:flex-start;gap:3px;text-align:left}#rh-closed-banner-sep{display:none}#rh-closed-banner-dismiss{top:12px;transform:none}body.rh-banner-visible{padding-top:62px!important}}