#effect-dealers-dealers{
	max-width:980px;
	margin: 0 auto;
}

.edf-loader-container { display: none !important;}

.effective-dealers-filters > form > * {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
}

.effective-dealers-filters {
	margin-block: 1em;
}
	

.effective-dealers-filters > form {
	display: flex;
	flex-wrap: nowrap !important;
	width: 100%;
}

.effdf_location_search {
	border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
	padding: var(--wp--custom--form--padding);
	font-size: 18px;
}

#effective-dealers-filter-effdf-location {
	flex: 1 1 100%;
}
	

.effective-dealers-filter-buttons {
	white-space: nowrap;
	flex 0 1 min-content;
}

.edealers-button-reset-filter {
	text-decoration: none !important;
	height: 100%;
}

button.edealers-button-update-filter {
	height: 100%;
	fill:currentColor;
	margin-inline: 0.5em !important;
	padding-left: calc(var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
	padding-right: calc(var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
	text-decoration: none;
	border-color: var(--wp--custom--button--border--color);
	border-style: var(--wp--custom--button--border--style);
	border-radius: var(--wp--custom--button--border--radius);
	border-width: var(--wp--custom--button--border--width);
	cursor: pointer;
	transition: 0.3s;
	background-color: var(--wp--custom--button--color--background);
	color: var(--wp--custom--button--color--text);
	font-family: var(--wp--custom--button--typography--font-family);
	font-size: var(--wp--custom--button--typography--font-size);
	font-weight: var(--wp--custom--button--typography--font-weight);
}

button.edealers-button-update-filter svg { 
	height: 1.25em;
  min-height: 24px;
  min-width: 24px;
  width: 1.25em;
  fill: currentColor;
  vertical-align: text-bottom;
}

.effective-dealer-elements-container {
	margin-top: 3em;
}

h4.state-header {
	font-size: 22px;
	font-family: sans-serif;
	font-weight: bolder;
	margin-bottom: 10px;
}

.effective-dealer-elements {
	margin: 15px 0 60px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 20px;    
	row-gap: 50px;
    grid-auto-rows: auto;
	margin-left: 0;
	padding-left: 0;
}

@media (max-width: 480px) {
    .effective-dealer-elements {
        grid-template-columns: 1fr;
    }
}

.effective-dealer-element {
	list-style: none;
}

.effect-dealer-element-content h5 {
	text-transform: none;
	margin-bottom: 4px;
}

.effect-dealer-element-content span { font-size: 0.8em; display: block; }

.effect-dealer-element-content span.dealer_location_span { margin-bottom: 0.8em; }