.watermark {
    display: none !important;
}

#upload-button,
#upload-button-loading {
    display: none;
}

.css-43tnih textarea {
    height: 68px !important;
}

/* ヘッダーのライトモード・ダークモード選択ボタンを非表示にする */
#header > div:last-child > button:nth-child(2) {
    display: none;
}

/* サイドバーの検索ボタンを非表示にする */
#search-chats-button {
    display: none;
}

/* フィードバックボタンを非表示にする */
.message-content + div > div > button {
    display: none;
}
