@font-face {
    font-family: "Futura Book";
    src: url("/assets/fonts/futura/Futura-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Futura Medium";
    src: url("/assets/fonts/futura/Futura-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body.site-template-sacramento-locator {
    background: #ffffff;
    color: #5f5f5f;
    font-family: "Futura Book", Arial, sans-serif;
}

.site-template-sacramento-locator .sacramento-header {
    background: #ffffff;
    border-bottom: 0;
    padding: 2.25rem 0 0;
}

.site-template-sacramento-locator .sacramento-header .site-name {
    margin: 0;
    color: #666666;
    font-family: "Futura Book", Arial, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

.site-template-sacramento-locator .sacramento-header .logo {
    max-height: 28px;
    width: auto;
}

.site-template-sacramento-locator .sacramento-shell {
    max-width: 980px;
}

.site-template-sacramento-locator .sacramento-top-space {
    height: 2.25rem;
}

.site-template-sacramento-locator .featured-pic {
    display: block;
    margin: 0 auto;
    max-width: 820px;
    width: 100%;
    height: auto;
}

.site-template-sacramento-locator .zip-strip {
    background: #ffffff;
    padding: 1rem 0 1.5rem;
}

.site-template-sacramento-locator .sacramento-zip-form {
    max-width: 460px;
    margin: 0 auto;
}

.site-template-sacramento-locator .zip-prompt {
    color: #666666;
    font-size: 0.62rem;
    letter-spacing: 0;
    margin-bottom: 0.45rem;
    text-transform: none;
}

.site-template-sacramento-locator .sacramento-zip-controls {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.site-template-sacramento-locator #zip-input {
    width: 190px;
    height: 28px;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    font-size: 0.7rem;
    padding: 0.2rem 0.55rem;
    box-shadow: none;
}

.site-template-sacramento-locator .btn-primary {
    background: #9e2335;
    border-color: #9e2335;
    border-radius: 2px;
    color: #ffffff;
    font-size: 0.65rem;
    line-height: 1;
    padding: 0.45rem 0.8rem;
    text-transform: none;
}

.site-template-sacramento-locator .btn-primary:hover,
.site-template-sacramento-locator .btn-primary:focus {
    background: #851a2a;
    border-color: #851a2a;
}

.site-template-sacramento-locator .sacramento-featured-dealer-row {
    margin-top: 0.5rem;
}

.site-template-sacramento-locator .preferred-header {
    color: #666666;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.site-template-sacramento-locator .preferred-dealer-card,
.site-template-sacramento-locator .dealer-card--sacramento {
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    min-height: 112px;
    margin-bottom: 1.15rem;
    padding: 0.9rem 0.75rem;
}

.site-template-sacramento-locator .dealer-card--sacramento h4,
.site-template-sacramento-locator .preferred-dealer-card h4 {
    color: #666666;
    font-family: "Futura Medium", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.site-template-sacramento-locator .dealer-card--sacramento p,
.site-template-sacramento-locator .preferred-dealer-card p {
    color: #777777;
    font-size: 0.62rem;
    line-height: 1.45;
    margin-bottom: 0.45rem;
}

.site-template-sacramento-locator .dealer-card--sacramento a,
.site-template-sacramento-locator .preferred-dealer-card a {
    color: #9e2335;
    text-decoration: none;
}

.site-template-sacramento-locator .dealer-card--sacramento .btn,
.site-template-sacramento-locator .preferred-dealer-card .btn {
    color: #ffffff;
    min-width: 50px;
}

.site-template-sacramento-locator .sacramento-footer {
    background: #ffffff;
    border-top: 0;
    color: #777777;
    padding: 1.75rem 0 3rem;
}

.site-template-sacramento-locator .sacramento-footer p {
    font-size: 0.62rem;
    margin: 0;
}

@media (max-width: 767.98px) {
    .site-template-sacramento-locator .sacramento-header {
        padding-top: 1.5rem;
        text-align: center;
    }

    .site-template-sacramento-locator .sacramento-header .site-name {
        font-size: 1.45rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    .site-template-sacramento-locator .sacramento-zip-controls {
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
    }

    .site-template-sacramento-locator #zip-input {
        width: 100%;
    }
}
