.custom-cluster {
    background: none !important;
    border: none !important;
}

.cluster-bubble {
    background: white;
    color: #333;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
}

.cluster-bubble:hover {
    transform: scale(1.1);
    background: #EAD196;
}

.agency-card {
    font-family: inherit;
    background: white;
    border-radius: 8px;
}

.agency-card h4 {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
}

.agency-card h4 a {
    text-decoration: none;
    color: inherit;
}

.agency-card h4 a:hover {
    color: var(--bs-primary);
}

.agency-card .text-primary {
    color: var(--bs-primary) !important;
}

.agency-card .text-muted {
    color: #6c757d !important;
}

.contact-link a:hover {
    color: var(--bs-primary) !important;
}

.leaflet-container a.leaflet-popup-close-button {
    top: 6px;
    right: -5px;
}