/* This stylesheet should be placed in ./assets/cluster.css */
.cluster-icon {
    background-color: #333;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px; /* Align text vertically */
    font-weight: bold;
}
