.user-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin:20px 0}.user-post-item{border:1px solid #efecec;border-radius:10px;overflow:hidden;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);padding-bottom:40px}.user-post-item:hover{box-shadow:0 .1rem .2rem rgba(0,0,0,.1),0 .33rem 1rem rgba(0,0,0,.15)}.user-post-meta{padding:0 40px}.user-post-image img{width:100%;height:auto;max-width:100%;object-fit:contain;border-bottom:1px solid #ddd;margin-bottom:15px}.user-post-title{font-size:1.5em;text-align:center}.user-post-excerpt{font-size:1em;color:#666;margin-bottom:20px;text-align:center}.user-post-button{display:inline-block;padding:10px 20px;background-color:#A8355E;color:#fff;text-decoration:none;border-radius:5px;width:100%;text-align:center;font-weight:700}.user-post-button:hover{color:#fff!important}