/**
 * Paradise Google Map Widget
 */

.paradise-gmap-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.paradise-gmap-frame {
    display: block;
    width: 100%;
    height: 400px;
    border: none;
}

/* ── Site Info badge (editor only) ───────────────────────────────────────── */

.paradise-gmap-si-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background: #2271b1;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 3px;
    pointer-events: none;
    line-height: 1.6;
}

/* ── Empty state placeholder ─────────────────────────────────────────────── */

.paradise-gmap-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    background: #f0f0f1;
    border: 2px dashed #c3c4c7;
    border-radius: 4px;
    color: #787c82;
    font-size: 13px;
    text-align: center;
    padding: 24px;
    line-height: 1.5;
}
