/* kinkkalc-print.css */

@media print {
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        color: #000;
    }

    #wpadminbar, #comments, #respond, .elementor-location-header, .elementor-location-footer, .kinkkalc-kink-scene-input {
        display: none !important;
    }

    .kinkkalc-kink-scene-widget {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
        box-shadow: none;
        border: none;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }

    p, ul, ol, table {
        page-break-inside: avoid;
    }

    /* Ensure content fits on A4 */
    @page {
        size: A4;
        margin: 1cm;
    }
}
