.list-item{justify-content:space-between;align-items:baseline;width:100%;display:flex}ul{padding-left:0}.tooltip-status{padding-left:5px;display:flex;position:relative}.tooltip-status .tooltip-wrapper{cursor:help;display:inline-block;position:relative}.tooltip-status .tooltip{color:#fff;opacity:0;pointer-events:none;white-space:normal;z-index:20;word-wrap:break-word;background:#223e70;border-radius:4px;width:max-content;min-width:150px;max-width:min(90vw,400px);padding:6px 8px;font-size:12px;line-height:1.4;transition:opacity .15s,transform .15s;position:absolute;bottom:125%;left:50%;transform:translateY(4px)}.tooltip-status .tooltip:after{content:"";border:6px solid #0000;border-top-color:#223e70;transition:left .15s,transform .15s;position:absolute;top:100%;left:50%;transform:translate(-50%)}.tooltip-status .tooltip-wrapper:hover .tooltip{opacity:1}.tooltip-status .tooltip.tooltip-right-aligned:after{left:auto;right:12px;transform:translate(0)}.tooltip-status .tooltip.tooltip-left-aligned:after{left:12px;transform:translate(0)}.list-item-label{white-space:nowrap;flex-wrap:nowrap;align-items:center;display:flex}.list-item-label_title{color:#8c8c8c;font-size:16px}@media screen and (max-width:480px){.list-item-label_title{font-size:13px}}.list-item-value{white-space:nowrap;margin-left:10px;font-size:16px}@media screen and (max-width:480px){.list-item-value{font-size:13px}}.list-item-border{content:"";border-bottom:1px dotted #e7e7e7;width:100%;display:block;position:relative;top:90%}
