.post-card{background:#fff;border-radius:15px;padding:20px;box-shadow:0 2px 10px rgba(255,20,147,.1);margin-bottom:20px;transition:box-shadow .3s}.post-card:hover{box-shadow:0 4px 15px rgba(255,20,147,.15)}.post-header{justify-content:space-between;margin-bottom:15px}.post-author-link,.post-header{display:flex;align-items:center}.post-author-link{gap:10px;text-decoration:none;color:inherit;transition:opacity .3s}.post-author-link:hover{opacity:.8}.post-author-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ff69b4,#ff1493);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;flex-shrink:0;position:relative;overflow:hidden}.post-author-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.post-author-name{font-weight:600;color:#ff1493;font-size:1rem}.post-author-link-inline{color:#ff1493;text-decoration:none;font-weight:600}.post-author-link-inline:hover{text-decoration:underline}.post-date{font-size:.85rem;color:#999}.post-image-container{width:100%;margin-bottom:15px;border-radius:10px;overflow:hidden;background:#f5f5f5}.post-image{width:100%;height:auto;display:block;max-height:600px;object-fit:contain}.post-description{color:#333;line-height:1.6;margin-bottom:15px;word-wrap:break-word}.post-actions{gap:20px;padding-top:15px;border-top:1px solid #f0f0f0}.post-actions,.post-like-btn{display:flex;align-items:center}.post-like-btn{background:none;border:none;cursor:pointer;gap:8px;padding:8px 12px;border-radius:8px;transition:all .3s;font-size:1rem;color:#666}.post-like-btn:hover{background:#ffeef5;color:#ff1493}.post-like-btn.liked{color:#ff1493}.post-like-icon{font-size:1.2rem}.post-like-count{font-weight:500;font-size:.95rem}.post-comment-btn{background:none;border:none;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .3s;font-size:1rem;color:#666}.post-comment-btn:hover{background:#f0f0f0;color:#ff1493}.post-comments-section{margin-top:15px;padding-top:15px;border-top:1px solid #f0f0f0}@media (max-width:768px){.post-card{padding:15px}.post-image{max-height:400px}.post-actions{gap:15px}}