#pv-text .dnote {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 1px 7px;
  margin: 0 0 0 4px;
  border-radius: 999px;
  border: 1px solid #1d3b8a;
  color: #1d3b8a;
  background: #fff;
  cursor: pointer;
  vertical-align: 1px;
  font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
  line-height: 1.4;
  transition: background 120ms, color 120ms;
}
#pv-text .dnote:hover { background: #1d3b8a; color: #fff; }
#pv-text .dnote.basis { border-color: #b6502a; color: #b6502a; }
#pv-text .dnote.basis:hover { background: #b6502a; color: #fff; }
#pv-text .dnote-extra { margin-top: 18px; padding-top: 10px; border-top: 1px solid #e5e5e0; }
.dnote-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.4); display: none;
  align-items: flex-start; justify-content: center; padding-top: 80px; z-index: 10000; }
.dnote-backdrop.open { display: flex; }
.dnote-modal { background: #fff; border-radius: 8px; width: min(620px, calc(100% - 32px));
  padding: 22px 26px 24px; box-shadow: 0 18px 40px rgba(0,0,0,.22); position: relative;
  color: #18201c; font-family: ui-sans-serif, system-ui, -apple-system, sans-serif; }
.dnote-modal button.close { position: absolute; top: 10px; right: 14px; background: none;
  border: none; color: #67706b; font-size: 22px; cursor: pointer; line-height: 1; }
.dnote-modal .kicker { color: #1d3b8a; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .03em; }
.dnote-modal h3 { margin: 4px 0 2px; font-size: 19px; }
.dnote-modal .crumb { color: #67706b; font-size: 14px; margin-bottom: 14px; }
.dnote-modal .direktiv-tekst { background: #e7edff; border-left: 3px solid #1d3b8a;
  padding: 14px 16px; margin: 0 0 14px; font-size: 15px; line-height: 1.55; white-space: pre-wrap; }
.dnote-modal .forklaring { background: #faf7ed; border-left: 3px solid #b6502a;
  padding: 12px 16px; font-size: 14px; line-height: 1.5; }
.dnote-modal .meta { color: #67706b; font-size: 12px; margin-top: 12px; }
