<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tab-toggle {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    width: 100px;
    display: inline-block;
    border: 1px solid #0879b8;
    color: #0879b8;
    padding: 10px;
    text-align: center;
    margin: 20px;
    text-decoration: none !important;
    cursor: pointer;
}

.tab-toggle:first-child {
    right: 122px;
    border-right: 0px solid #eee; 
}

.tab-toggle.active {
    background-color: #0879b8;
    color: #fff;
    pointer-events: none;
}</pre></body></html>