/* Felles stil for tekstsidene: personvern og vilkår */
.doc { max-width: 720px; }
.doc h1 { font-size: clamp(2rem, 4vw, 3rem); margin: 1rem 0 1.1rem; }
.doc h2 { font-size: clamp(1.25rem, 2vw, 1.5rem); margin: 2.8rem 0 .8rem; }
.doc p, .doc li { color: var(--muted); font-size: .97rem; }
.doc p + p { margin-top: .9rem; }
.doc ul { margin: .9rem 0 0; padding-left: 1.2rem; display: grid; gap: .45rem; }
.doc a:not(.btn) { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.doc a:not(.btn):hover { color: var(--slate); }
.doc__topp img { height: 27px; width: auto; margin-bottom: 3rem; }
.doc__oppd { font-family: var(--mono); font-size: .7rem; letter-spacing: .05em;
             text-transform: uppercase; color: var(--muted); margin-top: 3.5rem;
             padding-top: 1.4rem; border-top: 1px solid var(--rule); }
.doc table { width: 100%; border-collapse: collapse; margin-top: 1.1rem; }
.doc th, .doc td { text-align: left; padding: .8rem .9rem; border-bottom: 1px solid var(--rule);
                   font-size: .89rem; vertical-align: top; }
.doc th { font-family: var(--display); font-variation-settings: 'wdth' 100,'wght' 620;
          color: var(--ink); border-bottom-color: var(--rule-firm); }
.doc td { color: var(--muted); }
