<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ANNEXX */ 
/* ANX014 Ð²Ð½ÐµÑˆÐ½Ð¸Ð¹ Ð²Ð¸Ð´ Ñ‚ÐµÐ»Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ */ 
.t-records { 
 background-color: #ffffff; 
} 
body.t-body { 
 background-color: !important; 
 background-image: url(); 
 background-repeat: repeat; 
 background-attachment: fixed; 
} 

@supports not (-webkit-touch-callout: none) { 
 body.t-body { 
 background-position: center; 
 } 
} 
/* ANNEXX ÐºÐ¾Ð½ÐµÑ† ÐºÐ¾Ð´Ð° */ 

.t-feed__post-popup__content img, .t-slds__bgimg, .t-slds__item, .t-slds__container{
    border-radius: 12px;
}
    
.t-feed__post-popup.t-popup_show, .t-feed__post-popup__close-wrapper.t-feed__post-popup__close-wrapper_loading{
    background-color: #ecedf4 !important;
}
 </pre></body></html>