/**
Theme Name: Astra-Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.bible-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.bible-navigation a {
  background: #0073e6;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
}

.bible-navigation a:hover {
  background: #005bb5;
}



/* Popup css for font */
.strongs-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    max-width: 90%;
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.strongs-popup-content {
    font-size: 14px;
    line-height: 1.5;
    max-height: 400px;
    overflow-y: auto;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}


/* === Book Selector: Two Columns === */
.bible-book-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* center columns nicely */
  gap: 2rem; /* space between columns */
  max-width: 1000px;
  margin: 2rem auto;
}

.bible-column {
  flex: 1 1 300px; /* responsive: min 300px, grow if space */
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 2px 2px 12px rgba(0,0,0,0.1);
  text-align: center;
}

.bible-column h3 {
  font-size: 1.4em;
  margin-bottom: 15px;
}

.bible-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bible-column ul li {
  margin-bottom: 8px;
}

.bible-column ul li a {
  display: inline-block;
  background: #0073e6;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.bible-column ul li a:hover {
  background: #005bb5;
}

/* Responsive: stack on small screens */
@media (max-width: 700px) {
  .bible-book-list {
    flex-direction: column;
  }
  .bible-column {
    max-width: 100%;
  }
}

/* Link color */
.strongs-link {
    color: blue !important;  /* Make it look like a link */
    text-decoration: underline;  /* Underline like a hyperlink */
    cursor: pointer;  /* Show hand cursor on hover */
    font-weight: bold;  /* Make it stand out */
}

.strongs-link:hover {
    color: darkblue !important; /* Slightly darker blue on hover */
    text-decoration: underline;
}

/* chapter navigation */
/*
.chapter-nav {
  display: flex !important;
  flex-wrap: wrap;
  gap: 15px !important;
}

.chapter-nav a {
  text-decoration: none;
  padding: 0.5em 1em;
  background: #0073e6;
  color: #fff;
  border-radius: 5px;
}


.book-nav {
  display: flex !important;
  flex-wrap: wrap;
  gap: 15px !important;
}

.book-nav a {
  text-decoration: none;
  padding: 0.5em 1em;
  background: #0073e6;
  color: #fff;
  border-radius: 5px;
}
*/

/* Verse Comparison */

.verse-compare-form {
    margin-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    align-items: center;
}

.verse-comparison-results {
    margin-top: 1em;
    padding: 1em;
    border: 1px solid #ccc;
    background: #f9f9f9;
    border-radius: 8px;
}

.verse-translation {
    margin-bottom: 0.75em;
}


/* Donation label */

body.dark-mode #wpedon-162778-name-label {
    color: #ffffff !important;
}


/* Donation in dark mode */
body.dark-mode .wpedon-form label,
body.dark-mode .wpedon-form input,
body.dark-mode .wpedon-form button {
    color: #ffffff !important;
    background-color: #333333 !important;
    border-color: #555555 !important;
}

/* Strongs Concordance Responsive CSS */
.strongs-grid {
  display: flex !important;
  flex-wrap: wrap;
  gap: 2rem;
  border: 3px dashed red !important; /* TEMP debug */
}

.strongs-grid .strongs-column {
  flex: 1 1 45% !important;
  min-width: 280px;
  box-sizing: border-box;
  border: 3px solid blue !important; /* TEMP debug */
  padding: 1rem;
  background: #f9f9f9;
}


#strongs-result.strongs-grid .strongs-column h2 {
  margin-top: 0;
}

@media (max-width: 768px) {
  #strongs-result.strongs-grid {
    flex-direction: column !important;
  }
}
#strongs-result.strongs-grid .strongs-column {
  background-color: #f5f5f5;
  padding: 1rem;
}

.strongs-grid {
  display: flex !important;
  border: 3px dashed red !important;
}

.strongs-grid .strongs-column {
  border: 3px solid blue !important;
}

/* Chapter Numbers for books */
.chapter-list a {
    margin: 0 0.25em !important;
    text-decoration: none;
}
.chapter-list a:hover {
    text-decoration: underline !important;
}

.cbv-badge {
    background-color: #1e3a8a; /* Deep blue */
    color: #ffffff;
    padding: 0.5em 1em;
    font-size: 1rem;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 1em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    font-weight: 600;
}

.cbv-verse {
    border-left: 4px solid #2563eb;
    padding-left: 0.75em;
    margin: 0.5em 0;
}


/* Kids post */
.kids-archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.kids-archive-post {
    background-color: #1e1e1e;
    border: 1px solid #333;
    padding: 20px;
    border-radius: 10px;
    color: #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.kids-archive-post h3 {
    margin-top: 0;
    font-size: 1.2em;
    color: #fff;
}

.kids-archive-post p {
    margin: 6px 0;
    font-size: 0.95em;
}

.kids-filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    background: #fffbe7;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.kids-filter-form select,
.kids-filter-form input {
    padding: 6px 8px;
    font-size: 14px;
}

.nmv-custom-lesson-promo {
    background: #f1f9ff;
    border: 1px solid #cce4f6;
    padding: 15px;
    border-radius: 8px;
}

.nmv-custom-lesson-promo a.button {
    background: #0073aa;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
}

.nmv-custom-lesson-promo a.button:hover {
    background: #005c8c;
}

.nmv-download-button-wrap {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    text-align: left;
}

.nmv-insight-section h3 {
  font-size: 24px;
  color: #aaaaff;
  margin-top: 30px;
}

.entry-content {
   margin-left: 10px !important; 
   margin-right: 10px !important;
}

.nmv-greek-insight {
    color: #c7c0b5 !important;    

}


