/* Bible Translation Reader Styles */

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
}

/* Add your custom styles here */


.strongs-term {
    font-weight: 400;
    color: #457390;
}


.verse-container {
    display: inline;
}
    .verse-content {
        display: inline;
    }

.verse-container span.verse-number {
    vertical-align: super;
    font-size: 0.7rem;
    color: #457390;
}

span.indented-break { margin-left: 0.5rem; }
span.indented-break:last-child { margin-left: 0; }




.book-container {
    max-width: 600px;
    margin: 2rem auto;
}

h1.book-title {
    padding-top: 3rem;
    text-align: center;
}

h2.chapter-title {
    padding-bottom: 0.5rem;
    padding-top: 4rem;
    margin-bottom: 1rem;

    font-size: 1.5rem;

    border-bottom: 1px solid #aaa;
}


.wyb-logo {
}
  .wyb-logo > img {
    display: block;
    max-height: 50px;
    margin-right: 0.25rem;
  }

  .wyb-logo-text {
    font-size: 1.3rem;

  }
    .wyb-logo-text a {
      text-decoration: none;
      color: #333;
    }

  .wyb-logo-beta {
    font-size: 0.75rem;
    line-height: 1.3;
  }


#bookDropdownMenu,
#chapterDropdownMenu {
  column-count: 4;
}

.dropdown-header .badge {
  font-size: 0.9rem;
}

/* Glossary Offcanvas Styles */
.offcanvas {
    width: 500px !important;
    max-width: 90vw;
}

.glossary-original {
  font-weight: 300;
  font-size: 0.9rem;
  font-family: Roboto, sans-serif;
}

.glossary-section {
}
  .glossary-section-bordered {
    border-left: 3px solid #457390;
    padding-left: 1rem;
  }

.glossary-section-title {
    color: #457390;
    font-family: 'Roboto Slab', serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}
  .glossary-lang {
    text-transform: uppercase;
  }

.glossary-section-content {
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

.glossary-strongs-number {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    color: #457390;
}

.glossary-verse-references {
}

.verse-reference-item {
    padding: 0.5rem;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    margin-bottom: 0.5rem;
    background-color: #f8f9fa;
    transition: all 0.2s ease;
}

.verse-reference-item:hover {
    background-color: #e9ecef;
    border-color: #457390;
}

.verse-reference-link {
    color: #457390;
    text-decoration: none;
    font-weight: 500;
}

.verse-reference-link:hover {
    color: #2c5282;
    text-decoration: underline;
}

.verse-reference-text {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.25rem;
    line-height: 1.4;
}

.verse-reference-context {
    font-size: 0.8rem;
    color: #888;
    font-style: italic;
    margin-top: 0.25rem;
}

/* Strong's term clickable styles */
.strongs-term {
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px dotted #457390;
}

.strongs-term:hover {
    background-color: #f0f8ff;
    border-bottom-color: #2c5282;
    color: #2c5282;
}

.strongs-term:active {
    background-color: #e6f3ff;
}

div#verseReferencesLoading {
  opacity: 0;
}
