/*
Theme Name: Nauch-Misl Archive
Theme URI: https://nauch-misl.ru/
Author: Codex
Description: WordPress theme that reuses the archived Joomla shell of nauch-misl.ru and renders editable WP pages inside it.
Version: 0.1.0
Text Domain: nauchmisl-archive
*/

/* Keep WP UI from breaking the archived layout too much. */
html { margin-top: 0 !important; }
body.admin-bar { margin-top: 32px !important; }
@media (max-width: 782px) {
  body.admin-bar { margin-top: 46px !important; }
}

/* Make WP content inside #mainbody preserve the archived styles and width. */
#mainbody .nm-wp-content > :first-child { margin-top: 0; }
#mainbody .nm-wp-content > :last-child { margin-bottom: 0; }

/* Optional small utility for 404/search fallback text in the legacy shell. */
.nm-fallback-box {
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #d9e3d1;
  color: #333;
  margin: 10px 0;
}
