.llcu-location-popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.llcu-location-popup::backdrop {
    backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.5);
}
