#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; }.effective-dealer-search-filter input {
width: 100%;
}
.effective-dealers-filters > form {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.effective-dealers-filters > form input,
.effective-dealers-filters > form select {
width: 100% !important;
max-width: 100% !important;
}
.effective-dealers-filters > form > * {
margin-top: 0.5em;
margin-bottom: 0.5em;
padding-left: 0.5em;
padding-right: 0.5em;
}
.edealer-active-link {
font-weight: bold;
}
.edf-loader-container {
font-size: 10px;
height: 4em;
}
.edf-loader,
.edf-loader:before,
.edf-loader:after {
background: #000000;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
width: 1em;
height: 4em;
}
.edf-loader {
display: none;
color: #000000;
text-indent: -9999em;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.edf-loader:before,
.edf-loader:after {
position: absolute;
top: 0;
content: '';
}
.edf-loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.edf-loader:after {
left: 1.5em;
}
@-webkit-keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
@keyframes load1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
.effective-dealers-checklist-filter li label {
display: flex;
}
.effective-dealers-checklist-filter li label input {
flex: 0 0 1em;
}
.effective-dealers-checklist-filter li label span {
flex: 1 1 100%;
}