/* Minimal, neutral styling – temaet bestemmer det meste */
.opb-wrapper { border: 1px solid #e5e7eb; padding: 1rem; border-radius: 0.5rem; max-width: 680px; }
.opb-field { margin-bottom: 0.75rem; display: flex; flex-direction: column; gap: 0.25rem; }
.opb-actions { display: flex; gap: 0.5rem; margin-top: 0.5rem; }
.opb-btn { padding: 0.5rem 0.75rem; border: 1px solid #d1d5db; background: #f9fafb; border-radius: 0.375rem; cursor: pointer; }
.opb-btn:hover { background: #f3f4f6; }
.opb-secondary { background: #ffffff; }
.opb-result { margin-top: 1rem; padding-top: 0.5rem; border-top: 1px dashed #e5e7eb; }
.opb-kv { margin-top: 0.5rem; }
.opb-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; padding: 0.25rem 0; border-bottom: 1px solid #f1f5f9; }
.opb-row:last-child { border-bottom: 0; }
.opb-key { font-weight: 600; }
.opb-val { }
.opb-legal { margin-top: 0.75rem; font-size: 0.95rem; color: #111827; }
.opb-error { margin-top: 0.75rem; color: #b91c1c; }
