@charset "UTF-8";

/* ----------------------------------------------------------
  MAPS
---------------------------------------------------------- */

.wpumaps__map {
    height: 300px;
}

.wpumaps-marker-icon {
    width: var(--wpumaps-marker-icon-width, 32px);
    height: var(--wpumaps-marker-icon-width, 32px);
    background-position: center;
    background-size: contain;
}

.wpumaps-marker-icon--has-popup {
    cursor: pointer;
}

/* ----------------------------------------------------------
  Preview
---------------------------------------------------------- */

.wpumaps-preview-wrapper .wpumaps__wrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.wpumaps-preview-wrapper .wpumaps__wrapper .wpumaps__map {
    height: 100%;
}

/* ----------------------------------------------------------
  Popup
---------------------------------------------------------- */

.wpumaps-marker-popup {
    font-size: 14px;
}

.wpumaps-marker-popup-image:not(:last-child) {
    margin-bottom: 0.5em;
}

.wpumaps-marker-popup-content,
.wpumaps-marker-popup-content p {
    font-size: inherit;
}
