/* Auto-generated CSS from website configuration */
/* Only non-empty values are applied */

/* Pills - Lesson buttons */
.lesson-pill {
    background: #1a365d;
    color: #ffffff;
    border: 0 solid transparent;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
}


.lesson-pill:hover {
    background: #000000;
    color: #000000;
}


/* Pills - Dark Mode */
body.dark-mode .lesson-pill {
    background: #1a365d;
    color: #e2e8f0;
}


body.dark-mode .lesson-pill:hover {
    background: #2d5a8f;
    color: #ffffff;
}


/* Cards - Book covers */
.cover-card {
    background: #ffffff;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 12px;
    border-radius: 18px;
    max-width: 160px;
    text-align: center;
    transition: all 0.2s ease;
}



.cover-card img {
    border-radius: 12px;
}


.cover-card span {
    font-size: 1rem;
    font-weight: 600;
}


/* Cards - Dark Mode */
body.dark-mode .cover-card {
    background: #181b25;
}


body.dark-mode .cover-card span {
    color: #ebebeb;
}


/* Navbar */
.navbar {
    background: #e00800;
    height: 64px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}


body.dark-mode .navbar {
    background: #011744;
}



.text-button {
    padding: 8px 16px;
    border-radius: 8px;
}


/* Grids and Layout */
.cover-grid {
    max-width: 960px;
    gap: clamp(12px, 2.5vw, 20px);
}


.lesson-button-grid {
    gap: 15px;
}


/* Audio Players */
.audio-stack {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: clamp(16px, 3vw, 24px);
    border-radius: 16px;
}


.audio-stack__label {
    color: #000000;
    font-size: 1rem;
    font-weight: 600;
}


.lesson-audio-list {
    max-width: 600px;
}


/* Audio Players - Dark Mode */
body.dark-mode .audio-stack {
    background: #1e1e2e;
    border: 1px solid rgba(255, 255, 255, 0.14);
}


body.dark-mode .audio-stack__label {
    color: #f2f3ff;
}


/* Book Page */
.book-page-container {
    max-width: 1000px;
}



/* Landing Page */

/* Visual Effects - Logo */

body.dark-mode .navbar__brand img {
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.8));
}


/* Visual Effects - Images in Dark Mode */

/* Element Visibility & Styling */
#lessonTitle, .lesson-audio-header h1 {
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
}


/* Custom CSS from configuration */

