.pui-iso-badge {
    position: relative;
    overflow: visible;
    padding: 0;
    background: #fff;
    color: #15243a;
    font-family: inherit;
    line-height: 1;
    cursor: pointer;
    appearance: none;
}

.pui-iso-badge b {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    border-radius: 6px 0 0 6px;
}

.pui-iso-badge:hover {
    border-color: #9ba9b5;
    box-shadow: 0 3px 9px rgba(21, 36, 58, .12);
    transform: translateY(-1px);
}

.pui-iso-badge:focus-visible {
    outline: 2px solid #124a9d;
    outline-offset: 3px;
}

.pui-iso-info {
    position: absolute;
    top: -7px;
    right: -7px;
    display: grid;
    place-items: center;
    width: 17px;
    height: 17px;
    border: 1px solid #677584;
    border-radius: 50%;
    background: #fff;
    color: #26394c;
    font-family: Georgia, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.pui-iso-legend {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.pui-iso-legend-row {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 11px;
    padding: 10px;
    border: 1px solid #e1e7ec;
    border-radius: 8px;
}

.pui-iso-dot {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.pui-iso-dot.iso-p { background: #166ee8; }
.pui-iso-dot.iso-m { background: #d8b000; color: #111; }
.pui-iso-dot.iso-k { background: #cf3d37; }
.pui-iso-dot.iso-n { background: #45994e; }
.pui-iso-dot.iso-s { background: #d67722; }
.pui-iso-dot.iso-h { background: #656c74; }

.pui-iso-legend-row strong {
    display: block;
    margin-bottom: 2px;
    color: #15243a;
}

.pui-iso-legend-row p {
    margin: 0;
    color: #687585;
    font-size: 13px;
    line-height: 1.4;
}

.pui-iso-note {
    margin: 12px 0 0;
    padding: 11px 13px;
    border-left: 3px solid #124a9d;
    background: #f2f7fc;
    color: #536273;
    font-size: 12px;
    line-height: 1.5;
}
