/**
 * Go Movement Counter Styles
 */

.go-movement-counter-container {
    display: inline-block;
    text-align: left;
}

.go-movement-counter-number {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 69px;
    font-weight: 600;
    line-height: 1;
    color: #E00101;
    margin: 0;
    padding: 0;
}

.go-movement-counter-label {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    color: #E00101;
    margin: 0;
    padding: 0;
    margin-top: 2px; /* Minimal spacing - almost touching */
    white-space: nowrap;
}
