#wcd-event-map {
    position: relative;
    width: 100%;
    height: 375px;
    border-radius: var(--text-m, 16px);
    overflow: hidden;
    z-index: 0;
    background: #eee;
}

.wcd-map-loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666;
    z-index: 1;
}

.wcd-marker {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
    background-color: rgba(231, 19, 143, 0.25);
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
    background-color: var(--wcu-hotpink, #e7138f);
    color: #fff;
    font-weight: 600;
}

.wcd-map-popup {
    font-size: 14px;
    line-height: 1.45;
}

.wcd-map-popup__title {
    font-weight: 700;
    margin-bottom: 2px;
}

.wcd-map-popup__date {
    color: #555;
    margin-bottom: 6px;
}

.wcd-map-popup__link {
    color: var(--wcu-hotpink, #e7138f);
    font-weight: 600;
    text-decoration: none;
}

.wcd-map-popup__link:hover {
    text-decoration: underline;
}
