.create-post-section textarea {
    width: 95%;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    resize: none;
}

.post-btn {
    padding: 10px 20px;
    background-color: #3b82f6;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
}

.post-btn:hover {
    background-color: #2563eb;
}