:root {
    --hoh-navy: #002c5f;
    --hoh-navy-deep: #001b3d;
    --hoh-blue: #004b8d;
    --hoh-text: #172133;
    --hoh-muted: #667085;
    --hoh-border: #d9e0e8;
}
body.hoh-modal-open {
    overflow: hidden;
}

#topHead.hoh-header {
    position: relative;
    z-index: 500;
    border: 0;
    background: #fff;
    font-family: "HyundaiSansText-Regular", Arial, sans-serif;
}

.hoh-header-spacer {
    height: 28px;
    background: #fff;
}

.hoh-header-bar {
    position: relative;
    min-height: 50px;
    background: var(--hoh-navy);
}

.hoh-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1500px;
    min-height: 50px;
    margin: 0 auto;
    padding: 0 64px 0 8px;
}

.hoh-header-left,
.hoh-header-actions,
.hoh-social-links,
.hoh-social-menu-links {
    display: flex;
    align-items: center;
}

.hoh-header-left {
    min-width: 0;
    gap: 28px;
}

header#topHead .hoh-dealer-lockup,
header#topHead .hoh-social-links a,
header#topHead .hoh-brand-mark,
header#topHead .hoh-header-icon,
header#topHead .hoh-header-popover a {
    padding-right: 0;
}

.hoh-dealer-lockup {
    display: block;
    flex: 0 0 auto;
    text-decoration: none;
}

.hoh-dealer-logo-frame {
    position: relative;
    display: block;
    width: 265px;
    height: 39px;
    overflow: hidden;
}

.hoh-dealer-logo-frame::after {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 11px;
    background: #fff;
    content: "";
}

.hoh-dealer-logo-frame img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    filter: invert(1);
}

.hoh-dealer-mobile-copy {
    display: none;
}

.hoh-social-links {
    gap: 22px;
}

header#topHead .hoh-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 44px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}

header#topHead .hoh-social-links a:hover,
header#topHead .hoh-social-links a:focus {
    color: #cdddf0;
}

.hoh-brand-mark {
    position: absolute;
    z-index: 2;
    top: -11px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 72px;
    overflow: hidden;
    border-radius: 50%;
    background: var(--hoh-navy);
    transform: translateX(-50%);
}

.hoh-brand-mark-crop {
    display: block;
    width: 88px;
    height: 44px;
    overflow: hidden;
}

.hoh-brand-mark-crop img {
    display: block;
    width: auto !important;
    height: 44px !important;
    max-width: none !important;
    filter: brightness(0) invert(1);
}

.hoh-header-actions {
    justify-content: flex-end;
    gap: 26px;
}

.hoh-header-action {
    position: relative;
}

header#topHead .hoh-header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

header#topHead .hoh-header-icon:hover,
header#topHead .hoh-header-icon:focus,
header#topHead .hoh-header-icon[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    outline: 0;
}

header#topHead .hoh-header-icon:focus-visible,
.hoh-mobile-menu-tools button:focus-visible,
.hoh-mobile-menu-tools a:focus-visible,
.hoh-location-modal button:focus-visible,
.hoh-location-modal a:focus-visible,
.hoh-header-popover a:focus-visible,
.hoh-header-popover button:focus-visible,
.hoh-header-popover input:focus-visible {
    outline: 3px solid #8fc7ff;
    outline-offset: 2px;
}

.hoh-action-share,
.hoh-mobile-menu-toggle {
    display: none !important;
}

.hoh-header-popover {
    position: absolute;
    z-index: 1600;
    top: calc(100% + 13px);
    right: 0;
    width: 320px;
    padding: 16px;
    visibility: hidden;
    border: 1px solid var(--hoh-border);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(5, 25, 52, 0.22);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-5px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.hoh-header-popover.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.hoh-popover-title,
.hoh-search-menu label {
    display: block;
    margin: 0 0 10px;
    color: var(--hoh-text);
    font-family: "HyundaiSansText-Medium", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

header#topHead .hoh-phone-menu a,
.hoh-location-contact-list a {
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 8px 6px;
    border-top: 1px solid #edf0f4;
    color: var(--hoh-text);
    text-align: left;
    text-decoration: none;
}

.hoh-phone-menu a > .fa,
.hoh-location-contact-list a > .fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--hoh-navy);
    color: #fff;
    font-size: 15px;
}

.hoh-phone-menu a span:last-child,
.hoh-location-contact-list a span:last-child {
    display: flex;
    flex-direction: column;
}

.hoh-phone-menu small,
.hoh-location-contact-list small {
    margin-bottom: 1px;
    color: var(--hoh-muted);
    font-size: 12px;
    line-height: 1.2;
}

.hoh-phone-menu strong,
.hoh-location-contact-list strong {
    color: var(--hoh-text);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
}

.hoh-language-menu {
    width: 300px;
}

.hoh-language-menu #google_translate_element {
    min-height: 34px;
}

.hoh-language-menu .goog-te-gadget-simple {
    width: 100%;
    padding: 8px !important;
    border: 1px solid var(--hoh-border) !important;
    background: #fff !important;
}

.hoh-social-menu {
    width: 248px;
}

.hoh-social-menu-links {
    justify-content: space-between;
    gap: 8px;
}

header#topHead .hoh-social-menu-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--hoh-navy);
    color: #fff;
    font-size: 19px;
    text-decoration: none;
}

.hoh-search-menu {
    width: 350px;
}

.hoh-search-field {
    display: grid;
    grid-template-columns: 1fr 44px;
    overflow: hidden;
    border: 1px solid #98a2b3;
    border-radius: 3px;
}

.hoh-search-field:focus-within {
    border-color: var(--hoh-blue);
    box-shadow: 0 0 0 3px rgba(0, 75, 141, 0.16);
}

.hoh-search-field input {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 12px;
    border: 0;
    outline: 0;
    color: var(--hoh-text);
    font-size: 15px;
}

.hoh-search-field button {
    width: 44px;
    height: 44px;
    border: 0;
    background: var(--hoh-navy);
    color: #fff;
}

/* Desktop navigation */
header#topNav {
    position: relative;
    z-index: 400;
    width: 100%;
    padding: 0;
    border: 0;
    border-top: 18px solid #fff;
    border-bottom: 3px solid #80aee7;
    background: var(--hoh-navy);
    box-shadow: none;
}

header#topNav .hoh-nav-container {
    width: 100% !important;
    max-width: 1170px !important;
    margin: 0 auto;
    padding: 0 30px 0 10px;
}

@media (min-width: 992px) {
    header#topNav {
        min-height: 79px;
    }
}

header#topNav .hoh-nav-container > .logo-mob,
header#topNav .hoh-nav-container > .pull-right,
header#topNav .hoh-nav-container > .dv-header-address-sm {
    display: none !important;
}

header#topNav div.nav-main-collapse,
header#topNav div.nav-main-collapse.in {
    width: 100%;
    margin: 0;
    overflow: visible;
}

header#topNav nav.nav-main {
    display: block;
    width: 100%;
}

header#topNav nav ul#topMain {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    float: none;
    width: 100%;
    height: 58px;
    margin: 0;
    padding: 0;
}

header#topNav nav ul#topMain > li {
    position: relative;
    display: block;
    float: none;
    margin: 0;
}

header#topNav nav ul#topMain > li > a,
header#topNav nav ul#topMain > li > a:hover,
header#topNav nav ul#topMain > li > a:focus {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    margin: 0;
    padding: 6px 13px 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    text-decoration: none;
    white-space: nowrap;
}

header#topNav nav ul#topMain > li > a strong {
    font-weight: 400;
}

header#topNav nav ul#topMain > li:first-child > a > .fa-home {
    margin-right: 7px;
    font-size: 16px;
    line-height: 1;
}

header#topNav nav ul#topMain > li > a:hover,
header#topNav nav ul#topMain > li > a:focus,
header#topNav nav ul#topMain > li.open > a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

header#topNav nav ul#topMain > li.dropdown > a {
    padding-bottom: 0;
}

header#topNav nav ul#topMain > li.dropdown > a > .fa-angle-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 20px;
    transform: translateX(-50%);
    transition: transform 180ms ease;
}

header#topNav nav ul#topMain > li.dropdown > a.dropdown-toggle::after {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    content: none !important;
}

header#topNav nav ul#topMain ul.dropdown-menu {
    width: 194px;
    min-width: 194px;
    margin: 0;
    padding: 9px 0;
    border: 0;
    border-radius: 0;
    background: var(--hoh-navy-deep);
    box-shadow: 0 12px 24px rgba(0, 20, 50, 0.28);
}

header#topNav nav ul#topMain ul.dropdown-menu > li > a,
header#topNav nav ul#topMain ul.dropdown-menu > li > a:visited {
    padding: 7px 11px;
    background: transparent;
    color: #fff;
    font-family: "HyundaiSansText-Regular", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    white-space: normal;
}

header#topNav nav ul#topMain ul.dropdown-menu > li > a:hover,
header#topNav nav ul#topMain ul.dropdown-menu > li > a:focus {
    background: rgba(255, 255, 255, 0.11);
    color: #fff;
}

header#topNav nav ul#topMain li.dropdown:hover > ul.dropdown-menu,
header#topNav nav ul#topMain li:focus-within > ul.dropdown-menu,
header#topNav nav ul#topMain li.open > ul.dropdown-menu,
header#topNav nav ul#topMain li.dropdown-submenu:hover > ul.dropdown-menu,
header#topNav nav ul#topMain li.dropdown-submenu:focus-within > ul.dropdown-menu {
    display: block;
}

@media (min-width: 992px) {
    header#topNav nav ul#topMain > li.dropdown:hover > a > .fa-angle-down,
    header#topNav nav ul#topMain > li.dropdown:focus-within > a > .fa-angle-down,
    header#topNav nav ul#topMain > li.dropdown.open > a > .fa-angle-down {
        transform: translateX(-50%) rotate(180deg);
    }

    header#topNav nav ul#topMain > li > ul.dropdown-menu {
        top: calc(100% + 5px);
        left: 50%;
        transform: translateX(-50%);
    }

    header#topNav nav ul#topMain ul.dropdown-menu::before,
    header#topNav nav ul#topMain ul.dropdown-menu::after {
        display: none !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        content: "";
    }

    header#topNav nav ul#topMain > li > ul.dropdown-menu::before {
        position: absolute;
        top: -5px;
        right: 0;
        left: 0;
        display: block !important;
        height: 5px;
        border: 0 !important;
        background: transparent !important;
        content: "";
    }
}

.hoh-mobile-menu-tools {
    display: none;
}

/* Location modal */
.hoh-location-modal {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    visibility: hidden;
    background: rgba(0, 17, 38, 0.72);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 180ms ease;
}

.hoh-location-modal.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.hoh-location-dialog {
    width: min(920px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
    color: var(--hoh-text);
    font-family: "HyundaiSansText-Regular", Arial, sans-serif;
}

.hoh-location-dialog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px;
    border-bottom: 1px solid var(--hoh-border);
}

.hoh-location-eyebrow {
    display: block;
    margin-bottom: 3px;
    color: var(--hoh-blue);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hoh-location-dialog-header h2 {
    margin: 0;
    color: var(--hoh-text);
    font-family: "HyundaiSansText-Medium", Arial, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.15;
}

.hoh-location-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #eef3f8;
    color: var(--hoh-navy);
    font-size: 20px;
}

.hoh-location-dialog-body {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
}

.hoh-location-map {
    min-height: 450px;
    background: #e7edf3;
}

.hoh-location-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 450px;
    border: 0;
}

.hoh-location-details {
    padding: 24px;
}

.hoh-location-address {
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: start;
    gap: 10px;
}

.hoh-location-address > .fa {
    color: var(--hoh-navy);
    font-size: 25px;
    line-height: 32px;
    text-align: center;
}

.hoh-location-address div {
    display: flex;
    flex-direction: column;
}

.hoh-location-address strong {
    color: var(--hoh-text);
    font-size: 18px;
    font-weight: 500;
}

.hoh-location-address span:last-child {
    margin-top: 2px;
    color: var(--hoh-muted);
    font-size: 15px;
}

.hoh-directions-link,
.hoh-hours-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--hoh-blue);
    font-weight: 500;
    text-decoration: none;
}

.hoh-directions-link {
    margin: 14px 0 22px 48px;
}

.hoh-location-contact-list {
    border-top: 1px solid var(--hoh-border);
}

.hoh-hours-link {
    margin-top: 20px;
}

@media (max-width: 1260px) {
    .hoh-header-inner {
        padding-right: 18px;
        padding-left: 18px;
    }

    .hoh-header-left {
        gap: 18px;
    }

    .hoh-dealer-logo-frame {
        width: 235px;
        height: 35px;
    }

    .hoh-social-links {
        gap: 12px;
    }

    .hoh-header-actions {
        gap: 7px;
    }

    header#topNav .hoh-nav-container {
        padding-right: 30px;
        padding-left: 30px;
    }

    header#topNav nav ul#topMain > li > a,
    header#topNav nav ul#topMain > li > a:hover,
    header#topNav nav ul#topMain > li > a:focus {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 17px;
    }
}

@media (max-width: 1080px) and (min-width: 992px) {
    header#topNav .normal-main-menu-items {
        display: none;
    }

    header#topNav .compact-main-menu-items {
        display: inline;
    }
}

@media (max-width: 991px) {
    .hoh-header-spacer {
        height: 10px;
    }

    .hoh-header-bar,
    .hoh-header-inner {
        min-height: 52px;
    }

    .hoh-header-inner {
        padding: 0 8px;
    }

    .hoh-header-left {
        flex: 1 1 auto;
        max-width: 205px;
        overflow: hidden;
    }

    .hoh-dealer-lockup,
    .hoh-dealer-mobile-copy {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .hoh-dealer-logo-frame,
    .hoh-social-links {
        display: none;
    }

    .hoh-dealer-mobile-copy {
        display: flex;
        flex-direction: column;
        min-width: 0;
        color: #fff;
        line-height: 1.1;
    }

    .hoh-dealer-mobile-name {
        overflow: hidden;
        font-family: "HyundaiSansText-Medium", Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.01em;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .hoh-dealer-mobile-name > span + span {
        margin-left: 4px;
    }

    .hoh-dealer-mobile-address {
        overflow: hidden;
        margin-top: 4px;
        font-size: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hoh-brand-mark {
        top: -4px;
        width: 94px;
        height: 60px;
        box-sizing: border-box;
        border-radius: 50%;
        background: var(--hoh-navy);
    }

    .hoh-brand-mark-crop,
    .hoh-brand-mark-crop img {
        height: 35px !important;
    }

    .hoh-brand-mark-crop {
        width: 71px;
    }

    .hoh-header-actions {
        flex-wrap: nowrap;
        flex: 0 0 auto;
        gap: 0;
    }

    header#topHead .hoh-header-icon {
        width: 34px;
        min-width: 34px;
        height: 44px;
        font-size: 19px;
    }

    .hoh-action-location {
        order: 1;
    }

    .hoh-action-phone {
        order: 2;
    }

    .hoh-action-language {
        order: 3;
    }

    .hoh-mobile-menu-toggle {
        order: 4;
    }

    .hoh-action-search {
        order: 5;
    }

    .hoh-action-share {
        order: 6;
    }

    .hoh-action-service {
        display: none !important;
    }

    .hoh-action-location,
    .hoh-mobile-menu-toggle {
        display: inline-flex !important;
    }

    .hoh-action-search > .hoh-header-icon,
    .hoh-action-share > .hoh-header-icon {
        display: none !important;
    }

    .hoh-action-search,
    .hoh-action-share {
        display: block !important;
        width: 0;
        min-width: 0;
    }

    .hoh-header-popover {
        position: fixed;
        top: 68px;
        right: 12px;
        left: 12px;
        width: auto;
        max-width: 420px;
        margin-left: auto;
    }

    header#topNav {
        min-height: 14px;
        overflow: visible;
        border-top-width: 14px;
        border-bottom: 0;
        background: transparent;
    }

    header#topNav .hoh-nav-container {
        width: 100% !important;
        margin: 0;
        padding: 0;
    }

    header#topNav div.nav-main-collapse,
    header#topNav div.nav-main-collapse.in {
        position: relative;
        top: 0;
        width: 100% !important;
        margin: 0 !important;
        padding: 0;
        background: var(--hoh-navy-deep);
        box-sizing: border-box;
    }

    header#topNav div.nav-main-collapse.in {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        max-height: calc(100vh - 84px);
    }

    .hoh-mobile-menu-tools {
        display: flex;
        align-items: stretch;
        justify-content: space-around;
        padding: 10px 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .hoh-mobile-menu-tools button,
    .hoh-mobile-menu-tools a {
        display: inline-flex;
        flex: 1 1 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        min-height: 54px;
        padding: 5px 8px;
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 12px;
        text-align: center;
        text-decoration: none;
    }

    .hoh-mobile-menu-tools button .fa,
    .hoh-mobile-menu-tools a .fa {
        font-size: 19px;
    }

    header#topNav nav.nav-main {
        padding: 0;
    }

    header#topNav nav ul#topMain {
        display: block !important;
        width: 100%;
        height: auto;
        max-height: none;
        margin: 0 !important;
        overflow: visible;
    }

    header#topNav nav ul#topMain > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    header#topNav nav ul#topMain > li > a,
    header#topNav nav ul#topMain > li > a:hover,
    header#topNav nav ul#topMain > li > a:focus {
        justify-content: flex-start;
        min-height: 48px;
        padding: 12px 20px;
        background: transparent !important;
        color: #fff !important;
        font-size: 16px;
    }

    header#topNav nav ul#topMain > li.dropdown > a {
        padding-bottom: 12px;
    }

    header#topNav nav ul#topMain > li.dropdown > a > .fa-angle-down {
        top: 50%;
        right: 20px;
        bottom: auto;
        left: auto;
        transform: translateY(-50%);
        transition: transform 260ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    header#topNav nav ul#topMain > li.dropdown.resp-active > a > .fa-angle-down {
        transform: translateY(-50%) rotate(180deg);
    }

    header#topNav nav ul#topMain ul.dropdown-menu {
        position: static;
        display: block !important;
        width: 100%;
        min-width: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 0 0 20px;
        visibility: hidden;
        background: #00152e;
        box-shadow: none;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-6px);
        transition:
            max-height 320ms cubic-bezier(0.4, 0, 0.2, 1),
            opacity 180ms ease,
            transform 320ms cubic-bezier(0.4, 0, 0.2, 1),
            visibility 0s linear 320ms;
    }

    header#topNav nav ul#topMain li.resp-active > ul.dropdown-menu {
        padding-bottom: 8px;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        transition-delay: 0s;
    }

    header#topNav nav ul#topMain ul.dropdown-menu > li > a {
        min-height: 42px;
        padding: 10px 18px;
        font-size: 14px;
    }

    .hoh-location-dialog-body {
        grid-template-columns: 1fr;
    }

    .hoh-location-map,
    .hoh-location-map iframe {
        min-height: 270px;
    }
}

@media (max-width: 991px) and (prefers-reduced-motion: reduce) {
    header#topNav nav ul#topMain > li.dropdown > a > .fa-angle-down,
    header#topNav nav ul#topMain ul.dropdown-menu {
        transition-duration: 1ms;
    }
}

@media (max-width: 620px) {
    .hoh-header-left {
        max-width: 175px;
    }

    .hoh-dealer-mobile-name {
        font-size: 14px;
    }

    .hoh-location-modal {
        align-items: flex-end;
        padding: 0;
    }

    .hoh-location-dialog {
        width: 100%;
        max-height: 94vh;
        border-radius: 8px 8px 0 0;
    }

    .hoh-location-dialog-header,
    .hoh-location-details {
        padding: 18px;
    }

    .hoh-location-dialog-header h2 {
        font-size: 22px;
    }

    .hoh-location-map,
    .hoh-location-map iframe {
        min-height: 220px;
    }
}

@media (max-width: 460px) {
    .hoh-header-left {
        max-width: 116px;
    }

    .hoh-dealer-mobile-address {
        display: none;
    }

    .hoh-dealer-mobile-name {
        overflow: visible;
        font-size: 13px;
        line-height: 0.96;
        text-overflow: clip;
        white-space: normal;
    }

    .hoh-dealer-mobile-name > span {
        display: block;
    }

    .hoh-dealer-mobile-name > span + span {
        margin-top: 2px;
        margin-left: 0;
    }

    .hoh-brand-mark {
        top: -3px;
        width: 86px;
        height: 58px;
    }

    .hoh-brand-mark-crop {
        width: 65px;
    }

    .hoh-brand-mark-crop,
    .hoh-brand-mark-crop img {
        height: 32px !important;
    }

    header#topHead .hoh-header-icon {
        width: 36px;
        min-width: 36px;
        font-size: 19px;
    }
}

@media (max-width: 375px) {
    .hoh-header-inner {
        padding-right: 5px;
        padding-left: 7px;
    }

    .hoh-header-left {
        flex: 0 0 108px;
        width: 108px;
        max-width: 108px;
    }

    .hoh-dealer-mobile-name {
        font-size: 13px;
        letter-spacing: 0;
    }

    .hoh-brand-mark {
        top: -2px;
        width: 78px;
        height: 56px;
    }

    .hoh-brand-mark-crop {
        width: 61px;
    }

    .hoh-brand-mark-crop,
    .hoh-brand-mark-crop img {
        height: 30px !important;
    }

    header#topHead .hoh-header-icon {
        width: 36px;
        min-width: 36px;
        height: 42px;
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hoh-header-popover,
    .hoh-location-modal {
        transition: none;
    }
}

header#topNav .menu-auto-credit-logo {
    display: block;
    width: 140px;
    max-width: 100%;
    height: auto;
    padding: 8px;
    border-radius: 2px;
    background: #fff;
    object-fit: contain;
}
