/* Controls */
#controls {
    z-index: 6;
    font-size: 9pt;
    text-align: center;
    padding: 6px 10px;
    position: fixed;
    right: 14px;
    top: 4px;
    user-select: none;
    background: rgba(2, 6, 23, 0.9);
    color: #94a3b8;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 10px;
}

#controls [disabled] {
    color: #475569;
}

#controls>*:not(:last-child):after {
    content: " | ";
}

@media screen and (max-width: 980px) {
    #controls {
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        padding-top: 24px;
    }
}
