/* Theme integration overrides for the FDT app.
   Keep this file small and only patch theme/project integration issues.
*/

/* The scaffolded site.css adds a bottom margin on body; the theme expects none. */
body {
    margin-bottom: 0;
}

.chat-right {
    text-align: end;
}

.chat-item-bg {
    background-color: darkblue !important;
}

.btn-list-end {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
}