/**
 * MyEvent.de - Printable QR Code Flyer Styles
 * @file print-flyer.css
 */

.printable-flyer-container {
    display: none;
}

@media print {
    header,
    footer,
    nav,
    main,
    .site-header,
    .site-footer,
    .main-content,
    .container,
    .modal-overlay {
        display: none !important;
    }

    #printableQrFlyer,
    #printableQrFlyer * {
        visibility: visible !important;
    }

    #printableQrFlyer {
        display: flex !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        min-height: 100vh !important;
        align-items: center !important;
        justify-content: center !important;
        background: #ffffff !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: 2rem !important;
    }

    .flyer-card {
        border: 2px solid #0044cc !important;
        border-radius: 16px !important;
        padding: 3rem 2.5rem !important;
        text-align: center !important;
        max-width: 520px !important;
        width: 100% !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    .flyer-badge {
        display: inline-block !important;
        background: #edf4ff !important;
        color: #0044cc !important;
        padding: 0.35rem 1rem !important;
        border-radius: 20px !important;
        border: 1px solid #c2d7fc !important;
        font-size: 0.8rem !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.08em !important;
        margin-bottom: 1.25rem !important;
    }

    .flyer-title {
        font-size: 2.2rem !important;
        font-weight: 800 !important;
        color: #0f172a !important;
        margin: 0 0 0.75rem 0 !important;
        line-height: 1.25 !important;
    }

    .flyer-subtitle {
        font-size: 0.95rem !important;
        color: #475569 !important;
        margin: 0 0 1.75rem 0 !important;
        line-height: 1.5 !important;
    }

    .flyer-qr-wrapper {
        display: inline-block !important;
        padding: 1rem !important;
        border: 1px solid #cbd5e1 !important;
        border-radius: 12px !important;
        background: #ffffff !important;
        margin-bottom: 1.75rem !important;
    }

    .flyer-qr-wrapper img {
        width: 240px !important;
        height: 240px !important;
        display: block !important;
    }

    .flyer-url-box {
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 8px !important;
        padding: 0.85rem 1.25rem !important;
        margin-bottom: 1.75rem !important;
        word-break: break-all !important;
    }

    .flyer-url-label {
        display: block !important;
        font-size: 0.8rem !important;
        color: #64748b !important;
        margin-bottom: 0.25rem !important;
    }

    .flyer-url-text {
        font-size: 1.05rem !important;
        color: #0044cc !important;
    }

    .flyer-footer {
        font-size: 0.8rem !important;
        color: #94a3b8 !important;
    }
}
