.pcb-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    pointer-events: none;
}
.pcb-badge-lg { width: 12vh; height: 12vh; }
.pcb-badge-sm { width: 7vh; height: 7vh; }
.pcb-badge-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    display: grid;
    align-items: end;
    text-align: center;
}
.pcb-badge-percent {
    color: #fff;
    font-weight: 700;
    padding-bottom: 4px;
}
.pcb-markdown-badge {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 99;
    pointer-events: none;
    background: #eb0045;
    color: #fff;
    padding: 6px 12px;
    font-weight: 700;
    font-size: 14px;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
