/* FDA Nutrition Facts visual + ТР ТС 022/2011 RU copy/norms */
.nf-wrap * { box-sizing: border-box; }
.nf-wrap--compact .nf-name { font-size: 15px; margin-bottom: 8px; }
.nf-wrap--compact .nf-card {
  max-width: 300px;
  padding: 7px 8px 9px;
}
.nf-wrap--compact .nf-card h1 { font-size: 30px; }
.nf-wrap--compact .nf-basis { font-size: 13px; }
.nf-wrap--compact .nf-net { font-size: 12px; }
.nf-wrap--compact .nf-energy-line { font-size: 13px; }
.nf-wrap--compact .nf-cal-label { font-size: 24px; }
.nf-wrap--compact .nf-cal-val { font-size: 30px; }
.nf-wrap--compact .nf-row { font-size: 12px; padding: 2px 0; }
.nf-wrap--compact .nf-dv-head { font-size: 10px; }
.nf-wrap--compact .nf-foot { font-size: 7px; }
.nf-wrap--compact .nf-ing-title { font-size: 14px; margin: 8px 0 4px; }
.nf-wrap--compact .nf-ing-text,
.nf-wrap--compact .nf-ing-extra { font-size: 11px; }
.nf-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
  color: #000;
}
.nf-card {
  width: 100%;
  max-width: 348px;
  margin: 0 auto;
  border: 2px solid #000;
  padding: 8px 10px 10px;
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.15;
}
.nf-card h1 {
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  line-height: 1;
  letter-spacing: -1px;
}
.nf-card .nf-basis {
  font-size: 15px;
  margin: 0 0 4px;
}
.nf-card .nf-net {
  display: flex;
  justify-content: space-between;
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 2px;
}
.nf-line-10 { border-bottom: 10px solid #000; margin: 4px 0; }
.nf-line-5 { border-bottom: 5px solid #000; margin: 4px 0; }
.nf-line-1 { border-bottom: 1px solid #000; margin: 3px 0; }
.nf-energy-cap {
  font-size: 10px;
  font-weight: 900;
  margin: 0;
}
.nf-energy-line {
  font-size: 15px;
  font-weight: 900;
  margin: 2px 0 4px;
}
.nf-cal-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.nf-cal-label { font-size: 31px; font-weight: 900; line-height: 1; }
.nf-cal-val { font-size: 38px; font-weight: 900; line-height: 1; }
.nf-dv-head {
  text-align: right;
  font-size: 11px;
  font-weight: 900;
  border-bottom: 1px solid #000;
  padding: 2px 0;
}
.nf-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #000;
  padding: 3px 0;
  font-size: 14px;
}
.nf-row.bold { font-weight: 900; }
.nf-row.indent { padding-left: 14px; font-weight: 400; }
.nf-row.indent2 { padding-left: 28px; font-weight: 400; }
.nf-foot {
  font-size: 8px;
  line-height: 1.25;
  margin: 6px 0 0;
}
.nf-ing-title {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 10px 0 5px;
}
.nf-ing-text {
  font-size: 13px;
  text-align: justify;
  line-height: 1.3;
  margin: 0 0 5px;
}
.nf-ing-extra {
  font-size: 12px;
  margin: 4px 0 0;
  font-weight: 700;
}
.nf-claims {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}
