.sx-badge-wrapper {
    margin-bottom: 8px;
}

.sx-badge-special {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0ea5e9, #38bdf8);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(56, 189, 248, 0.45);
}

.sx-badge-special::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #facc15;
    box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.35);
}
