#magnit-post-map-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: #fff;
    z-index: 10000;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    border-radius: 8px;
    padding: 20px;
}

#magnit-post-map {
    width: 100%;
    height: 90%;
}

.magnit-post-map-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}

#magnit-post-map-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
}

.magnit-post-selection-wrapper .button {
    background-color: #e31e24 !important; /* Магнит красный */
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.selected-pvz-info {
    background: #f8f8f8;
    padding: 10px;
    border-left: 4px solid #e31e24;
    margin-bottom: 10px;
}
