/**
 * Pontes Theme - Stiluri imprimare
 */

@media print {
    .accessibility-toolbar,
    .site-header .main-navigation,
    .sidebar,
    .post-navigation,
    .pagination,
    .audio-player-wrapper,
    .skip-links,
    .breadcrumbs,
    .player-keyboard-help,
    .hero-actions,
    .services-section .btn,
    .card-footer .btn,
    .footer-bottom a[href]:not([href^="mailto"]) {
        display: none !important;
    }

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

    .site-header {
        background: #fff;
        color: #000;
        border-bottom: 2px solid #000;
        position: static;
        box-shadow: none;
    }

    .site-logo .logo-text { color: #000; }

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

    /* Afișează URL-urile linkurilor externe */
    a[href^="http"]::after {
        content: " (" attr(href) ")";
        font-size: 0.8em;
        color: #555;
    }

    a[href^="mailto"]::after {
        content: " (" attr(href) ")";
    }

    .content-area {
        grid-template-columns: 1fr;
    }

    .entry-content {
        max-width: 100%;
    }

    img {
        max-width: 100%;
        page-break-inside: avoid;
    }

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

    .card {
        border: 1px solid #ccc;
        page-break-inside: avoid;
    }

    .site-footer {
        background: #fff;
        color: #000;
        border-top: 2px solid #000;
    }

    .site-footer a { color: #000; }
    .footer-inner { display: block; }

    table {
        border-collapse: collapse;
        width: 100%;
    }

    table th, table td {
        border: 1px solid #000;
        padding: 4pt 8pt;
    }

    table th {
        background-color: #eee;
    }
}
