#search-section{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;background-color:transparent;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}#left-search{display:flex;flex-direction:column;gap:10px;width:45%}#left-search input{font-family:D2Coding,monospace;font-size:14px;padding:8px;border:none;border-radius:4px;box-sizing:border-box;outline:none;color:#fff;background-color:#222}#left-search input.disabled-input,#left-search input:disabled{background-color:#555}#textlist{flex-wrap:wrap;border-top:1px solid hsla(0,0%,100%,.2)}#textlist,.text-item{display:flex}.text-item{font-family:D2Coding,monospace;padding:15px;border-radius:0;align-items:center;flex:1 1 auto;overflow-x:scroll;min-width:384px;max-width:calc(33% - 30px);border-bottom:1px solid hsla(0,0%,100%,.2);background-color:transparent;transition:background-color .3s;&.hover:hover{background-color:#222}&.no-hover:hover{background-color:transparent}.text-cover{width:120px;height:180px;overflow:hidden;border-radius:6px;.cover-image{width:100%;height:100%;object-fit:cover;cursor:pointer}}.text-info{flex:1 1;margin-left:15px;flex-direction:column;height:100%;width:250px;justify-content:flex-start;.text-title{font-size:18px;font-weight:700;color:#fff;margin:18px 0 5px}.text-description{font-size:13px;color:gray;margin:5px 0 10px}.text-posts{flex-direction:column}.text-post-line{align-items:center;transition:background-color .3s;&:hover{background-color:#222;cursor:pointer;a{color:#fff}}padding:5px;&:first-of-type{border-top:1px solid hsla(0,0%,100%,.2)}border-bottom:1px solid hsla(0,0%,100%,.2)}.text-post-line a{font-size:14px;color:#ccc;text-decoration:none;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}}}