/* Import the Google Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #f5f5f5;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    font-size: 13px;
    font-size: 100%;
    font-size: 1.0em;
}

h2 {
    color: #444;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

h3 {
    color: #555;
    display: inline;
}

.chapter {
    margin-bottom: 30px;
}

.sutra {
    margin-bottom: 10px;
    margin-left: 10px;
}

.sanskrit {
    font-family: 'Georgia', serif;
    font-style: italic;
    letter-spacing: 0.05em;
    color: #222;
}
    
.wordforword {
    margin-left: 20px;
    font-style: italic;
    font-size: 0.9em;
}

.wordforword ul {
    list-style: none;
    padding-left: 0;
}

.wordforword li {
    margin-bottom: 5px;
}

.translation {
    margin-left: 20px;
    cursor: pointer;
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 1.0em;
}

.translation:before {
    content: "▶";
    display: inline-block;
    margin-right: 5px;
    transition: transform 0.3s ease;
}

.translation.open:before {
    transform: rotate(90deg);
}

.details {
    display: none;
    margin-left: 20px;
    margin-top: 10px;
}

.purport p {
    margin: 10px 0;
}

.sanskrit {
    font-family: 'Georgia', serif;
    font-style: italic;
    color: #8B0000; /* Dark Red */
}

.explanation {
    font-style: italic;
    color: #4682B4; /* Steel Blue */
}

.comment {
    background-color: #f0f8ff;
    border-left: 2px solid #4682b4;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-family: 'Roboto', Arial, sans;
    font-size: 0.9em;
    line-height: 1.8;
}

.comment-dark {
    background-color: #1e1e1e;
    border-left: 2px solid #4682b4;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-family: 'Roboto', monospace;
    font-size: 0.9em;
    line-height: 1.4;
    color: #e0e0e0;
}

        .header {
            width: 100%;
            height: auto;
            text-align: center;
            background-color: #f4f4f4;
            padding: 20px 0;
        }
        .header img {
            width: 100%;
            max-width: 1792px;
            height: auto;
            display: block;
            margin: 0 auto;
        }
        
        

