.custom-marker {
    position: relative;
    background: #007BFF;
    color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.marker-content {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}
#business-list {
    margin-bottom: 20px;
}

#business-list ul {
    list-style: none;
    padding: 0;
}

#business-list li {
    margin: 5px 0;
}

#business-list a {
    text-decoration: none;
    color: #007BFF;
    cursor: pointer;
}

#business-list a:hover {
    text-decoration: underline;
}
