.dms3-turisme-map {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    height: var(--dms3-map-height-desktop, 500px);
    --dms3-cluster-color: #2271b1;
    --dms3-marker-hue: #d63638;
}

@media (max-width: 768px) {
    .dms3-turisme-map {
        height: var(--dms3-map-height-mobile, 320px);
    }
}

.dms3-turisme-view[style*="--dms3-map-breakpoint"] .dms3-turisme-map {
    height: var(--dms3-map-height-desktop, 500px);
}

@media (max-width: 768px) {
    .dms3-turisme-view[style*="--dms3-map-breakpoint"] .dms3-turisme-map {
        height: var(--dms3-map-height-mobile, 320px);
    }
}

.dms3-turisme-marker-icon {
    background: transparent;
    border: none;
}

.dms3-turisme-marker-icon__dot {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.dms3-turisme-map .marker-cluster-small,
.dms3-turisme-map .marker-cluster-medium,
.dms3-turisme-map .marker-cluster-large {
    background-color: color-mix(in srgb, var(--dms3-cluster-color) 35%, white);
}

.dms3-turisme-map .marker-cluster-small div,
.dms3-turisme-map .marker-cluster-medium div,
.dms3-turisme-map .marker-cluster-large div {
    background-color: var(--dms3-cluster-color);
    color: #fff;
}

.dms3-turisme-leaflet-popup .leaflet-popup-content-wrapper {
    border-radius: 4px;
    padding: 0;
}

.dms3-turisme-leaflet-popup .leaflet-popup-content {
    margin: 0;
    min-width: 260px;
    max-width: 320px;
}

.dms3-turisme-popup {
    font-size: 14px;
    line-height: 1.4;
}

.dms3-turisme-popup__card {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.dms3-turisme-popup__card .dms3-turisme-card__body {
    padding: 0.75rem;
}

.dms3-turisme-popup__actions {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    padding: 0.5rem 0.75rem 0.75rem;
    border-top: 1px solid #e5e5e5;
    background: #f6f7f7;
}

.dms3-turisme-popup__actions .button {
    margin: 0;
}

.dms3-turisme-popup p {
    margin: 0.35em 0;
}

.dms3-turisme-popup a {
    text-decoration: none;
}

.dms3-turisme-view.is-loading .dms3-turisme-map {
    opacity: 0.6;
    pointer-events: none;
}
