.tray-skins,
.system-skins {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tray-skin-button {
    min-width: 38px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
}

.tray-skin-button.is-active {
    background: rgba(255, 255, 255, 0.24);
}
