body { font-family: 'Segoe UI', system-ui, sans-serif; }

.menu-list a.is-active {
    background-color: #3273dc;
    color: #fff;
    border-radius: 6px;
}

.menu-list a { border-radius: 6px; }

.column.is-narrow { border-right: 1px solid #e8e8e8; }

.table td, .table th { vertical-align: middle; }

.image-preview { max-width: 150px; max-height: 100px; object-fit: cover; border-radius: 6px; }

textarea.autosize { min-height: 120px; }

.breadcrumb a { color: #3273dc; }

.sortable-handle { cursor: move; color: #aaa; }
