.mod-panelchart{box-sizing:border-box;width:100%;max-width:none;height:100%;min-height:100%;display:flex;flex-direction:column;background:#fff;border:1px solid #e6ebef;border-radius:7px;box-shadow:0 2px 7px rgba(32,62,77,.08);overflow:hidden;color:#334155;font-family:inherit}
.mod-panelchart__title{margin:0;padding:18px 16px 14px;text-align:center;font-size:16px;font-weight:700;color:#1e3a4a;background-color:rgb(242,247,250);border-bottom:1px solid #edf1f4}
.mod-panelchart__rows{flex:1;padding:18px 16px 14px;display:flex;flex-direction:column;justify-content:flex-start}
.mod-panelchart__row{display:grid;grid-template-columns:minmax(76px,1fr) minmax(90px,1.8fr) 42px;align-items:center;gap:10px;margin:0 0 16px}
.mod-panelchart__row:last-child{margin-bottom:0}
.mod-panelchart__label{font-size:12px;line-height:1.4;color:#536574;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mod-panelchart__track{height:14px;background:#eef2f5;border-radius:4px;overflow:hidden}
.mod-panelchart__bar{display:block;height:100%;min-width:3px;border-radius:4px;transition:width .35s ease}
.mod-panelchart__value{font-size:12px;font-weight:700;color:#334e5d;text-align:left;direction:ltr;white-space:nowrap}
.mod-panelchart__link{display:flex;align-items:center;justify-content:center;gap:14px;padding:13px 16px;border-top:1px solid #edf1f4;color:#198aa3;text-decoration:none;font-size:12px;font-weight:600}
.mod-panelchart__link:hover,.mod-panelchart__link:focus{color:#126579;background:#f8fbfc}
.mod-panelchart__arrow{font-size:20px;line-height:1;direction:ltr}
