.empty-post-message{text-align:center;padding:30px;background-color:#8989890e;border-radius:10px;color:#666;max-width:500px;margin:20px auto}.empty-post-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 15px;background-color:cornflowerblue;color:white;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 8px rgba(0,0,0,.2);gap:8px;margin-bottom:20px}.empty-post-button:hover{transform:scale(1.03)}.empty-post-button:active{transform:scale(1);box-shadow:0 2px 4px rgba(0,0,0,.3)}.empty-post-icon{width:18px;height:18px}.empty-post-text{font-size:14px;color:#8b8b8ba9}