.slf-live-ticker__meta {
    right: 17px;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.slf-live-ticker__competition {
    overflow: hidden;
    padding: 2px 6px;
    border-radius: 999px;
    background: #e8f1ed;
    color: #31584a;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slf-live-ticker__date {
    color: #b9dfca;
    font-size: .82em;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .slf-live-ticker__meta {
        right: 13px;
    }

    .slf-live-ticker__date {
        display: block;
        margin-top: 2px;
        font-size: .72em;
    }
}
