<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.reciteme-floating {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 1000;
    display: flex;
    padding: .6rem;
    border: 2px solid white;
    outline 2px solid black;
    background: black;
    border-radius: 50%;
    cursor: pointer;
    &amp;:hover {
        border: 2px solid white;
        background: #373b3e;
    }
    .hidden {
        display: none;
    }
}
    </pre></body></html>