#tss-switcher {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 8px;
    z-index: 9999;
}

#tss-switcher button {
    background: #333;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}

#tss-switcher button:hover {
    background: #555;
}

html.tss-large {
    font-size: 120% !important;
}
