.gst-09a1310a-wrapper {
    display: block;
    width: 100%;
}

.gst-09a1310a-text {
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    unicode-bidi: plaintext;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

/* Subtle shine - narrow highlight band sweeping across */
.gst-09a1310a-anim-shine {
    background-size: 300% auto;
    animation: gst-09a1310a-subtle-shine 3s ease-in-out infinite;
}

.gst-09a1310a-anim-combined {
    background-size: 300% auto;
    animation: gst-09a1310a-subtle-shine 3s ease-in-out infinite;
}

@keyframes gst-09a1310a-subtle-shine {
    0% {
        background-position: 100% center;
    }
    100% {
        background-position: -100% center;
    }
}

/* Sparkle dots */
.gst-09a1310a-sparkle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    animation: gst-09a1310a-twinkle var(--gst-sparkle-duration, 1.5s) ease-in-out infinite;
    animation-delay: var(--gst-sparkle-delay, 0s);
}

@keyframes gst-09a1310a-twinkle {
    0%, 100% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
}
