.feed{grid-template-columns:repeat(3,1fr);grid-gap:20px;max-width:960px}.feed,.feed-recent-searches{display:grid;margin:0 auto;padding:20px}.feed-recent-searches{grid-template-columns:repeat(1,1fr);grid-gap:20px;max-width:500px}.feed-post{width:100%;border:1px solid #ddd;border-radius:8px;margin-bottom:0;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);max-height:620px}.feed-post-header{display:flex;align-items:center;padding:10px;justify-content:space-between}.feed-post-header .avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-right:10px;background-color:#e0e0e0}.feed-post-header .username{font-weight:700;font-size:14px;color:#333}.feed-post-header .username:hover{text-decoration:underline}.feed-post-header-animated{transition:background-color .2s ease-in-out}.feed-post-header-animated:hover{background-color:#f8f8f8;background-color:#f3f4f6}.feed-post-content{position:relative;width:100%;aspect-ratio:9/16;overflow:hidden;background:none;max-height:600px}.proxy-wrapper{position:absolute;inset:0}.cover-media,.cover-media img,.cover-media video{width:100%!important;height:100%!important;object-fit:cover;object-position:center}.feed-post-footer{display:flex;justify-content:space-between;align-items:center;padding:10px}.download-button{background:none;border:none;color:#3897f0;font-size:14px;cursor:pointer;transition:color .2s}.download-button:hover{color:#1c6db1}.date{font-size:12px;color:#999}.fallback-post{opacity:.8;text-align:center}.feed-post-content:before{display:none!important}.feed-post-content{max-height:none!important}@media screen and (max-width:800px){.feed{display:block;padding:0}.feed-post-content{max-height:none!important}.feed-post{border-radius:0;border:none;box-shadow:none;margin-bottom:0;max-height:none}.feed-post-footer{padding-bottom:25px}}.searchButton{display:inline-flex;align-items:center;gap:8px;padding:10px 40px;border:1px solid #ccc;border-radius:15px;color:#333;background-color:#fff;text-decoration:none;cursor:pointer;transition:background-color .2s ease-in-out}.searchButton:hover{background-color:#f3f4f6;border-color:#999}