/*
Theme Name: Impreza Child
Theme URI: http://impreza.us-themes.com/
Template: Impreza
Author: UpSolution
Author URI: http://us-themes.com/
Description: Multi-Purpose WordPress Theme.
Version: 8.39.2.1760882393
Updated: 2025-10-19 13:59:53

*/

.dienst-icon {
	font-size: 32px;
	font-family:"fontawesome";
	font-style: normal;
}

/* Container: flex-row + wrap */
.occassion-grid-icons .w-post-elm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Icoon: volledige breedte, dus eigen regel */
.occassion-grid-icons .w-post-elm i {
    width: 100%;
    margin: 0 0 4px 0;      /* klein beetje ruimte onder het icoon */
    font-size: 22px;
}

/* Value + km automatisch naast elkaar in de 2e “rij” */
.occassion-grid-icons .w-post-elm-value,
.occassion-grid-icons .w-post-elm-after {
    display: inline-block;
}

/* eventueel kleine ruimte tussen waarde en km */
.occassion-grid-icons .w-post-elm-after {
    margin-left: 4px;
}



.lw-auto-filter {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.lw-auto-filter .lw-row {
	padding-top: 5px;
}

.lw-auto-filter #lw-model,
.lw-auto-filter #lw-merk {
	margin-top: 5px;
}

.w-filter.for_list.lw-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  pointer-events: none !important;
  opacity: 0 !important;
}


.detail-key {
	width: 150px;
}

.custom-icon-bg .w-iconbox-icon {
    border-radius: 0px !important;
    width: 51px !important;
    height: 51px !important;
}

form:not(.us-field-style_2) .w-form-row-label {
	display: none;
}


.for_textarea textarea {
	height: 120px;
}

.underline-links a {
	text-decoration: underline;
}

.hide-desktop a {
	padding: 1em 1.3em !important;
	margin: 0 !important;
}

.lw-field > label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.lw-mini-reset {
  font-size: 11px;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #999;
  cursor: pointer;
  text-decoration: underline;
}

.lw-mini-reset:hover {
  color: #555;
}

.lw-mini-reset--hidden {
  display: none;
}


@media (min-width: 900px) {
	.hide-desktop {
		display: none !important;
	}
}