/*
Theme Name: Essential Bio Labs
Theme URI: https://essentialbiolabs.net/
Author: Essential Bio Labs
Description: Custom dark, analytical theme for Essential Bio Labs — research-use-only peptide supply. Space Grotesk / Inter / JetBrains Mono on a graphite palette.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: essential-bio-labs
Tags: dark, one-column, custom-menu, e-commerce
*/

/* Design system + component styles are loaded from assets/css/base.css
   and the per-page stylesheets. This file exists for the theme header
   and for small WordPress-specific corrections only. */

/* ---- WordPress admin bar ---- */
body.admin-bar .hdr { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .hdr { top: 46px; }
}
body.admin-bar .mnav { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .mnav { top: 46px; }
}

/* ---- WordPress core alignment/caption classes ---- */
.alignleft { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.aligncenter { margin-inline: auto; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

/* ---- fallback content pages (page.php / index.php) ---- */
.entry { max-width: 74ch; }
.entry a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.entry ul, .entry ol { padding-left: 1.25rem; }
.entry li + li { margin-top: .4rem; }
.entry blockquote {
  margin: 1.6rem 0; padding-left: 1.25rem;
  border-left: 2px solid var(--line); color: var(--mist);
}
.entry img { border-radius: var(--r-lg); }
