/* Print styles */

@media print {
    .site-header,
    .site-footer,
    .nav-toggle,
    .btn,
    .hero {
        display: none !important;
    }

    body {
        font-size: 12pt;
        color: #000;
        background: #fff;
    }

    a {
        color: #000;
        text-decoration: underline;
    }

    .container {
        max-width: 100%;
        padding: 0;
    }

    .event-card {
        break-inside: avoid;
        border: 1px solid #ccc;
        box-shadow: none;
    }
}
