.esin-lc-fact {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 2px solid #01244f;
    color: #213244;
}

.esin-lc-fact input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    min-width: 88px;
    padding: 6px 10px;
    border: 1px solid #b8c3cf;
    background: #fff;
    color: #213244;
    font: inherit;
}

.esin-lc-fact button,
.esin-lc-fact__import-label,
.esin-lc-fact__apply {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 4px 6px 0;
    padding: 6px 10px;
    border: 1px solid #186999;
    border-radius: 0;
    background: #fff;
    color: #186999;
    font: inherit;
    line-height: 1.25;
    text-decoration: none;
    cursor: pointer;
}

.esin-lc-fact button:hover,
.esin-lc-fact__import-label:hover,
.esin-lc-fact__apply:hover {
    background: #eef5fa;
}

.esin-lc-fact__commands {
    margin: 10px 0 4px;
}

.esin-lc-fact__notice {
    min-height: 20px;
    margin: 4px 0 10px;
    color: #1e8e3e;
}

.esin-lc-fact__notice.is-error,
.esin-lc-fact td.is-error {
    color: #d32f2f;
}

.esin-lc-fact__result {
    margin-top: 16px;
}

.esin-lc-fact__chart {
    margin: 12px 0 0;
    padding: 10px 0 12px;
    border-top: 1px solid #d7dee6;
}

.esin-lc-fact__chart figcaption {
    margin-bottom: 8px;
    font-weight: 600;
}

.esin-lc-fact__bar-row {
    display: grid;
    grid-template-columns: minmax(90px, 150px) minmax(140px, 1fr) 84px;
    gap: 8px;
    align-items: center;
    margin: 5px 0;
}

.esin-lc-fact__bar-track {
    height: 18px;
    border: 1px solid #d7dee6;
    background: #f3f6fa;
}

.esin-lc-fact__bar {
    display: block;
    width: 2%;
    height: 100%;
    background: #1565c0;
}

.esin-lc-fact__bar--actual {
    background: #1e8e3e;
}

.esin-lc-fact .num {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.esin-lc-fact .ctr {
    text-align: center;
}

@media (max-width: 700px) {
    .esin-lc-fact__bar-row {
        grid-template-columns: 86px minmax(90px, 1fr) 68px;
    }
}
