/* ------------------------------------------------------ */
/* General Interface                                      */
/* ------------------------------------------------------ */
.landing-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
/* ------------------------------------------------------ */
/* Zip Filter                                             */
/* ------------------------------------------------------ */
#zip-filter-container {
    .intro {
        margin-bottom: 15px;
    }
    h4, h5 {
        color: #000;
    }
    h4 {
        font-family: var(--font-bold);
    }
    h5 {
        font-family: var(--font-regular);
    }

}
/* ------------------------------------------------------ */
/* Map                                                    */
/* ------------------------------------------------------ */
#map-container {
	margin-bottom: -30px;
}
#leaflet-map {
	width: 100%;
	height: 300px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.leaflet-tile {
	width: 256px !important;
	height: 256px !important;
}
/*
.leaflet-tile-container {
	position: absolute;
	top: 0;
	left: 0;
}
*/
/* ------------------------------------------------------ */
/* Dealers List                                           */
/* ------------------------------------------------------ */
#dealers-container {
    margin-bottom: -30px;
}
/* ------------------------------------------------------ */
/* Featured Primary                                       */
/* ------------------------------------------------------ */
#featured-primary-container {
    margin-top: 10px;
	margin-bottom: 30px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.featured-primary-wrapper {
    position: relative;
    width: 100%;
    max-width: 970px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    transition: max-width 0.3s ease, height 0.3s ease;
}
.featured-primary-banner {
    display: block;
    width: 100%;
    height: 250px;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #000;
    overflow: hidden;
}
/* ------------------------------------------------------ */
/* Featured Video                                         */
/* ------------------------------------------------------ */
#featured-video-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
	margin-bottom: -10px;
}
.featured-video-wrapper {
	position: relative;
	width: 100%;
	max-width: 445px;
	height: 250px;
    margin: 0 auto;
	background-color: #000;
	overflow: hidden;
}
.featured-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* ------------------------------------------------------ */
/* Featured Banners                                       */
/* ------------------------------------------------------ */
#featured-container {
	margin-top: 20px;
}
#featured-container .headline {
    font-size: 30px;
	margin-bottom: 15px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-family: var(--font-bold);
}
#featured-container .row {
	margin-left: 0;
	margin-right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#featured-container .row > div {
    flex: 0 0 auto;
	width: 324px !important;
	max-width: 324px;
	margin-top: 20px;
}
.featured-wrapper {
    position: relative;
    width: 100%;
    max-width: 324px;
    height: 250px;
    margin: 20px 0 0 0;
    overflow: hidden;
}
.featured-banner {
	display: block;
	width: 100%;
	height: 250px;
	padding: 0;
	margin: 0;
	background-color: #000;
	border: none;
	overflow: hidden;
}
/* ------------------------------------------------------ */
/* Sponsored Content                                      */
/* ------------------------------------------------------ */
#sponsored-container {
	margin-top: 0px;
    h4 {
        color: #000;
        font-family: var(--font-bold);
    }
}
#sponsored-container .intro {
    margin-bottom: 25px;
}
.sponsored-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 250px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.sponsored-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.sponsored-wrapper img {
    max-width: 100%;
    max-height: 220px;
    width: auto;
    height: auto;
    object-fit: contain;
}
/* ------------------------------------------------------ */
/* Featured Primary: Responsive                           */
/* ------------------------------------------------------ */
@media (max-width: 999px) {
	.featured-primary-wrapper {
		max-width: 300px;
		height: 250px;
	}
	.featured-primary-banner {
		height: 250px;
	}
}
/* ------------------------------------------------------ */
/* Responsive: Stack on mobile/tablet                     */
/* ------------------------------------------------------ */
@media (max-width: 991px) {
	#featured-container .row > div {
		width: 304px !important;
	}
}

.market-preferred-name {
    text-transform: uppercase;
    font-family: var(--font-bold);
}