:root {
    --forms-accent: #2c5f8a;
}

body {
    background-color: #f5f7fa;
}

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

.form-html-preview {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    padding: 1.5rem;
    min-height: 200px;
}

.version-table tr.current-version {
    background-color: #eaf3ea;
}

@media print {
    .no-print { display: none !important; }
    body { background: #fff; }
    .print-sheet { box-shadow: none !important; border: none !important; }
}
