.cpw-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 18px;
    box-sizing: border-box;
}

.cpw-circle-wrap {
    position: relative !important;
    flex-shrink: 0 !important;
    display: block !important;
}

.cpw-circle-wrap svg {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    overflow: visible;
}

.cpw-number {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 1.3em;
    font-weight: 700;
    color: #3d3d6b;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    z-index: 2;
}

.cpw-label {
    flex: 1;
    font-size: 0.95em;
    color: #555;
    line-height: 1.4;
}

.cpw-arc {
    transition: none;
}
