/* Light mode header fixes (loaded after assets/css/style.css) */

/* Force logo SVG to use theme color instead of browser default link blue. */
.logo-link {
    color: var(--silver-structure);
}

body[data-theme="light"] header {
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
}

body[data-theme="light"] .btn-menu-lines::before,
body[data-theme="light"] .btn-menu-lines::after {
    box-shadow: none;
}

body[data-theme="light"] .pd-sheet-handle {
    background: rgba(17, 24, 39, 0.18);
}

body[data-theme="light"] .pd-sheet-title {
    color: #6b7280;
}

/* Keep in sync with main theme rules */
body[data-theme="light"] .logo-link {
    color: #111827;
}
