.psoh-container{position:relative;display:inline-block;overflow:visible}.psoh-wrapper{position:absolute;top:20px;left:20px;display:flex;align-items:center;z-index:999;opacity:1;transform:translateY(0);cursor:pointer;text-decoration:none}.psoh-icon{display:flex;justify-content:center;align-items:center;width:44px;height:44px;background-color:#e60023;border-radius:50%;box-shadow:0 4px 6px rgba(0,0,0,.2);margin-right:12px;transition:transform .2s ease}.psoh-icon svg{width:24px;height:24px;fill:#fff}.psoh-label{display:flex;align-items:center;background-color:#e60023;color:#fff;padding:10px 20px;border-radius:30px;font-family:'Roboto',sans-serif;font-size:16px;font-weight:800;white-space:nowrap;box-shadow:0 4px 6px rgba(0,0,0,.2);animation:psoh-attention 3s infinite ease-in-out}.psoh-arrow{display:flex;align-items:center;margin-right:8px}.psoh-arrow svg{width:16px;height:16px;fill:#fff;stroke:#fff;stroke-width:1}.psoh-wrapper:hover .psoh-icon{transform:scale(1.1)}.psoh-wrapper:hover .psoh-label{background-color:#ad081b}@keyframes psoh-attention{0%,100%{transform:translateX(0)}10%{transform:translateX(-3px)}20%{transform:translateX(3px)}30%{transform:translateX(-3px)}40%{transform:translateX(3px)}50%{transform:translateX(0)}}.psoh-container img{display:block;max-width:100%;height:auto}