<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.links-plane{display:grid;grid-template-columns:repeat( auto-fill,32%);grid-column-gap:5px;justify-content:space-between}.links-item{border:1px solid #f0f0f0;border-radius:4px;padding:10px;top:0;position:relative;transition:.3s;margin-bottom:10px}.links-item-empty{visibility:hidden}@media screen and (max-width:800px){body .links-plane{grid-template-columns:repeat( auto-fill,45%)}}@media screen and (max-width:500px){body .links-item img{width:24px}body .links-plane{grid-template-columns:repeat( auto-fill,100%)}body .link-description{display:none}}.links-item:hover{top:-5px}.links-item &gt; a{display:flex}.links-item &gt; a &gt; div:first-child{flex-shrink:0}.links-item img{width:48px;max-width:unset;box-shadow:none!important}.link-info-plane{margin-left:10px;min-width:0}.link-title{font-size:14px;color:#3c3c3c;white-space:nowrap;font-weight:600}.link-description{font-size:14px;color:#8f8f8f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.links-item &gt; a{color:#333!important}</pre></body></html>