.tp-pulpit-label {
    text-align: center;
    font-size: 11px;

    margin-top: 12px;     /* spacing under UP NEXT */
    margin-bottom: 20px;  /* space above controls */

    letter-spacing: 1px;
    color: #9fbfc7;
    opacity: 0.9;
}

.tp-pulpit-label a {
    color: #33e412;
    text-decoration: none;
    font-weight: 600;
}

.tp-pulpit-label a:hover {
    text-decoration: underline;
}

/* ✅ THIS is the correct spacing target */
#tp-up-next {
    margin-bottom: 6px;
}