.ff-listtokens-content li span {
    margin-right: 10px;
}

.ff-listtokens ul {
    list-style: none;
    padding: 0;
}

#ff-sidebar {
    display: flex;
}

#ff-face {
    display: flex;
    overflow: hidden;
}

@keyframes pulse {
    0% {
        color: var(--blue-limitless-color);
    }

    80%,
    100% {
        color: var(--blue-achievement-color);
        transform: translateY(-2px);
    }
}

.dataset-selector-title .material-symbols-outlined {
    font-size: 48px;
    color: var(--yellow-growth-color);
    animation: pulse 1.5s infinite;
}

.dataset-selector-title {
    display: flex;
    justify-content: baseline;
}

.subheader {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}