.ci-518e8829-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.ci-518e8829-container {
    position: relative;
    width: 400px;
    height: 400px;
    max-width: 100%;
}
.ci-518e8829-arc-container {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}
.ci-518e8829-arc-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
}
.ci-518e8829-arc-svg path {
    fill: none;
    stroke: #ccc;
    stroke-width: 4px; /* Managed via CSS vars dynamically */
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ci-518e8829-ring {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none;
}
.ci-518e8829-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 60%;
    z-index: 1;
}
.ci-518e8829-title,
.ci-518e8829-desc {
    transition: all 0.3s ease;
}
.ci-518e8829-point {
    position: absolute;
    width: 36px;
    height: 36px;
    background: #333;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px; /* Managed via CSS vars dynamically */
    cursor: pointer;
    transition: transform 0.3s, background 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    z-index: 2;
}
.ci-518e8829-point-label {
    pointer-events: none;
    font-size: 14px;
}
.ci-518e8829-point.active,
.ci-518e8829-point:hover {
    transform: scale(1.2);
    background: #0073aa;
    z-index: 3;
}
.ci-518e8829-arrows-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
}
.ci-518e8829-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #666; /* thickness handled via controls */
    border-right: 2px solid #666; /* thickness handled via controls */
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    margin: -5px 0 0 -5px;
}