/* Genbrugelig historisk markering — love, bekendtgørelser, forarbejder */

.historic-badge {
  display: inline-flex;
  align-items: center;
  background: #737778;
  color: #fff;
  font: 700 0.68rem/1 var(--sans, system-ui, sans-serif);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  white-space: nowrap;
}

.historic-badge--compact {
  font-size: 0.62rem;
  padding: 3px 8px;
  letter-spacing: 0.06em;
}

.document-content.is-historical,
body.ab92-is-historical .ab92-intro {
  position: relative;
  background-color: #fff;
  background-image: url("/assets/historisk-watermark.svg");
  background-repeat: repeat;
  background-position: center 0;
  background-size: 520px 380px;
}

.document-content.is-historical {
  min-height: 710px;
}

.historical-note {
  margin: 8px 0 0;
  color: var(--muted, #5c5c5c);
  font-size: 0.78rem;
  line-height: 1.45;
  max-width: 46rem;
}

.historical-meta {
  margin: 6px 0 0;
  color: var(--muted, #5c5c5c);
  font-size: 0.76rem;
  line-height: 1.45;
}

.historical-meta time {
  font-weight: 500;
  color: inherit;
}

.sog-card-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
}

@media (max-width: 720px) {
  .document-content.is-historical,
  body.ab92-is-historical .ab92-intro {
    background-size: 380px 280px;
    background-position: center 0;
  }
}

@media print {
  .historic-badge {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    border: 1px solid #737778;
  }

  .document-content.is-historical,
  body.ab92-is-historical .ab92-intro {
    background-image: url("/assets/historisk-watermark.svg");
    background-repeat: repeat;
    background-position: center 0;
    background-size: 480px 340px;
  }

  .document-content.is-historical {
    min-height: 0;
  }

  .historical-note,
  .historical-meta {
    color: #333;
  }
}