.gst-9ad4e6b3-wrapper {
    width: 100%;
}

.gst-9ad4e6b3-title {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* CSS Variables initialized with sensible fallbacks */
    --gst-color-1: #123849;
    --gst-color-2: #FFDE59;
    --gst-angle: 90deg;
    --gst-progress: 0%;
    
    background-image: linear-gradient(
        var(--gst-angle), 
        var(--gst-color-1) var(--gst-progress), 
        var(--gst-color-2) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    
    /* Smooth shift as scroll changes progress */
    transition: background-image 0.05s ease-out;
}
