#srhr-banner{position:fixed; bottom:24px; left:24px; z-index:99999; max-width:480px; width:calc(100% - 48px); background:#fff; border-radius:12px; box-shadow:0 4px 24px rgba(0,0,0,0.12); padding:16px 20px; box-sizing:border-box; display:flex; align-items:center; gap:16px; opacity:0; transform:translateY(16px); transition:opacity 0.3s ease,transform 0.3s ease}
#srhr-banner.srhr-visible{opacity:1; transform:translateY(0)}
#srhr-banner.srhr-hidden{display:none}
#srhr-banner p{margin:0; padding:0; font-size:12px; line-height:1.5; color:#555; flex:1}
#srhr-banner p a{color:inherit; text-decoration:underline}
#srhr-banner p a:hover{color:#000}
#srhr-banner a.btn.secondary{display:inline-block; white-space:nowrap; flex-shrink:0}
@media (max-width:480px){
#srhr-banner{flex-direction:column; align-items:flex-start; bottom:16px; left:16px; width:calc(100% - 32px)}
#srhr-banner a.btn.secondary{align-self:flex-end}
}