#dhportal-dealer-key-error { padding: .5em 1em; border: 1px solid #900; background-color: #ffd3d3; color: #600; }

#dhportal-dealer {
    display:grid;
    grid-template-columns:1fr 2fr;
    gap:16px;
}
#dhportal-search {
    overflow-y:scroll;
    position:relative;
}
#dhportal-dealer-form {
    padding-top:8px;
}
#dhportal-dealer-form > div:nth-child(1) {
    white-space:nowrap;
}
#dhportal-dealer-form > div {
    position:relative;
}
#dhportal-search-content {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    box-sizing:border-box;
    padding:0 8px 0 0;
}
#dhportal-dealer-location {
    display:inline-block;
    height:32px;
    line-height:32px;
    padding:8px;
    vertical-align:top;
    border:1px solid #ccc;
    border-right-width:0;
    box-sizing:content-box;
    outline-width:0;
    width:calc(100% - 48px - 16px - 3px);
    font-size:12pt;
    margin:0;
}
#dhportal-dealer-location-field {
    position:absolute;
    left:8px;
    top:-8px;
    font-size:10pt;
    line-height:12pt;
    padding:0 4px;
    background-color:#fff;
    pointer-events:none;
}
#dhportal-dealer-error {
    font-size:10pt;
    line-height:12pt;
}
#dhportal-dealer-clear::after {
    content:"Clear";
    text-decoration:underline;
    font-size:10pt;
    cursor:pointer;
}
#dhportal-dealer-locate {
    display:inline-block;
    width:48px;
    height:48px;
    background:#fff url(../images/my-location.svg) no-repeat center center;
    background-size:28px 28px;
    cursor:pointer;
    vertical-align:top;
    border:1px solid #ccc;
    box-sizing:content-box;
}
#dhportal-dealer-map-container {
    display:none;
}
#dhportal-dealer-map {
    padding:min(80vh, 100%) 0 0 0;
}
#dhportal-dealer-errors,
#dhportal-dealer-list {
    font-weight:700;
    border-top:1px solid #ccc;
    margin-top:8px;
    padding-top:8px;
}
/* #dhportal-dealer-errors::after {
    content:"Errors";
} */
#dhportal-dealer-list::after {
    content:"Results";
}
/* #dhportal-dealer-list + div > div {
    margin-top:24px;
} */
.dhportal-dealer-info {
    cursor:pointer;
    padding:20px;
    border-bottom:1px solid #777;
}
.dhportal-dealer-info:hover {
    background-color:#f5f5f5;
}
.dhportal-dealer-info > div:nth-child(1),
.dhportal-dealer-info-window {
    padding-bottom:4px;
}
.dhportal-dealer-info > div:nth-child(1),
.dhportal-dealer-info-window > div:nth-child(1) {
    font-weight:700;
}
.dhportal-dealer-info > div:not(.dhportal-dealer-info-window-nocontact):nth-child(2)::after,
.dhportal-dealer-info-window > div:not(.dhportal-dealer-info-window-nocontact):nth-child(2)::after {
    content:" (contact)";
}
.dhportal-dealer-info > div:nth-child(4)::after,
.dhportal-dealer-info-window > div:nth-child(4)::after {
    content:" miles away";
}
.dhportal-dealer-info > div:nth-child(5)::after,
.dhportal-dealer-info-window > div:nth-child(5)::after {
    content:" (fax)";
}
/* .dhportal-dealer-info > div:nth-child(6) > a::after,
.dhportal-dealer-info-window > div:nth-child(6) > a::after {
    content:" (phone)";
} */
.dhportal-dealer-info > div:nth-child(7) > a::after,
.dhportal-dealer-info-window > div:nth-child(7) > a::after {
    content:"Visit Website";
}
.dhportal-dealer-info > div:nth-child(8) > a::after,
.dhportal-dealer-info-window > div:nth-child(8) > a::after {
    content:"Contact Dealer";
}
#dhportal-dealer-location-field::after {
    display:block;
    content:"Enter lookup location";
}
#dhportal-dealer-submit::after {
    content:'Submit';
}

@media (max-width:800px) {
    #dhportal-dealer-results {
        font-size:0.9em;
    }
}

@media (max-width:720px) {
    #dhportal-dealer {
        grid-template-columns:1fr;
    }
    #dhportal-search {
        overflow:hidden;
    }
    #dhportal-search-content {
        position:relative;
        padding:0;
    }
}