.elementor-143 .elementor-element.elementor-element-17bbcf4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-143 .elementor-element.elementor-element-4f4359d{--display:flex;}@media(min-width:768px){.elementor-143 .elementor-element.elementor-element-17bbcf4{--content-width:1500px;}}/* Start custom CSS *//* =========================
   INKTOWER - CHAPTER READER
========================= */

.ink-reader-page {
  background: #0b0c10;
  color: #f7f0e6;
  min-height: 100vh;
  padding: 0 24px 130px;
}

.ink-reader-topbar {
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(11,12,16,0.96);
  position: sticky;
  top: 0;
  z-index: 50;
}

.ink-reader-topbar-inner {
  max-width: 960px;
  margin: 0 auto;
  height: 54px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.ink-reader-topbar-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ink-reader-back,
.ink-reader-book-name {
  color: #d8d6d2;
  text-decoration: none;
  font-size: 13px;
}

.ink-reader-back {
  font-size: 18px;
  opacity: 0.75;
}

.ink-reader-book-name {
  font-weight: 600;
}

.ink-reader-topbar-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #aaa;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ink-reader-topbar-center em {
  background: rgba(242,184,75,0.16);
  color: #f2b84b;
  font-style: normal;
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 999px;
  text-transform: none;
  letter-spacing: 0;
}

.ink-reader-topbar-tools {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  color: #aaa;
  font-size: 14px;
}

.ink-reader-wrap {
  max-width: 560px;
  margin: 0 auto;
  padding-top: 120px;
}

.ink-reader-chapter-head {
  padding-bottom: 28px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.ink-reader-work-title {
  color: #f2b84b;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin-bottom: 16px;
}

.ink-reader-chapter-head h1 {
  color: #f7f0e6;
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1.1;
  margin: 0 0 6px;
  font-weight: 700;
}

.ink-reader-chapter-head h2 {
  color: #bfb8ad;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 14px;
  font-weight: 400;
}

.ink-reader-time {
  color: #777;
  font-size: 13px;
}

.inktower-reader {
  max-width: 560px;
  margin: 0 auto;
  color: #e7dfd3;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.01em;
}

.inktower-reader p {
  margin: 0 0 1.65em;
}

.inktower-reader p:first-child {
  text-indent: 0;
}

.inktower-reader p:not(:first-child) {
  text-indent: 2em;
}

.inktower-reader strong,
.inktower-reader b {
  color: #fff;
}

.inktower-reader h2,
.inktower-reader h3 {
  color: #f7f0e6;
  font-family: Georgia, serif;
  margin-top: 2em;
}

/* BLOQUEADO */

.inktower-locked {
  max-width: 560px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 18px;
  background: #17181f;
  border: 1px solid rgba(255,255,255,0.12);
  text-align: center;
  color: #f7f0e6;
}

.inktower-locked h3 {
  color: #f7f0e6;
  font-size: 26px;
  margin-bottom: 12px;
}

.inktower-locked p {
  color: #d8d6d2;
  line-height: 1.6;
  margin-bottom: 18px;
}

.inktower-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 7px;
  font-weight: 700;
  text-decoration: none;
  background: #f2b84b;
  color: #131313;
  margin: 6px;
}

.inktower-btn.secondary {
  background: transparent;
  color: #f2b84b;
  border: 1px solid rgba(242,184,75,0.45);
}

/* BARRA INFERIOR */

.ink-reader-bottom-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 60;
  width: 100%;
  height: 46px;
  background: rgba(11,12,16,0.98);
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ink-reader-progress {
  color: #5f5f5f;
  font-size: 12px;
}

.ink-reader-next {
  position: absolute;
  right: calc(50% - 280px);
  background: #f2b84b;
  color: #111;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 14px;
  border-radius: 6px;
}

/* RESPONSIVE */

@media (max-width: 760px) {
  .ink-reader-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ink-reader-topbar-inner {
    grid-template-columns: 1fr;
    height: auto;
    padding: 14px 0;
    gap: 10px;
  }

  .ink-reader-topbar-center,
  .ink-reader-topbar-tools {
    justify-content: flex-start;
  }

  .ink-reader-topbar-tools {
    display: none;
  }

  .ink-reader-wrap {
    padding-top: 64px;
  }

  .inktower-reader {
    font-size: 16px;
    line-height: 1.85;
  }

  .ink-reader-next {
    right: 18px;
  }
}/* End custom CSS */