.sf-tag{display:flex;flex-direction:row;align-items:center;gap:2px;padding:0 5px;color:#fff;background:#7024cd;font-size:12px;border-radius:12px 12px 12px 2px;transition:transform .2s}.sf-tag:hover{transform:scale(1.08)}.sf-tag::before{display:block;width:1em;height:1em;background-position:center;background-repeat:no-repeat;background-size:1em}.sf-tag--hot::before{content:"";background-image:url("/static/icons/24x24/icon-fire.svg")}.sf-tag--free::before{content:"";background-image:url("/static/icons/24x24/icon-fire.svg")}.sf-tag--hd{padding:2px 12px;background:linear-gradient(to right, #21c5a4, #20a8d5);border-radius:999px}.sf-tag--fast{padding:2px 12px;background:linear-gradient(to right, #8a2aff, #a62aff);border-radius:999px}@media screen and (max-width: 880px){.sf-tag{font-size:10px}}