.loqate-container .loqate-container__label {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    margin: 2px 0 10px;
}

.loqate-container .loqate-container__button {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    margin: 12px 0;
}

.loqate-address {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #ececec;
    cursor: pointer;
}

.loqate-container__button-container {
    text-align: center;
}

.loqate-blur {
    position: relative;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}

.loqate-blur-overlay {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1000;
}