/**
 * Location picker feedback.
 *
 * Site-wide (the picker lives in the header), so this is loaded from the head
 * rather than from the home screen's own stylesheet.
 */

.location-notice {
    margin: .75rem 0 0;
    padding: .6rem .75rem;
    border-radius: 10px;
    background: #f4f6f8;
    color: #55505e;
    font-size: .82rem;
    line-height: 1.5;
}

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

.location-notice.is-error {
    background: #fdf1f1;
    color: #9d3833;
}
