.allergen-wrapper {
    max-width: 900px;
    margin: 20px auto;
    padding: 0 15px;
}

.allergen-title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.allergen-title-line {
    width: 6px;
    height: 28px;
    background: #7a1f1f;
    border-radius: 3px;
}

.allergen-title-text {
    font-size: 24px;
    font-weight: 700;
    color: #7a1f1f;
}

.allergen-title-underline {
    height: 2px;
    width: 100%;
    background: #7a1f1f;
    opacity: .4;
    margin: 8px 0 20px;
}

/* TABLE */
.allergen-table {
    background: #fff8dd;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.allergen-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #e4d7b8;
}

.allergen-row:last-child { border-bottom: 0; }

.x-box {
    background: #7a1f1f;
    color: #fff;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
}

/* PRODUCT BOXES */
.product-box {
    background: #fffdf4;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    margin-bottom: 15px;
}

.product-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-allergens span {
    background: #f4e4b2;
    padding: 4px 8px;
    border-radius: 6px;
    margin-right: 6px;
    font-size: 13px;
}

.product-info {
    font-size: 14px;
    color: #6b4a1e;
    margin-top: 8px;
    line-height: 1.5;
}
