/* Ethereal Engineer CV - theme.css */

@media print {
    .no-print { display: none !important; }
    body {
        background-color: #0c0e12 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        color: #f6f6fc !important;
    }
    .page-container {
        width: 100%;
        max-width: none;
        padding: 0;
        margin: 0;
    }
    main {
        padding-top: 0 !important;
    }
    .pdf-section {
        break-inside: avoid;
        page-break-inside: avoid;
        margin-bottom: 2rem !important;
    }
}

.pdf-section {
    break-inside: avoid;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0c0e12; }
::-webkit-scrollbar-thumb { background: #23262c; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #46484d; }

/* Hide WordPress admin bar from disrupting fixed nav */
body.admin-bar nav.fixed {
    top: 32px;
}
@media screen and (max-width: 782px) {
    body.admin-bar nav.fixed {
        top: 46px;
    }
}
