.zfspb-pinfo {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 10px 0 14px;
}

.zfspb-pinfo-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font: 600 12.5px/1.4 'Open Sans', sans-serif !important;
}

.zfspb-pinfo-icon {
    display: inline-flex;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}
.zfspb-pinfo-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zfspb-pinfo-row--ok    { color: #1a7f37 !important; }
.zfspb-pinfo-row--low   { color: #b54708 !important; font-weight: 700 !important; }
.zfspb-pinfo-row--out   { color: #b32d2e !important; }
.zfspb-pinfo-row--info  { color: #3a352c !important; }
