@media print {
    @page {
        margin: 0.5in;
        size: letter;
    }

    body {
        background-color: white !important;
    }

    /* Reset background and layout containers */
    .min-h-screen,
    .bg-stone-100,
    .bg-stone-50 {
        background: none !important;
        background-color: transparent !important;
        min-height: auto !important;
        padding: 0 !important;
    }

    .resume-container {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
    }

    .resume-row-container,
    .resume-row-container-top {
        flex-direction: row !important;
        gap: 5rem !important;
    }

    .resume-contact-container {
        flex: 0 0 33.33% !important;
        justify-content: flex-start !important;
    }

    .resume-section-container {
    }

    /* Force text colors for high contrast */
    .resume-title,
    .resume-subtitle,
    .resume-section-heading {
        font-size: 15pt !important;
    }

    .resume-title,
    .resume-section-heading {
        color: black !important;
    }

    .resume-section-heading {
        color: #1a1a1a !important;
        margin-bottom: 0.5rem !important;
    }

    .resume-body-heading,
    .resume-body-text,
    .resume-body-text-muted {
        font-size: 10pt !important;
    }

    .resume-body-heading,
    .resume-body-text {
        color: #1a1a1a !important;
    }

    .resume-body-text-muted,
    .resume-subtitle {
        opacity: 0.65 !important;
    }

    /* Layout adjustments */
    .flex {
        display: flex !important;
    }

    .gap-12 {
        gap: 1.75rem !important;
    }

    .mb-16 {
        margin-bottom: 2rem !important;
    }

    /* Hide non-print elements if any are added later */
    nav,
    footer,
    .no-print {
        display: none !important;
    }

    /* Avoid breaking inside sections */
    section,
    li {
        break-inside: avoid;
    }

    /* Ensure links aren't just blue/underlined if not desired,
       but keeping them clean for now */
    a {
        text-decoration: none !important;
        color: black !important;
    }
}
