/*
Theme Name: Tidewoven Child
Template: generatepress
Version: 1.0
*/

/* Tidewoven chapter layout: narrow reading column */
.tw-chapter-inner{
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Optional breathing room */
.tw-chapter{
  padding-top: 32px;
  padding-bottom: 48px;
}
/* Chapter page readability */
.chapter-page .entry-content,
.chapter-page .chapter-content {
  line-height: 1.75;
}

.chapter-page .entry-content p,
.chapter-page .chapter-content p {
  margin-bottom: 1.2em;
}
/* Subtle chapter reading progress cue */
.chapter-page #chapter-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: rgba(0, 0, 0, 0.18);
  z-index: 9999;
}
/* Chapter page readability */
.tw-chapter {
  line-height: 1.75;
}

.tw-chapter p {
  margin-bottom: 1.2em;
}

/* Subtle reading progress cue */
#chapter-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: rgba(0, 0, 0, 0.18);
  z-index: 9999;
}
/* Chapter readability: force the actual text to use this line-height */
.tw-chapter,
.tw-chapter-inner {
  line-height: 1.75;
}

.tw-chapter p,
.tw-chapter li,
.tw-chapter blockquote {
  line-height: 1.75 !important;
}

/* optional: calmer paragraph rhythm */
.tw-chapter p {
  margin-bottom: 1.2em;
}
/* Progress bar: make it visible */
#chapter-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;            
  width: 0%;
  background: rgba(6, 6, 68, 0.28);
  z-index: 999999;
}
.tw-chapter-inner {
  max-width: 42em;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (max-width: 600px) {
  .tw-chapter-inner {
    padding: 0 1rem;
  }

  .tw-chapter p {
    margin-bottom: 1.05em;
  }
}
/* =========================
   CHAPTER MASTER OVERRIDES
   Do not edit above this
   ========================= */

/* Tidewoven chapter layout */
.tw-chapter-inner {
  max-width: 42em;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Chapter readability */
.tw-chapter,
.tw-chapter-inner {
  line-height: 1.75;
}

.tw-chapter p,
.tw-chapter li,
.tw-chapter blockquote {
  line-height: 1.75;
}

/* Paragraph rhythm */
.tw-chapter p {
  margin-bottom: 1.2em;
}

/* Reading progress cue */
#chapter-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: rgba(6, 6, 68, 0.28);
  z-index: 999999;
}

/* Mobile tuning */
@media (max-width: 600px) {
  .tw-chapter-inner {
    padding: 0 1rem;
  }

  .tw-chapter p {
    margin-bottom: 1.05em;
  }
}
/* =========================
   CHAPTER MASTER OVERRIDES
   Do not edit above this
   ========================= */

/* Tidewoven chapter layout */
.tw-chapter-inner {
  max-width: 42em;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Chapter readability */
.tw-chapter,
.tw-chapter-inner {
  line-height: 1.75;
}

.tw-chapter p,
.tw-chapter li,
.tw-chapter blockquote {
  line-height: 1.75;
}

/* Paragraph rhythm */
.tw-chapter p {
  margin-bottom: 1.2em;
}

/* Reading progress cue */
#chapter-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: rgba(6, 6, 68, 0.28);
  z-index: 999999;
}

/* Mobile tuning */
@media (max-width: 600px) {
  .tw-chapter-inner {
    padding: 0 1rem;
  }

  .tw-chapter p {
    margin-bottom: 1.05em;
  }
}
.chapter-page #chapter-progress,
.chapter-page #chapter-progress-bar,
.chapter-page #chapter-progress-indicator {
  display: none;
}
