.down-admin-row {    z-index: 9999;    position: fixed;    bottom: 0;    left: 0;    display: flex;    align-items: center;    gap: 5px;    width: 100vw;    min-height: 40px;    border-top: 1px solid #b7b7b7;    padding: 0 15px;        text-shadow: 0 1px 0 #fff;    background: #f3f3f3;    background-size: 100% 100%;    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));    background: -webkit-linear-gradient(top, #ffffff, #cccccc);    background: -moz-linear-gradient(top, #ffffff, #cccccc);    background: -ms-linear-gradient(top, #ffffff, #cccccc);    background: -o-linear-gradient(top, #ffffff, #cccccc);}.editor-wrapper {    min-height: calc(100vh - 60px);}.editor-wrapper .tox.tox-tinymce {    height: 80vh!important;}.aboutus {    padding: 2em 10px;}#CS p {    margin: 0.3em 0;}#CS h1 {    font-size: 2em;    font-weight: 800;}#CS h2 {    font-size: 1.4em;    font-weight: 600;}#CS strong {    font-weight: 600!important;}#CS ol li {    list-style-type: decimal;}#CS a {    font-weight: 600;    color: #0f5396;}@media screen and (max-width: 950px) {    #CS p {        margin: 0.2em 0;    }    #CS h1 {        font-size: 1.6em!important;        font-weight: 800;    }    #CS h2 {        font-size: 1.2em;        font-weight: 600;    }    #CS img {        display: inline-block;        max-width: 100%;        max-height: 60vh;        object-fit: contain;    }}