gmpx-store-locator {
    width: 100%;
    height: 100%;
}

.upw-no-consent-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: showElement 1s forwards;
    animation-delay: 3s;
}

@keyframes showElement {
    to {
        opacity: 1;
    }
}

.upw-overlay-content {
    text-align: center;
    color: white;
    font-size: 18px;
}

.upw-consent-link, .upw-reload-link {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}
