.wzpi-locker-selection {
    margin-top: 10px !important;
    padding: 15px !important;
    background: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 6px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.wzpi-select-locker-btn {
    background: rgb(82, 54, 44) !important;
    color: white !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

.wzpi-selected-locker {
    text-align: right !important;
}

/* Popup stiliai - čia !important dažnai reikalingi dėl z-index ir overlay */
.wzpi-locker-popup {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 999999 !important;
    display: none;
}

.wzpi-locker-popup.wzpi-popup-open {
    display: block;
}

.wzpi-locker-popup-content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: white !important;
    padding: 30px;
    border-radius: 8px;
    max-width: 95%;
    max-height: 95%;
    width: 900px;
    height: 700px;
    overflow: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.wzpi-locker-popup-close {
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    font-weight: 300;
    line-height: 1;
}

.wzpi-locker-popup-close:hover {
    color: #333;
}

.wzpi-locker-popup h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
    font-size: 20px;
}

#wzpi-map-container {
    width: 100%;
    height: 90%;
    border: 1px solid #ddd;
    border-radius: 4px;
}

inpost-geowidget {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .wzpi-locker-popup-content {
        width: 95% !important;
        height: 90% !important;
        padding: 20px;
    }

    #wzpi-map-container {
        height: 90%;
        width: 100%;
    }

    .wzpi-locker-popup h3 {
        font-size: 18px;
    }
}