.metro-location-field {
    position: relative;
}

.metro-location-message {
    margin: 0.4rem 0 0;
    padding: 0;
    font-size: 0.875em;
}

.metro-location-message[hidden] {
    display: none !important;
    margin: 0;
    padding: 0;
    border: 0;
}

.metro-location-results {
    position: absolute;
    z-index: 1000;
    right: 0;
    left: 0;
    margin: 0.25rem 0 0;
    padding: 0;
    overflow-y: auto;
    max-height: 18rem;
    list-style: none;
    background: #fff;
    border: 1px solid currentColor;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.15);
}

.metro-location-results[hidden] {
    display: none;
}

.metro-location-results [role="option"] {
    margin: 0;
    padding: 0.75rem 1rem;
    cursor: pointer;
}

.metro-location-results [role="option"] + [role="option"] {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.metro-location-results [role="option"]:hover,
.metro-location-results [role="option"].is-active {
    background: rgba(0, 0, 0, 0.07);
}

.metro-location-results strong {
    font-weight: 700;
}


.metro-location-message--yellow,
.metro-location-message--red {
    margin-top: 0.5rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid currentColor;
    border-radius: 0.25rem;
    font-weight: 600;
}

.metro-location-message--yellow {
    background: #fff8d6;
    color: #6b5200;
}

.metro-location-message--red {
    background: #fde8e8;
    color: #8a1c1c;
}


.metro-page-two-location-message {
    margin-top: 0.5rem;
}

.metro-page-two-location-message[hidden] {
    display: none !important;
}
