/* Frontend CSS per X-W Menu */
.xwm-menu-pdf-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.xwm-btn-download {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1b2843;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
.xwm-btn-download:hover {
    background-color: #2c3e60;
    color: white;
}

.xwm-menu-cpt-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.xwm-category-title {
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    color: #1b2843;
}

.xwm-items-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xwm-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.xwm-item-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 5px;
}

.xwm-item-title {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.xwm-item-price {
    font-weight: bold;
    color: #1b2843;
    font-size: 16px;
    white-space: nowrap;
    margin-left: 10px;
}

.xwm-item-ingredients {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.xwm-item-allergens {
    font-size: 12px;
    color: #d9534f;
}

.xwm-item-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 10px;
}
