.lcake-pie-chart-wrapper {
    display: block;
    width: 100%;
    text-align: center; /* Elementor will override this */
}

.lcake-pie-chart-title {
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

/* Make chart and legend alignable via text-align */
.lcake-pie-chart,
.lcake-pie-chart-legend {
    display: inline-block;
    vertical-align: middle;
}

.lcake-pie-chart {
    border-radius: 50%;
    margin-bottom: 20px;
}

.lcake-pie-chart-legend {
    display: inline-block;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 15px;
    text-align: left; /* keep internal legend text aligned left */
}

.lcake-pie-chart-legend-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.lcake-pie-chart-legend-marker {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block;
}


/* Remove text decoration for a tags */
.elementor-widget-lceak-kit-pie-chart a,
.elementor-widget-lcake-kit-pie-chart a,
.lcake-pie-chart a,
.lcake-kit-pie-chart a,
.lc-header-footer-pie-chart a {
    text-decoration: none !important;
}
