/**
 * Matsnakk.no Phase 3V - recipe hero text panel radius 5
 * Avgrenset til offentlige oppskriftssider. Gir det lyse tekstfeltet i hero
 * en diskret 5px avrunding i alle hjørner.
 */
.mn-recipe-detail .mn-recipe-hero__content,
body.mn-phase3h-public-recipe-detail .mn-recipe-hero__content,
body.mn-phase3f-public-recipes .mn-recipe-hero__content {
    border-radius: 5px !important;
    overflow: hidden !important;
    background-clip: padding-box !important;
}
