.jmh-address-field {
    position: relative !important;
}

.jmh-address-loading {
    background-image: linear-gradient(90deg, transparent, rgba(14, 43, 85, .08), transparent) !important;
    background-size: 200% 100% !important;
    animation: jmh-address-loading 1s linear infinite;
}

@keyframes jmh-address-loading {
    from { background-position: 200% 0; }
    to { background-position: -200% 0; }
}

.jmh-address-suggestions {
    background: #fff;
    border: 1px solid #b8c2cc;
    box-shadow: 0 8px 22px rgba(10, 39, 75, .18);
    left: 0;
    max-height: 280px;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10020;
}

.jmh-address-status {
    color: #52677d;
    font-size: 14px;
    line-height: 1.4;
    padding: 12px 14px;
}

.jmh-address-option {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #e2e7eb;
    color: #173556;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    min-height: 0;
    padding: 12px 14px;
    text-align: left;
    text-transform: none;
    width: 100%;
}

.jmh-address-option:hover,
.jmh-address-option:focus,
.jmh-address-option.is-active {
    background: #eef4f9;
    color: #0e2b55;
}

@media (max-width: 760px) {
    .jmh-address-option,
    .jmh-address-status {
        font-size: 15px;
        padding: 14px 12px;
    }
}
