.cw-text-slider {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 26px;
    font-weight: 600;
    white-space: nowrap;
}

.cw-text {
    transition: opacity .4s ease, transform .4s ease;
    display: inline-block;
}

.cw-separator {
    opacity: .5;
    font-size: 20px;
}
