.kanka-nadpis-wrapper {
    display: inline-block;
    /* Změněno na .png + zkontrolujte správnou cestu k souboru ve vašem WordPressu */
    background-image: url('../img/label-bg.png');
    background-size: 100% 100%; /* Roztáhne kaňku přesně podle délky textu */
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 45px; /* Vycentrování textu uvnitř kaňky (nahoře/dole vlevo/vpravo) */
    color: #ffffff; /* Bílý text */
}

.kanka-nadpis-obsah {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px; /* Mezera mezi bílou ikonou a textem */
}

.kanka-nadpis-text {
    color: #ffffff !important;
    margin: 0 !important;
    font-family: 'Arial Black', sans-serif; /* Nahraďte fontem vašeho webu */
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1;
    padding: 0px;
}

/* Stylování pro nahrané PNG ikony (polévka, přílohy...) */
.nadpis-icon {
    display: inline-block;
    width: 32px;  /* Velikost ikony */
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Propojení ikon se shortcodem */
.icon-soup {
    background-image: url('../img/polevka.png');
}

.icon-side {
    background-image: url('../img/prilohy.png');
}


.co-alcohol{
    font-size: 60%;
}

.co-lihoviny-head{
    padding-right: 29px;
    text-align: right;
    font-size: 23px;
    padding-bottom: 15px;
    color: black;
    font-weight: bold;
}


/* ===== Polední menu =====*/


#stred_popis {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0 auto;
    color: #000000;
    padding: 0px;
    max-width: 900px;
    line-height: 1.4;
}

#stred_popis h1 {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

#stred_popis h4 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 0;
    margin-bottom: 25px;
}

#stred_popis h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.food-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.food-table td {
    padding: 10px 5px;
    vertical-align: middle;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}
.food-table tr:first-child td {
    font-size: 12px;
    font-weight: 600;
    color: #444444;
    text-transform: uppercase;
    border-bottom: 1px solid #adadad;
    padding-bottom: 8px;
}

.food-table.desserts tr:first-child td,
.food-table.sides-23 tr:first-child td{
    font-weight: 500;
}

.food-table td:first-child {
    width: 70px;
    font-style: italic;
    color: #555555;
    font-weight: 400;
}

.food-table td:nth-child(2) {
    font-weight: 500;
    text-align: left;
}

.food-table td:nth-child(3),
.food-table td:nth-child(4) {
    width: 120px;
    font-weight: 400;
    white-space: nowrap;
}

.food-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}

.food-table .allergens{
    font-size: 80%;
    color: #373737;
}

.food-table:not(.soup) tr:first-child td {
    font-size: 14px;
    text-transform: none;
}

.lunch-drinks {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin-top: 25px;
    border-top: 2px solid #000000;
    padding-top: 15px;
}

.menu-subtitle{
    text-align: center;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 22px;
    text-align:center;
}
.food-table  tr:nth-child(even) {
    background-color: #f9f9f9; /* Velmi světle šedá */
}

.menu-subtime {
    text-align:center;
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    margin-top:-15px;
    margin-bottom:25px;
}

.pizza-note{
    display: block;
    position: absolute;
    max-width: 228px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    left: 237px;
    top: 4px;
    font-size: 16px;
}
@media(max-width:1200px) {
    .pizza-note {
        position: relative;
        left: 10px;
        top: 0px;
        padding-top: 20px;
        padding-bottom: 5px;
        font-size: 16px;
    }
}
