/* Matsnakk.no – phase 3J visible taxonomy chips */
.mn-phase3j-taxonomy-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .42rem;
    align-items: center;
    margin: .85rem 0 0;
}

.mn-phase3j-taxonomy-chip {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: .38rem .7rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(7, 86, 66, .10), rgba(205, 133, 63, .12));
    border: 1px solid rgba(7, 86, 66, .16);
    color: #174a3b;
    font-size: .78rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: .015em;
    white-space: nowrap;
}

.mn-v22-content-card .mn-phase3j-taxonomy-chips {
    margin-top: .75rem;
}

.mn-v22-content-card .mn-phase3j-taxonomy-chip {
    font-size: .72rem;
    padding: .32rem .58rem;
    background: rgba(255, 250, 241, .88);
    color: #4f3425;
    border-color: rgba(205, 133, 63, .23);
}

.mn-phase3j-taxonomy-chips--hero {
    margin-top: 1.05rem;
}

.mn-phase3j-taxonomy-chips--hero .mn-phase3j-taxonomy-chip {
    background: rgba(255, 244, 223, .12);
    color: #ffe4b6;
    border-color: rgba(255, 228, 182, .26);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.mn-recipe-taxonomy {
    width: min(1180px, calc(100% - 32px));
    margin: 1.35rem auto;
    padding: 1.25rem;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,250,241,.96), rgba(247,239,227,.94));
    border: 1px solid rgba(92, 58, 34, .14);
    box-shadow: 0 16px 36px rgba(43, 28, 18, .08);
}

.mn-recipe-taxonomy__chips,
.mn-recipe-taxonomy .mn-phase3j-taxonomy-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.mn-recipe-taxonomy__chips span {
    display: inline-flex;
    align-items: center;
    padding: .44rem .78rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(7, 86, 66, .10), rgba(205, 133, 63, .12));
    border: 1px solid rgba(7, 86, 66, .16);
    color: #174a3b;
    font-size: .82rem;
    font-weight: 900;
}

@media (max-width: 720px) {
    .mn-phase3j-taxonomy-chip {
        white-space: normal;
    }
}
