.pcm-wrap {
    display: none;
    margin: 0 0 24px;
}

.pcm-wrap.is-open {
    display: block;
}

.pcm-head {
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.pcm-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #111;
    font-family: "Montserrat", sans-serif;
}

.pcm-count {
    font-size: 13px;
    color: #4d4d4d;
    font-weight: 600;
}

.pcm-map {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.pcm-popup-card {
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pcm-popup-thumb {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.pcm-popup-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pcm-popup-title {
    color: #0f0f0f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.pcm-popup-address {
    color: #666;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}

.pcm-popup-price {
    color: #202775;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}

.leaflet-container a,
.gm-style a {
    color: #000000;
}

.pcm-map-error {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    color: #444;
    font-size: 14px;
}

.pcm-price-pin-wrap {
    background: transparent;
    border: none;
}

.pcm-price-pin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 34px;
    padding: 0 10px;
    border-radius: 17px;
    background: #202775;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}
