.dealers-archive-wrapper {
  max-width: 1920px;
  margin: auto;
}

.dealers-archive-inner-wrapper {
  padding: 5px 10px;
}

.dealers-archive-container {
  max-width: 1920px;
  margin: auto;
  padding: 120px 80px;
}

.post-archive{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 80px;
}


/* #search-filter-form-1367 .sf-level-0.sf-item-0 {
  display: none !important;
} */


/* dealer card  */
.dealer-container {
  border: solid var(--border-grey) 1px;
  border-radius: 20px;
  padding: 40px;
}

.dealer-preheading-heading {
  display: grid;
  gap: 4px;
  margin-bottom: 20px;
}

.preheading {
  font-size: clamp(0.875rem, 0.7446rem + 0.6522vw, 1.25rem);
  margin-bottom: 4px !important;
}

h2.heading {
  font-size: clamp(1.125rem, 0.9946rem + 0.6522vw, 1.5rem);
  font-family: 'nudica-medium';
  margin-bottom: 0px !important;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.street, .city, .country, .dealer-webpage {
  color: var(--text-grey);
  margin-bottom: 0px !important;
}

.dealer-location {
  margin-bottom: 20px;
}

.number, .email {
  margin-bottom: 0px !important;
  color: var(--text-grey);
}

.number-email {
  margin-bottom: 20px;
}

.dealer-webpage a, .email a {
  color: var(--light-blue);
  text-decoration: none;
}

/* pagination */
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
}

.pagination {
  width: fit-content;
  background-color: var(--light-grey);
  padding:4px !important;
  justify-content: center;
  border-radius: 10px;
  min-height: 56px;
  height: 56px;
  align-items: center;
  gap: 4px;
}

.page-numbers {
  padding: 0 24px;
  background-color: white;
  border-radius: 6px;
  display: flex;
  gap: 8px;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: var(--text-black) !important;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  font-size: clamp(1rem, 0.8261rem + 0.8696vw, 1.5rem);
}



/* #search-filter-form-1367 .sf-level-0.sf-item-0 {
  display: none;
} */

.searchandfilter ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}

.sf-field-post-meta-dealer_country .sf-input-select {
  padding: 16px 0 16px 16px;
  border-radius: 10px !important;
  border: 1px solid var(--border-grey);
  font-size: clamp(1rem, 0.8261rem + 0.8696vw, 1.5rem);
  outline: none;
  max-width: 300px;
  width: 300px;
}

select[name='_sfm_dealer_country[]'] {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M20.031 9.53104L12.531 17.031C12.4614 17.1008 12.3787 17.1561 12.2876 17.1938C12.1966 17.2316 12.099 17.251 12.0004 17.251C11.9019 17.251 11.8043 17.2316 11.7132 17.1938C11.6222 17.1561 11.5394 17.1008 11.4698 17.031L3.96979 9.53104C3.82906 9.39031 3.75 9.19944 3.75 9.00042C3.75 8.80139 3.82906 8.61052 3.96979 8.46979C4.11052 8.32906 4.30139 8.25 4.50042 8.25C4.69944 8.25 4.89031 8.32906 5.03104 8.46979L12.0004 15.4401L18.9698 8.46979C19.0395 8.40011 19.1222 8.34483 19.2132 8.30712C19.3043 8.26941 19.4019 8.25 19.5004 8.25C19.599 8.25 19.6965 8.26941 19.7876 8.30712C19.8786 8.34483 19.9614 8.40011 20.031 8.46979C20.1007 8.53947 20.156 8.6222 20.1937 8.71324C20.2314 8.80429 20.2508 8.90187 20.2508 9.00042C20.2508 9.09896 20.2314 9.19654 20.1937 9.28759C20.156 9.37863 20.1007 9.46136 20.031 9.53104Z" fill="%231F1F1F"/></svg>') no-repeat right 16px center;
  background-size: 24px;
  appearance: none; /*Remove standard arrow*/
  -webkit-appearance: none; /*Remove standard arrow - Safari*/
  -moz-appearance: none; /*Remove standard arrow - Firefox*/
}

.sf-input-radio {
  display: none;
}

.searchandfilter ul>li>ul:not(.children) {
  background-color: #F0F0F0;
  border-radius: 10px;
  height: fit-content;
  display: flex;
  align-items: center;
  padding: 4px !important;
  flex-wrap: nowrap;
}

.searchandfilter li[data-sf-field-input-type=radio] label {
  padding: 0 24px !important;
  color: var(--text-grey);
  font-size: clamp(1rem, 0.8261rem + 0.8696vw, 1.5rem);
  cursor: pointer;
}

.sf-option-active {
  background-color: white;
  height: 100%;
  display: flex !important;
  align-items: center;
  border-radius: 6px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}

.sf-option-active label {
    color: var(--text-black) !important;
}

/* xxl breakpoint   */
@media (max-width: 1399px) {
  .post-archive {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

.dealer-webpage a {
  word-break: break-all;
}
}

/* xl breakpoint   */
@media (max-width: 1199px) {


}

/* lg breakpoint   */
@media (max-width: 991px) {
  .dealers-archive-container {
    padding: 40px 10px;
  }

  .searchandfilter ul {
    flex-wrap: wrap;
  }}


/* md breakpoint   */
@media (max-width: 767px) {

}

/* sm breakpoint   */
@media (max-width: 575px) {
  .dealer-container {
    padding:16px;
  }

  .dealer-preheading-heading {
    margin-bottom: 6px;
  }

  .dealer-location {
    margin-bottom: 6px;
  }

.heading {
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  overflow: auto;
}

.page-numbers {
  padding: 0 9px;
  gap: 0px;
}
}
