
.dd-infospot-viewer .dd-popup-menu-wrapper {
    border-radius: var(--dd-window-radius);
}

.dd-infospot-viewer .dd-popup-menu-closebutton {
    background-color: transparent;
}

.dd-infospot-viewer.dd-popup-menu .dd-bse-content {
    top: 0;
    height: fit-content;
    max-height: 95vh;

    /* OLD DEFAULT */
    /* max-width: 560px; */
    /* width: 90vw; */

    /* NEW DEFAULT */
    max-width: var(--dd-max-width-infospots, 1280px);
    min-width: 260px;
    width: fit-content;
}

.dd-infospot-viewer.dd-popup-menu .dd-scroll-area {
    margin-bottom: var(--dd-window-radius);
}

.dd-infospot-viewer .dd-popup-menu-section {
    border:none;
    padding-top: 0;
    padding-bottom:0;
}

.dd-infospot-viewer .dd-popup-menu-heading {
    padding-bottom: 0;
}

.dd-infospot-heading {
    margin-bottom: 0.75em;
}

.dd-infospot-video video {
    width: 100%;
    display: block;
}

.dd-infospot-gallery img {
    max-width: 100%;
}

/* Override dd-viewport-gallery height:100% (BIW fills a viewport, infospots use natural height) */
.dd-infospot-gallery.dd-viewport-gallery,
.dd-infospot-gallery.dd-viewport-gallery .splide,
.dd-infospot-gallery.dd-viewport-gallery .splide__track {
    height: auto;
}

.dd-infospot-gallery .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
