<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html:root {
    --main-color: #4fabe1;
}

body {
    font-size: 14px;
    line-height: 20px;
}
* {
    box-sizing: border-box;
}
input:focus {
    outline: none;
}
a,a:hover,a:valid,a:active {
    text-decoration: none;
}



.s7-text-center {
    text-align: center;
}
.s7-line-1 {
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; 
}
.s7-line-2 {
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
}</pre></body></html>