
@font-face {
    font-family: "BibleCambria";
    src: url("fonts/cambriab.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: "BibleGeorgia";
    src: url("fonts/georgiai.ttf") format("truetype");
    font-style: italic;
}

@font-face {
    font-family: "BiblePapyrus";
    src: url("fonts/papyrus.ttf") format("truetype");
}

@font-face {
    font-family: "BibleVerdana";
    src: url("fonts/verdana.ttf") format("truetype");
}

/* Base */
body {
    font-family: "BibleVerdana", Verdana, sans-serif;
    line-height: 1.8;
    max-width: 820px;
    margin: 30px auto;
    padding: 25px;
}

/* Special Fonts */
.block_19 { 
    font-family: "BibleCambria", Cambria, serif !important; 
    font-weight: bold; 
}

.block_20 { 
    font-family: "BibleGeorgia", Georgia, serif !important; 
    font-style: italic;
}

.block_22 { 
    font-family: "BiblePapyrus", Papyrus !important;  
}

.block_16, p { 
    font-family: "BibleVerdana", Verdana, sans-serif !important; 
}

h1 {
    font-family: "BibleCambria", Cambria, serif !important;
    text-align: center;
    font-size: 2.4em;
}

.centered-box {
        max-width: 620px;
        margin: 40px auto;
        padding: 20px;
        text-align: center;
    }
	.centered-box img {
    max-width: 100%; 
    height: auto;    
}

.chapter-toc {
    column-count: 5; 
    column-gap: 40px;
    margin: 30px 0;
    
    column-fill: balance-all; 
    orphans: 1;
    widows: 1;
    align-items: start;
}

.chapter {
    margin: 0 0 6px 0; 
    break-inside: avoid;
    padding: 0;
    display: block;
}

.chapter a {
    text-decoration: none;
    color: #003d80;
    display: block; 
}

.chapter-toc > .chapter:first-child {
    margin-top: 0 !important;
}

.chapter-toc {
    padding-top: 8px;
}

        @media (max-width: 900px) {
            .chapter-toc { column-count: 2; }
        }
        @media (max-width: 600px) {
            .chapter-toc { column-count: 1; }
        }

.top-button {
    display: inline-block;
    margin: 6px 12px;
    padding: 6px 16px;
    background-color: #555;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 1.1em;
}

.top-button:hover {
    background-color: #333;
}

.chapter-nav {
    display: flex;             
    justify-content: center;   
    align-items: center;       
    gap: 12px;                 
    flex-wrap: wrap;           
    margin: 20px 0;            
}

.books-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    text-decoration: none;
    border: 1px solid #ccc;         
    border-radius: 6px;
    background-color: #003d80;
    color: white;
    font-size: 1rem;
    white-space: nowrap;            
    min-height: 44px;               
    transition: all 0.2s ease;
}

.books-button:hover {
    background-color: #5C84CC;
    border-color: #3447FE;
}

pagefind-modal-trigger.books-button {
    cursor: pointer;
}

/* ==================== FINAL OPTIMIZATION ==================== */

html, body {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

/* Bible text wrapping */
.block_16, p, .block_16 * {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
}

sup, .block_16 i, .block_16 em {
    white-space: normal !important;
    word-break: break-word !important;
}

/* Individual book TOCs - 5 columns */
.chapter-toc {
    column-count: 5 !important;
    column-gap: 12px !important;
    font-size: 0.93rem !important;
	column-fill: balance-all !important;
}
