.cm-wrapper-8b056bcc {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Desktop Pie Chart */
.cm-pie-chart-8b056bcc {
    position: relative;
    width: 600px;
    height: 600px;
}

.cm-pie-bg-8b056bcc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.cm-center-8b056bcc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Default size, can be overridden by controls */
    width: 250px;
    height: 250px;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* Default border, overridden by Elementor styling selectors */
    border: 4px solid rgba(255,255,255,0.05);
    pointer-events: none;
    padding: 20px; /* Ensure text doesn't touch the very edges */
}

.cm-center-8b056bcc span {
    word-break: break-word;
}

.cm-overlay-items-8b056bcc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
}

.cm-borders-svg-8b056bcc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    pointer-events: none;
}

.cm-border-path-8b056bcc {
    fill: none;
}

.cm-click-area-8b056bcc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.cm-click-area-8b056bcc a {
    pointer-events: auto;
    cursor: pointer;
}

.cm-wedge-hover-8b056bcc {
    transition: fill 0.3s ease;
}

.cm-item-8b056bcc {
    position: absolute;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    z-index: 6;
    pointer-events: none;
}

.cm-icon-8b056bcc {
    font-size: 20px;
    margin-bottom: 5px;
}
.cm-icon-8b056bcc svg {
    width: 20px;
    height: 20px;
}

.cm-title-8b056bcc {
    text-transform: uppercase;
    letter-spacing: 1px;
    /* Word wrapping logic */
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.2;
}

.cm-percentage-8b056bcc {
    font-weight: bold;
    margin-top: 2px;
}

/* Mobile Slider Base */
.cm-mobile-slider-8b056bcc {
    display: none;
}

/* Responsive Handling */
@media (max-width: 992px) {
    .cm-pie-chart-8b056bcc {
        transform: scale(0.8);
    }
}

@media (max-width: 767px) {
    .cm-wrapper-8b056bcc {
        justify-content: flex-start;
        padding: 20px 0;
    }
    
    .cm-pie-chart-8b056bcc {
        display: none;
    }
    
    .cm-mobile-slider-8b056bcc {
        display: flex;
        width: 100%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding: 0 20px;
        -webkit-overflow-scrolling: touch;
    }
    
    .cm-mobile-item-8b056bcc {
        position: relative;
        width: 200px;
        height: 200px;
        flex: 0 0 auto;
        border-radius: 15px;
        scroll-snap-align: start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        padding: 20px;
    }
    
    .cm-mobile-item-8b056bcc .cm-title-8b056bcc {
        white-space: normal;
    }
}