.status-container{display:grid;grid-template-columns:50% 50%;grid-column-gap:0}.ts-single-status{display:flex;grid-gap:20px;align-items:flex-start}.ts-social-feed .ts-status{width:100%;display:flex;flex-direction:column;grid-gap:15px}.ts-social-feed .ts-status-list{grid-gap:35px;display:flex;flex-direction:column}.ts-social-feed .ts-add-status{margin-bottom:20px}.ts-social-feed .ts-add-status textarea{min-width:100%}.ts-social-feed .ts-status-head{flex-wrap:nowrap;flex-direction:column;grid-gap:3px}.ts-social-feed .ts-status-head div{display:flex;flex-wrap:wrap;align-items:center}.ts-social-feed .ts-status-head .ts_status-author{font-weight:600;color:var(--ts-shade-1);font-size:16px;flex-shrink:0;transition:.15s ease}.ts-social-feed .ts-status-head .ts_status-author:hover{color:#525a6e}.ts-social-feed .ts-status-head a,.ts-social-feed .ts-status-head span{margin-right:4px;max-width:100%;color:var(--ts-shade-3);font-size:var(--e-global-typography-text-font-size)}.ts-social-feed .ts-status-head .ts-post-link{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-social-feed .ts-status-body{font-size:var(--e-global-typography-text-font-size);display:flex;flex-direction:column;grid-gap:15px}.ts-social-feed .ts-status-body img{border-radius:5px;width:100%}.ts-social-feed .ts-status-body .status-text{word-break:break-word;white-space:pre-wrap;line-height:1.3;font-size:var(--e-global-typography-text-font-size);color:var(--ts-shade-2)}.ts-social-feed .ts-status-body .status-text a{color:var(--ts-accent-1);font-weight:600}.ts-social-feed .ts-status-body span.ts-content-toggle{font-weight:500;color:var(--ts-shade-2);font-size:14px;cursor:pointer;text-transform:uppercase;transition:.2s ease}.ts-social-feed .ts-status-body .ts-external-link{flex-wrap:nowrap}.ts-social-feed .ts-status-body .ts-external-link a{color:#070100;flex-wrap:nowrap}.ts-social-feed .ts-status-body .ts-external-link .ts-external-image{width:120px;height:120px;min-width:120px;overflow:hidden;border-radius:10px;background-size:cover;background-position:50%;margin-right:20px}.ts-social-feed .ts-status-body .ts-external-link .ts-external-details{flex-direction:column;justify-content:center;overflow:hidden}.ts-social-feed .ts-status-body .ts-external-link .ts-external-details p{font-weight:600;margin-bottom:5px;color:var(--ts-shade-1)}.ts-social-feed .ts-status-body .ts-external-link .ts-external-details span{color:#7a7a7a;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-social-feed .ts-status-footer>ul{align-items:center;display:flex;grid-gap:15px}.ts-social-feed .ts-status-footer>ul li{display:flex;grid-gap:7px;align-items:center}.ts-social-feed .ts-status-footer>ul li .ts-item-count{color:var(--ts-shade-2);overflow:hidden}.ts-social-feed .ts-status-footer>ul li.tl-more{margin-left:auto}.ts-social-feed .ts-status-footer>ul li.tl-more>div>a{display:flex}.ts-social-feed .ts-status-footer>ul a{flex-grow:1;position:relative}.ts-social-feed .ts-status-footer>ul a:hover i{color:var(--ts-shade-1)}.ts-social-feed .ts-status-footer>ul a i{color:var(--ts-shade-2);font-size:28px;transition:.15s ease}.ts-social-feed .ts-status-footer>ul a img,.ts-social-feed .ts-status-footer>ul a svg{width:28px;height:28px;-o-object-fit:contain;object-fit:contain;transition:.15s ease}.ts-social-feed .ts-status-footer>ul a span{display:flex}.ts-social-feed .ts-status-footer>ul a.ts-liked i{color:#f0436f}.ts-social-feed .ts-status-footer>ul a.ts-liked svg{fill:#f0436f}.ts-social-feed .ts-status-avatar{width:44px;height:44px;min-width:44px;border-radius:50%;display:block;-o-object-fit:cover;object-fit:cover;position:relative}.ray-holder{transform:translate(-50%,-50%)}.ray,.ray-holder{position:absolute;top:50%;left:50%}.ray{width:22px;height:2px;z-index:50;transform-origin:0 50%;transition:all .1s linear;overflow:hidden;text-align:right;pointer-events:none}.ray,.ray:before{background:transparent}.ray:before{content:"";position:absolute;top:0;right:10%;display:block;width:50%;height:8px}.ray:nth-of-type(2){transform:rotate(45deg)}.ray:nth-of-type(3){transform:rotate(90deg)}.ray:nth-of-type(4){transform:rotate(135deg)}.ray:nth-of-type(5){transform:rotate(180deg)}.ray:nth-of-type(6){transform:rotate(225deg)}.ray:nth-of-type(7){transform:rotate(270deg)}.ray:nth-of-type(8){transform:rotate(315deg)}.selected .ray,.ts-liked .ray{width:40px}.selected .ray:before,.ts-liked .ray:before{width:10%;right:-10%;background:#f0436f;transition:width .3s cubic-bezier(.17,.67,.83,.67)}.selected .ray:before{background:var(--active-accent)}.status-comments-list{grid-row-gap:15px;display:flex;flex-direction:column;margin:15px 0}.ts-status-comments .comment-body{flex:1}.ts-status-comments>ul>li a.ts-user-avatar{overflow:hidden}.ts-status-comments>ul>li a.ts-user-avatar img{width:34px;height:34px;min-width:34px}.ts-status-comments>ul>li .status-comments-list{width:100%}.ts-status-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(33.3333333333%,1fr));margin:-5px}.ts-status-gallery li{margin:5px}.ts-status-gallery a img{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;width:100%}.ts-compose-textarea{width:100%}.ts-compose-textarea textarea,.ts-compose-textarea textarea:focus,.ts-compose-textarea textarea:hover{background:transparent}.ts-compose-textarea textarea{height:auto;max-width:100%;min-height:80px;border-radius:0;border:none;resize:none;overflow:hidden}.ts-reply.highlighted>.comment-body{background:#f8fafb;padding:20px;border-radius:10px}li.ts-reply>a{position:relative}li.ts-reply>a:before{content:"";width:0;height:100%;border-right:1px solid var(--ts-shade-4);position:absolute;top:40px;left:50%;transform:translateX(-50%)}.rev-star-score{grid-gap:2px}.rev-star-score span{display:flex}.rev-star-score i,.rev-star-score svg{font-size:20px;width:20px;height:20px;color:var(--ts-shade-5);fill:var(--ts-shade-5)}.rev-star-score .active i,.rev-star-score .active svg{color:var(--ts-accent-1);fill:var(--ts-accent-1)}.rev-score{display:flex;grid-gap:10px;align-items:center}.rev-score .rev-num-score{background:var(--ts-accent-1);align-items:center;justify-content:center;padding:5px 12px;color:#fff;border-radius:50px}.rev-score .rev-num-score,.rev-score span{font-size:var(--e-global-typography-text-font-size)}.rev-score span{color:var(--ts-shade-3)}.rev-cats{--max-r-width:250px;display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--max-r-width),1fr));grid-gap:20px}.review-cat{grid-gap:10px;display:grid}.review-cat span{display:flex;justify-content:space-between;color:var(--ts-shade-1);font-size:var(--e-global-typography-text-font-size)}.review-cat span span{color:var(--ts-shade-3)}.rev-chart{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:3px;--side-radius:5px}.rev-chart li{height:4px;background:var(--ts-shade-5)}.rev-chart li:first-child{border-top-left-radius:var(--side-radius);border-bottom-left-radius:var(--side-radius)}.rev-chart li:last-child{border-top-right-radius:var(--side-radius);border-bottom-right-radius:var(--side-radius)}.rev-chart li.active{background:var(--ts-accent-1)}.reply-pending .ts-popup-controller,.status-pending .ts-popup-controller{pointer-events:none;opacity:.8}