/* ==========================================================================
   ПЕЧАТЬ
   Разделы «Сведения» и «Документы» часто распечатывают для проверки.
   ========================================================================== */

@page { margin: 15mm; }

body {
  background: #fff;
  color: #000;
  font-size: 11pt;
  line-height: 1.5;
}

.header,
.bvi-panel,
.burger,
.footer__bottom,
.section--accent,
.filters,
.form,
.map-frame,
.skip-link,
.breadcrumbs,
.link-arrow,
.btn { display: none !important; }

.section { padding-block: 8mm; }
.container { max-width: none; padding-inline: 0; }

a { color: #000; text-decoration: underline; }
/* Печатаем адрес ссылки на документ — иначе бумажная копия бесполезна */
.doclist__item[href]::after,
a.doc-link[href]::after {
  content: " (" attr(href) ")";
  font-size: 9pt;
  color: #444;
}

.gridlines,
.cols,
.split,
.footer__grid { grid-template-columns: minmax(0, 1fr) !important; gap: 0 !important; background: none !important; }
.gridlines > * { border-bottom: 1px solid #999; padding-inline: 0; }

.table { min-width: 0; font-size: 10pt; }
.table th, .table td { border-color: #999; }

h1, h2, h3 { break-after: avoid; }
.doclist__item, .table tr, .svcard { break-inside: avoid; }
.media { display: none; }
