.elementor-1799 .elementor-element.elementor-element-0d26abc{--display:flex;--min-height:100vh;}.elementor-1799 .elementor-element.elementor-element-0d26abc.e-con{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-3f64f3e */.verse-rngbg {
  background-image: url('https://scbcok.org/wp-content/uploads/2025/06/verseBG2.png');
  background-size: cover;
  background-position: bottom-center;
  background-repeat: no-repeat;
  background-attachment:  fixed;
  min-height: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}

.bible-reader {
  max-width: 800px;
  margin: 5% auto;
  padding: 2.5rem 2rem;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  text-align: center;
}

/* for chinese bible verse */
.bible-reader .verse-cn {
  font-family: 'Noto Serif TC', serif;
  font-size: 1.4rem;
  color: #2c2c2c;
  margin-bottom: 1.5rem;
  white-space: pre-wrap;
}

/* for english bible verse */
.bible-reader .verse-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  color: #444;
  white-space: pre-wrap;
  font-style: italic;
}

/* nav-buttons  aligned to bottom */
.verse-rngbg > .nav-buttons {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.verse-rngbg > .nav-buttons a {
  font-family: 'Cormorant Garamond', serif;
  text-decoration: none;
  color: white;
  background: #6c757d;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  transition: background 0.3s;
  max-width: 160px;
  text-align: center;
  flex: 1;
}

.verse-rngbg > .nav-buttons a:hover {
  background: #0047AB;
}

.verse-rngbg > .nav-buttons .verse-info-center {
  flex: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.95rem;
  color: #333;
}

@media (max-width: 768px) {

  .verse-rngbg {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    background-image: url('https://scbcok.org/wp-content/uploads/2025/06/verseBG2.png');
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
    background-repeat: no-repeat;

    min-height: 600px;
    width: 100%;
    box-sizing: border-box;
    padding: 1.5rem 1rem;
    gap: 0.5rem;
    
    padding-top: 0.5rem;    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .verse-rngbg > *:first-child {
  margin-top: 0 !important;
}

  .verse-rngbg .bible-reader {
    width: 100%;
    margin: 0;
    padding: 1.2rem 1rem;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.4);
  }

  .verse-rngbg .verse-cn {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
  }

  .verse-rngbg .verse-en {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .verse-rngbg .nav-buttons {
    position: static !important; /* ✅ 取消 absolute 定位 */
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    padding: 0;
    margin-top: 1rem;

  }

  .verse-rngbg .nav-buttons a {
    width: 100%;
    max-width: 240px;
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }

  .verse-rngbg .verse-info-center {
    font-size: 0.9rem;
    line-height: 1.4;
    gap: 0.2rem;
  }
}/* End custom CSS */