.extra_text{display:none;}
#passagesList{display:none;}

.verse-container {
    background-color: lightsteelblue; /* Light neutral background */
    padding: 16px;
    margin: 16px auto;
   
    border-radius: 4px; /* Subtle rounding */
    box-shadow: none; /* Keep the design flat and clean */
    max-width: 800px; /* Slightly wider container for better readability */
    font-family: 'Lora', serif; /* Matches ESV.org's serif font */
    text-align: left;
}

.verse-container h2 {
    font-size: 20px; /* Larger for better heading visibility */
    color: #ffffff; /* Dark neutral color */
    font-weight: bold; /* Enhance title prominence */
    margin-bottom: 8px;
    font-family: 'Merriweather', serif; /* Elegant heading font */
}

.verse-container h3 {
    font-size: 18px; /* Larger for better heading visibility */
}

.verse-container p {
    font-size: 18px; /* Larger body text for readability */
    line-height: 1.75; /* Increase line spacing for clarity */
    color: #333333; /* Deep gray for soft contrast */
    margin-bottom: 16px;
}

        audio {
            width: 100%;
        }

     

        .navigation-buttons {
            text-align: center;
            margin: 16px 0;
        }
        
        .navigation-buttons button {
            padding: 10px 20px;
            margin: 0 5px;
            font-size: 16px;
            cursor: pointer;
            background-color: #3d5a80;
            color: #fff;
            border: none;
            border-radius: 5px;
            transition: background-color 0.3s;
        }
        
        .navigation-buttons button:hover {
            background-color: #ef8354;
        }
        
        .navigation-buttons button:disabled {
            background-color: #ccc;
            cursor: not-allowed;
        }
        