.p7co-map-picker {
    width: 100%;
    height: 360px;
    border-radius: 6px;
    overflow: hidden;
}

.p7co-map-picker--fallback {
    background: #f7f7f7;
    color: #5b5b5b;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border: 1px dashed rgba(0,0,0,.12);
}

.p7co-map-fallback {
    padding: 12px 14px;
}

.p7co-map-fallback__title,
.p7co-map-fallback__coords {
    font-size: 0.92rem;
}

.p7co-map-fallback__coords {
    margin-top: 4px;
    opacity: 0.75;
}

.p7co-map-helper {
    font-size: .92rem;
    opacity: .85;
    margin-top: 8px;
}

.p7co-pin { background: transparent; border: 0; }

.p7co-pin__wrap {
    position: relative;
    width: 34px;
    height: 34px;
    transform: translate3d(0,0,0);
}

.p7co-pin__svg {
    width: 34px;
    height: 34px;
    display: block;
    filter: drop-shadow(0 6px 10px rgba(0,0,0,.25));
}

.p7co-pin__shadow {
    position: absolute;
    left: 50%;
    top: 30px;
    width: 18px;
    height: 6px;
    transform: translateX(-50%);
    background: rgba(0,0,0,.25);
    border-radius: 50%;
    filter: blur(1px);
}
