/* Replace oversized SVG icons with simple disc bullets */
.elementor-icon-list-icon svg.e-fas-dot-circle {
    display: none !important;
}

.elementor-icon-list-icon {
    width: 8px !important;
    height: 8px !important;
    background-color: #333C4E !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    margin-right: 10px !important;
}
