.ch-nutrition-label {
    width: 260px;
    border: 2px solid #000;
    padding: 8px;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    color: #000;
    font-size: 12px;
}

.ch-nl-header {
    border-bottom: 8px solid #000;
    margin-bottom: 4px;
}

.ch-nl-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
}

.ch-nl-section {
    border-top: 1px solid #000;
    padding-top: 3px;
    margin-top: 3px;
}

.ch-nl-serving-info {
    font-size: 11px;
}

.ch-nl-line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.ch-nl-label {
    font-weight: normal;
}

.ch-nl-label-bold {
    font-weight: 700;
}

.ch-nl-label-large {
    font-weight: 700;
    font-size: 13px;
}

.ch-nl-calories {
    border-top: 8px solid #000;
    padding-top: 4px;
    margin-top: 4px;
    margin-bottom: 2px;
}

.ch-nl-calories-value {
    font-size: 24px;
    font-weight: 900;
}

.ch-nl-macros .ch-nl-line {
    border-top: 1px solid #000;
    padding-top: 2px;
    margin-top: 2px;
}
/* Two-column layout for name / value / %DV */
.ch-nl-line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.ch-nl-line-main {
    border-top: 1px solid #000;
    padding-top: 2px;
    margin-top: 2px;
}

.ch-nl-line-sub {
    border-top: 1px solid #000;
    padding-top: 2px;
    margin-top: 2px;
    padding-left: 12px;
}

.ch-nl-divider-thin {
    border-top: 1px solid #000;
    padding-top: 2px;
    margin-top: 2px;
}

.ch-nl-dv {
    min-width: 32px;
    text-align: right;
    font-weight: 700;
}

/* %DV header row */
.ch-nl-dv-header {
    border-top: 3px solid #000;
    margin-top: 4px;
    padding-top: 2px;
}

.ch-nl-label-small {
    font-size: 10px;
    text-align: right;
    width: 100%;
}

/* Micronutrients block */
.ch-nl-micros .ch-nl-line-main {
    border-top: 1px solid #000;
    padding-top: 2px;
    margin-top: 2px;
}

/* Ingredients text below the label */
.ch-nl-ingredients {
    margin-top: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

.ch-nl-ingredients-label {
    font-weight: 700;
}

.ch-nl-ingredients-text {
    font-weight: 400;
}
