/* ==========================================================================
   Print verze tydenniho menu — A4-friendly, B&W, serif typography
   Soubor je standalone (NEcestujem pres header/footer.php).
   ========================================================================== */

/* Screen preview — light styling tak aby si Petr/klient mohli prohlednout */
@media screen {
    body.print-body {
        font-family: Georgia, "Times New Roman", serif;
        max-width: 800px;
        margin: 2rem auto;
        padding: 2rem;
        color: #111;
        background: #fafafa;
        line-height: 1.5;
    }
    .print-button {
        position: fixed;
        bottom: 24px;
        right: 24px;
        background: #1d3a5a;
        color: #f4ede0;
        border: 0;
        padding: 14px 22px;
        font-size: 14px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    .print-button:hover { background: #142940; }
}

/* Print rules — actual paper output */
@media print {
    @page { size: A4; margin: 14mm 12mm; }
    body.print-body {
        font-family: Georgia, "Times New Roman", serif;
        color: #000;
        background: #fff;
        font-size: 11pt;
        line-height: 1.4;
        margin: 0;
        padding: 0;
    }
    .no-print { display: none !important; }
    a { color: #000; text-decoration: none; }
}

/* Shared layout (screen + print) */
.print-header {
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin-bottom: 14px;
}
.print-brand {
    font-size: 18pt;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.print-url {
    font-size: 9pt;
    color: #555;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 2px;
}

.print-title {
    font-size: 14pt;
    margin: 0 0 6px;
    text-align: center;
    font-weight: 600;
}
.print-subtitle {
    text-align: center;
    font-size: 10pt;
    color: #444;
    font-style: italic;
    margin: 0 0 18px;
}

.print-day {
    margin-bottom: 14px;
    page-break-inside: avoid;
    break-inside: avoid;
}
.print-day h2 {
    font-size: 12pt;
    margin: 0 0 4px;
    border-bottom: 1px dotted #888;
    padding-bottom: 2px;
}
.print-day-date {
    font-size: 9pt;
    color: #666;
    font-weight: 400;
    letter-spacing: 0.06em;
}
.print-soup {
    margin: 4px 0;
    font-size: 10.5pt;
}
.print-soup strong { font-weight: 600; }
.print-dishes {
    margin: 4px 0 0;
    padding-left: 18px;
    font-size: 10.5pt;
}
.print-dishes li {
    display: flex;
    align-items: baseline;
    padding: 1.5px 0;
}
.print-dish-name { flex: 0 0 auto; }
.print-dish-leader {
    flex: 1;
    border-bottom: 1px dotted #aaa;
    margin: 0 6px 4px;
    min-width: 12px;
}
.print-dish-price {
    flex: 0 0 auto;
    font-variant-numeric: tabular-nums;
}
.print-note {
    margin: 4px 0;
    font-size: 10.5pt;
    font-style: italic;
    color: #444;
}

.print-footer {
    margin-top: 20px;
    padding-top: 8px;
    border-top: 1px solid #000;
    text-align: center;
    font-size: 9pt;
    line-height: 1.5;
}
.print-meta {
    color: #666;
    font-size: 8pt;
    font-style: italic;
}
