/* Print styles for PDF generation */
@page {
    size: A4;
    margin: 2cm 1.5cm;
}

html {
    font-size: 7pt;
}

.theme-toggle {
    display: none;
}

.header {
    margin-left: -2cm;
    margin-right: -2cm;
    margin-top: -2cm;
    padding-left: 2cm;
    padding-right: 2cm;
    padding-top: 2cm;
}

.header-content {
    display: flex !important;
    align-items: center !important;
    gap: 2rem !important;
}

.page-break {
    break-before: page;
}

.certifications {
    gap: 0 !important;
    display: block !important;
}

.certification {
    display: inline-block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    line-height: 1.2 !important;
    min-height: auto !important;
    height: auto !important;
}

.cert-image {
    display: none !important;
}

.cert-content {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cert-content p {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

h2 {
    margin-top: 0.1em !important;
    margin-bottom: 0.7em !important;
}

.intro {
    margin-top: 0.2em !important;
}

.section {
    margin-bottom: 1rem !important;
}

.work-entry {
    margin-bottom: 0.5rem !important;
}

ul.skill-list li {
    padding: 0.25rem !important;
}