.buddy-map-container {
    width: 100%;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

.buddy-marker {
    background: transparent !important;
    border: none !important;
}

.buddy-marker-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 2px solid #00aeef;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.buddy-marker-icon img {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    object-fit: contain;
}

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

.buddy-cluster-icon {
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buddy-cluster-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.buddy-cluster-icon span {
    position: absolute;
    bottom: -2px;
    right: -2px;
    background: var(--mud-palette-primary, #00aeef);
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.buddy-popup {
    text-align: center;
    min-width: 120px;
}

.buddy-popup-logo {
    width: 60px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 4px;
}

.buddy-popup a {
    color: var(--mud-palette-primary, #00aeef);
    text-decoration: none;
    font-weight: 500;
}

.buddy-popup a:hover {
    text-decoration: underline;
}

.buddy-map-about {
    background: rgba(255, 255, 255, 0.8);
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 4px;
    cursor: default;
}

.buddy-map-about-links {
    display: none;
}

.buddy-map-about:hover .buddy-map-about-label {
    display: none;
}

.buddy-map-about:hover .buddy-map-about-links {
    display: inline;
}

.buddy-map-about a {
    color: #0078A8;
    text-decoration: none;
}

.buddy-map-about a:hover {
    text-decoration: underline;
}
