body {
    --text-color: black;
    --button-color: #EB0A1E;
    --button-roundness: 2em;
    --hero-color: #e0e0e0;
    --card-roundness: 0;
    --card-padding: 1.5em;
    min-width: 320px;
    background-color: #f2f2f2;
}

.full-width {
    margin: 0 auto;
    width: 90%;
    max-width: 80em;
}

.full-width p {
    line-height: 1.5em;
}

.flex {
    display: flex;
    gap: 1em;
    padding: 2em 0 3em 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
}

h1 {
    margin: 0 !important;
    font-size: 2.5em !important;
    padding: 1em 0 0 0;
}

/* Specials */

#specials-heading {
    width: 100%;
    background-color: var(--hero-color);
}

#specials-heading img {
    margin: 0 auto;
    width: 22em;
    padding: 0 1em;
    display: block;
}

#specials {
    width: 100%;
}

#specials .flex {
    gap: 1em;
    padding: 2em 0 3em 0;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.special-card {
    color: var(--text-color);
    margin: 0;
    padding: 0;
    background-color: white;
    border-radius: var(--card-roundness);
    box-shadow: 0 0.5em 1.75em rgba(0, 0, 0, 0.09);
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.special-card img {
    object-fit: contain;
    width: 100%;
    border-radius: var(--card-roundness) var(--card-roundness) 0 0;
}

.special-card .card-content {
    padding: var(--card-padding);
    display: flex;
    flex-direction: column;
    gap: 1em;
    flex-grow: 1;
}

.special-card h2 {
    transform: translateY(-14px);
    margin: 0;
}

.special-card .vehicle-year {
    font-size: 0.75em;
}

.special-card .disclaimer {
    font-size: 0.8em;
    margin: 1em 0 0 0;
    display: none;
}

.special-card .disclaimer-toggle {
    font-size: 0.8em;
    margin: 1em 0 0 0;
    cursor: pointer;
}

.special-card .offer {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 1em;
    margin: 0;
}

.special-card .offer h3 {
    font-size: 1.1em;
    margin: 0 0 0.5em 0;
}

.special-buttons {
    width: 100%;
    height: auto;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.special-buttons a:link,
.special-buttons a:visited,
.special-buttons a:active {
    text-align: center;
    padding: 0.55em 0 0.75em 0;
    width: 100%;
    text-decoration: none !important;
    border-radius: var(--button-roundness);
    background-color: var(--button-color);
    color: white;
    font-weight: bold;
    box-shadow: 0 0.5em 1.75em rgba(0, 0, 0, 0);
    transition: all 0.05s;
    border: 2px solid var(--button-color);
}

.special-buttons a:hover {
    background-color: white;
    color: var(--button-color);
    box-shadow: 0 0.5em 1.75em rgba(0, 0, 0, 0.1);
}

.snow-bg {
    background-image: url('https://pictures.dealer.com/b/bernardihonda/1536/880b99a288388bdb907cb99eda92883dx.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}

.spring-bg {
    background-image: url('https://pictures.dealer.com/b/bernardiautogroup/1234/e768bc2fc01c4288bf1241a79dca2779.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}

.flag-bg {
    background-image: url('https://pictures.dealer.com/a/acuraofbostonadw/1234/ab4627aff83f499a90b15bdf49b3d932.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}

.spring-bg h2 {
    text-shadow: 0 0 0.45em white;
}

@media only screen and (min-width: 768px) {
    .special-card {
        width: calc(50% - 0.5em);
    }
}

@media only screen and (min-width: 1024px) {
    .special-card {
        width: calc(33% - 0.5em);
    }
}

/* DDC Overrides */

.container-max-md:first-of-type {
    padding: 0 !important;
    max-width: none !important;
}

.mobile.container:first-of-type {
    width: 100% !important;
}

.p-4 {
    padding: 0 !important;
}

.bg-light {
    padding: 1em !important;
}

.bg-transparent {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}