/**
 * Filename: matsnakk_recipe_allergen_profile_public_display_v1_20260722.css
 * Directory: /www/css
 * Description: Offentlige tilstander for oppskriftsallergenprofiler.
 * Language: Norwegian
 * Copyright: Webmasterinfo.no
 */

.mn-recipe-allergen-state {
    margin: 0.85rem 0;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(91, 59, 38, 0.24);
    border-radius: 5px;
    background: rgba(255, 250, 240, 0.78);
}

.mn-recipe-allergen-state strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #3f2a1d;
}

.mn-recipe-allergen-state p {
    margin: 0;
}

.mn-recipe-allergen-state--reviewed-none {
    border-left: 4px solid #6f7f52;
    background: rgba(241, 245, 232, 0.9);
}

.mn-recipe-allergen-state--needs-review {
    border-left: 4px solid #a56f2a;
    background: rgba(252, 244, 228, 0.92);
}

.mn-recipe-allergen-state--not-evaluated {
    border-left: 4px solid #7b6555;
    background: rgba(246, 240, 234, 0.92);
}

.mn-recipe-allergen-disclaimer {
    margin: 0.75rem 0 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #665649;
}

@media (max-width: 720px) {
    .mn-recipe-allergen-state {
        padding: 0.8rem 0.85rem;
    }
}
