/*
 * Minorik Served Locations Map
 * Desktop stays full-size. Tablet and mobile scale the exact desktop layout.
 */

.minorik-map-shell,
.minorik-map-shell *,
.minorik-map-shell *::before,
.minorik-map-shell *::after {
    box-sizing: border-box;
}

.minorik-map-shell {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    line-height: 0;
}

.minorik-map-stage {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transform-origin: top left;
    background: #fff;
}

.minorik-map-frame {
    display: block;
    width: 100%;
    height: 1600px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
}

/* Desktop */
@media (min-width: 981px) {
    .minorik-map-shell,
    .minorik-map-stage {
        height: 1600px;
    }

    .minorik-map-stage {
        transform: none !important;
    }

    .minorik-map-frame {
        width: 100% !important;
        height: 1600px !important;
    }
}

/* Prevent Divi from adding paragraph spacing around the shortcode. */
.et_pb_text_inner > .minorik-map-shell,
.et_pb_code_inner > .minorik-map-shell {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.et_pb_text_inner > p:empty,
.et_pb_code_inner > p:empty {
    display: none !important;
}
