/* Mailing Box - stili custom (minimal) */

body { background: #f7f8fb; }

.navbar-brand { font-weight: 600; }

.card { border: 1px solid #e8eaf1; box-shadow: 0 1px 1px rgba(0,0,0,.02); }
.card-header { border-bottom: 1px solid #e8eaf1; }

.table > :not(caption) > * > * { padding: .55rem .6rem; vertical-align: middle; }

/* Summernote: meglio leggibile in card */
.note-editor.note-frame { border-color: #ced4da; }
.note-editor .note-editing-area .note-editable { font-size: 14px; }

/* DataTables azioni inline */
table.dataTable .btn { line-height: 1; }
table.dataTable form { display: inline-block; margin: 0; }
