/*

Theme Name: BadgerOn GeneratePress Child

Theme URI: https://badgeron.io

Description: BadgerOn child theme for GeneratePress.

Author: Louis Stanford

Template: generatepress

Version: 1.2.0

Text Domain: badgeron

*/

.bo-essay-stage {
  background: #f3f4f6;
  padding: 48px 24px 80px;
}

.bo-essay-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) 280px;
  gap: 40px;
  align-items: start;
  max-width: 1160px;
  margin: 0 auto;
}

.bo-essay-paper {
  background: #ffffff;
  min-height: 1120px;
  padding: 72px 84px 88px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}

.bo-essay-header {
  margin-bottom: 42px;
}

.bo-essay-title {
  margin: 0 0 24px;
  font-size: clamp(2.7rem, 4.5vw, 4.4rem);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.bo-essay-meta {
  font-size: 0.95rem;
  color: #666;
}

.bo-essay-content {
  max-width: 660px;
  font-size: 1.08rem;
  line-height: 1.78;
  color: #242424;
}

.bo-essay-content p {
  margin: 0 0 1.65em;
}

.bo-essay-content h2 {
  margin: 2.4em 0 0.8em;
  font-size: 1.75rem;
  line-height: 1.25;
}

.bo-essay-content blockquote {
  margin: 0 0 2em;
  padding-left: 1.25em;
  border-left: 3px solid #222;
  font-style: italic;
}

.bo-essay-nav-inner {
  position: sticky;
  top: 120px;
  background: #ffffff;
  padding: 28px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
}

@media (max-width: 980px) {
  .bo-essay-layout {
    display: block;
  }

  .bo-essay-paper {
    padding: 56px 48px 64px;
  }

  .bo-essay-nav {
    margin-top: 32px;
  }

  .bo-essay-nav-inner {
    position: static;
  }
}

@media (max-width: 640px) {
  .bo-essay-stage {
    padding: 0;
  }

  .bo-essay-paper {
    min-height: 0;
    padding: 36px 24px 48px;
    box-shadow: none;
  }

  .bo-essay-content {
    font-size: 1rem;
  }
}