/* /Components/Layout/MainLayout.razor.rz.scp.css */
.bible-app[b-cw262otlci] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-cw262otlci] {
    flex: 1;
}

/* Light nav style */
.bible-nav-light[b-cw262otlci] {
    background-color: #ffffff !important;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.bible-nav-light[b-cw262otlci]  .navbar-brand,
.bible-nav-light[b-cw262otlci]  .nav-link {
    color: #212529 !important;
}

.bible-nav-light[b-cw262otlci]  .nav-link:hover,
.bible-nav-light[b-cw262otlci]  .nav-link.active {
    color: #0d6efd !important;
}

.bible-nav-light[b-cw262otlci]  .navbar-toggler {
    border-color: rgba(0,0,0,0.1);
}

.bible-nav-light[b-cw262otlci]  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Dark nav style */
.bible-nav-dark[b-cw262otlci] {
    background-color: #1a1a1a !important;
    border-bottom: 1px solid #333;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.bible-nav-dark[b-cw262otlci]  .navbar-brand,
.bible-nav-dark[b-cw262otlci]  .nav-link {
    color: #e0e0e0 !important;
}

.bible-nav-dark[b-cw262otlci]  .nav-link:hover,
.bible-nav-dark[b-cw262otlci]  .nav-link.active {
    color: #ffffff !important;
}

.bible-nav-dark[b-cw262otlci]  .navbar-toggler {
    border-color: rgba(255,255,255,0.2);
}

.bible-nav-dark[b-cw262otlci]  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Navigation styles are now in MainLayout */
