<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block-school-content .school-content-main .btn::after {
    display: none !important;

}
.school-map-lg {
    width: auto;
}

html, body {
    font-family: system-ui !important;
}
@media (min-width:769px){
    .user-info {
        display: flex !important;      
        align-items: center;           
        gap: 0.5rem;                   
    }   
}

@media (max-width:916px){
    .user-info {
        display: none !important;                       
    }  
}

@media screen and (min-width: 768px) {
    .avatar,.dropdown {
      display: block !important;
    }
}

</pre></body></html>