.sf-tag{display:flex;flex-direction:row;align-items:center;gap:2px;padding:1px 8px 1px 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{background:linear-gradient(to right, #f14c83, #ea6a5f)}.sf-tag--hot::before{content:"";background-image:url("/static/icons/24x24/icon-fire.svg")}.sf-tag--free{background:linear-gradient(to right, #7024cd, #8f24cd)}.sf-tag--free::before{content:"";background-image:url("/static/icons/24x24/icon-ticket-02.webp")}.sf-tag--new{background:linear-gradient(to right, #42b0f4, #4285f4)}.sf-tag--new::before{content:"";background-image:url("/static/icons/24x24/icon-calendar-add-02.webp")}.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}}