/*.wp-block-kadence-query .wp-block-kadence-query-card .kb-query-grid-wrap * {
	box-sizing: border-box;
	border-radius: 1em !important;
}*/



.rise {
  transition: transform 0.3s ease;
}
.rise:hover {
  transform: scale(1.02);
}



/* Header */
@media (min-width: 1024px) {
.site-main-header-wrap {
    width: 100%;
    margin: 0 auto;
    border-radius: 1em;
   /* transform: translateY(0);*/
    transition:
      margin-top 800ms ease,
      width 200ms ease,
      border-radius 200ms ease,
      box-shadow 200ms ease,
      transform 300ms ease;
  }
  .site-header-upper-inner-wrap.child-is-fixed .site-main-header-wrap {
    width: 1350px !important;
    margin: 0 auto;
    background: #fff !important;
    border-radius: 2em !important;
    margin-top: 1em;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: translateY(5px);
  }
}
 .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner {
    border-radius: 1em !important;
}
.site-header-upper-inner-wrap.child-is-fixed .site-main-header-wrap .site-header-row-container-inner > .site-container {
	padding: 0em 2em 0em 2em;
}
/* Sticky header: remove top corners on tablet & mobile */
@media (max-width: 1023px) {
  .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}


/* Zoom hover effekt */
.zoom {
  transition: transform 0.2s ease;
}
.zoom:hover {
  transform: scale(1.02);
}

.rank-math-breadcrumb {
  font-size: 14px;
}

.kb-adv-form-label {
    margin-bottom: 10px;
}

.kb-radio-check-item {
    margin-bottom: 10px;
}

.kb-radio-check-item input[type="radio"] + label {
    color: #ffffff !important;
}

#cb3472c465b7-07 input[type="checkbox"] + label {
    color: #ffffff !important;
}

#cb3472c465b7-07 .kb-radio-check-item {
    margin-bottom: 10px;
}

.site-header-upper-inner-wrap.child-is-fixed {
    background-color: #f9f9f9;
}

.site-header-row-container-inner{
    transition: background 1s;
    transition-timing-function: ease-in-out;
}

/* Datovælger fix til Chrome */
input[type="date"]{
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}

/* Styling af felt i filtrering - sortering */
/* ====== FÆLLES LOOK (match mellem sorter + søg) ====== */
.facetwp-search input,
.facetwp-facet.facetwp-facet-sorter select{
  box-sizing: border-box;
  height: 44px;
  min-height: 44px;

  font-size: 16px;
  line-height: 1.75;
  font-family: var(--global-body-font-family);
  font-weight: 400;
  color: rgba(24, 38, 24, 0.75);

  border: 1px solid #cfd8dc;
  border-radius: 4px;
  background-color: #fff;

  box-shadow: none;
  outline: none;
}

/* ====== SØG EFTER BOLIG (facetwp-search) ====== */
.facetwp-search{
  font-size: 16px;
}

.facetwp-search input{
  /* match plads til ikon i højre side (lup) */
  padding: 10px 44px 10px 14px;
}

/* ====== SORTER (facetwp sorter) ====== */
.facetwp-facet.facetwp-facet-sorter{
  margin-bottom: 0;
}

.facetwp-facet.facetwp-facet-sorter select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  display: block;
  width: 100%;

  padding: 10px 44px 10px 14px;

  /* “pil” chevron */
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2390A4AE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
}

.facetwp-facet.facetwp-facet-sorter select:focus,
.facetwp-search input:focus{
  border-color: #b0bec5;
}

/* Loader placering */
.facetwp-facet.facetwp-facet-sorter .facetwp-loader{
  right: 14px;
}