:root {
    --fch: 26px;
    --fc-py: 0;
    --fc-px: var(--g-1);
    --fc-fs: 14px;
    --fch-sm: 24px;
    --fc-py-sm: 0;
    --fc-px-sm: var(--g-1);
    --fc-fs-sm: 12px;
}

.__intake-wrapper {
    margin: 0 -0.5pt;
}

.__meal-row {
    border-bottom: 1px solid var(--blue);
}

.__meal-row:last-child {
    border-bottom: 2px solid var(--blue);
}

@media all and (min-width: 992px) {
    .__meal-row {
        border-bottom: none;
    }

    .__meal-row:last-child {
        border-bottom: 2px solid var(--blue);
    }
}

.__fc {
    display: flex;
    width: 100%;
    height: var(--fch);
    padding: var(--fc-py) var(--fc-px);
    font-size: var(--fc-fs);
    font-weight: 400;
    color: var(--text-dark);
    background-color: var(--bg-card);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0 !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 0.5pt solid var(--border-color);
    align-items: center;
}

.__fc:placeholder-shown {
    background: var(--bg-input);
}

.__fc:focus {
    color: var(--text-muted);
    /* background-color: #fffed5; */
    background-color: var(--bg-footer);
    border-bottom-color: var(--v) !important;
    /* border-color: #80bdff; */
    outline: 0;
    box-shadow: inset 0 -1px 0 0px var(--orange) !important;
}

.__fc-xs-xs {
    height: var(--fch-sm);
    padding: var(--fc-py-sm) var(--fc-px-sm);
    font-size: var(--fc-fs-sm);
    /* line-height: 1; */
    /* border-radius: 0.2rem; */
}

@media all and (min-width: 576px) {
    .__fc-sm {
        height: var(--fch);
        padding: var(--fc-py) var(--fc-px);
        font-size: var(--fc-fs);
    }
}

@media all and (min-width: 768px) {
    .__fc-md {
        height: var(--fch);
        padding: var(--fc-py) var(--fc-px);
        font-size: var(--fc-fs);
    }
}

@media all and (min-width: 992px) {
    .__fc-lg {
        height: var(--fch);
        padding: var(--fc-py) var(--fc-px);
        font-size: var(--fc-fs);
    }
}

@media all and (max-width: 991.98px) {
    .__mealWeight,
    .__mealPrice,
    .__mealCaloricity,
    .__mealFats,
    .__mealProteins,
    .__mealCarbohydrates,
    .__intakeWeight,
    .__intakePrice,
    .__intakeCaloricity,
    .__intakeFats,
    .__intakeProteins,
    .__intakeCarbohydrates {
        background-size: 36px 18px;
        background-repeat: no-repeat;
        background-position: 0.35rem center;
        padding-left: calc(1rem + 16px);
    }

    .__mealWeight,
    .__intakeWeight {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100" width="100" height="48"><text x="100" y="48" text-anchor="middle" dominant-baseline="central" font-family="PTC, Tahoma" font-weight="normal" font-size="60" fill="%23c8daf3">Выход</text></svg>');
    }

    .__mealPrice,
    .__intakePrice {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100" width="100" height="48"><text x="100" y="48" text-anchor="middle" dominant-baseline="central" font-family="PTC, Tahoma" font-weight="normal" font-size="60" fill="%23c8daf3">Цена</text></svg>');
    }

    .__mealCaloricity,
    .__intakeCaloricity {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100" width="100" height="48"><text x="100" y="48" text-anchor="middle" dominant-baseline="central" font-family="PTC, Tahoma" font-weight="normal" font-size="60" fill="%23c8daf3">Калор.</text></svg>');
    }

    .__mealProteins,
    .__intakeProteins {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100" width="100" height="48"><text x="100" y="48" text-anchor="middle" dominant-baseline="central" font-family="PTC, Tahoma" font-weight="normal" font-size="60" fill="%23c8daf3">Белки</text></svg>');
    }

    .__mealFats,
    .__intakeFats {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100" width="100" height="48"><text x="100" y="48" text-anchor="middle" dominant-baseline="central" font-family="PTC, Tahoma" font-weight="normal" font-size="60" fill="%23c8daf3">Жиры</text></svg>');
    }

    .__mealCarbohydrates,
    .__intakeCarbohydrates {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100" width="100" height="48"><text x="100" y="48" text-anchor="middle" dominant-baseline="central" font-family="PTC, Tahoma" font-weight="normal" font-size="60" fill="%23c8daf3">Углев.</text></svg>');
    }
}
