.blog-rss-fixed{position:fixed;right:30px;bottom:124px;z-index:9998;width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(220,185,91,.72);border-radius:50%;background:#111216;color:#f2d476;text-decoration:none;box-shadow:0 12px 30px rgba(0,0,0,.3);animation:rssPulse 2s ease-in-out infinite;transition:transform .2s,background .2s}
.blog-rss-fixed:hover{transform:translateY(-2px) scale(1.06);background:#211c10}
.blog-rss-fixed svg{width:23px;height:23px;fill:currentColor}
.blog-rss-fixed span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@keyframes rssPulse{0%,100%{box-shadow:0 12px 30px rgba(0,0,0,.28),0 0 0 0 rgba(220,185,91,.48)}50%{box-shadow:0 14px 34px rgba(0,0,0,.34),0 0 0 8px rgba(220,185,91,0)}}
@media(prefers-reduced-motion:reduce){.blog-rss-fixed{animation:none}}
@media(max-width:760px){.blog-rss-fixed{right:14px;bottom:106px;width:46px;height:46px}.blog-rss-fixed svg{width:21px;height:21px}}
