/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* =====================================================
   TYPOGRAFI
===================================================== */

.text-lead,
.text-lead:not(ul):not(ol) > * {
    line-height: 1.45 !important;
}

/* =====================================================
   NINJA FORMS
===================================================== */

.nf-form-fields-required {
    display: none;
}

input[type="checkbox"] {
    min-width: 20px !important;
    min-height: 20px !important;
    display: inline-block !important;
    position: static !important;
    margin: 0.5em 0 !important;
}

input[type="checkbox"]:checked::before {
    content: "\e116";
    font-weight: 600;
    margin-top: 10px !important;
}

.nf-form-content
.nf-field-container
#nf-field-4-wrap
.nf-field-element
.ninja-forms-field {
    background-color: #0c5d58;
    color: #ffffff;
    width: 200px;
    padding: 20px;
    border-radius: 15px;
    border: 0 !important;
}

/* =====================================================
   HERO / GIRL IMAGE
===================================================== */

.girlimage-wrap {
    position: absolute;
    left: 10vw;
    bottom: -30px;
    width: 1100px;
    height: 690px;
    border-radius: 90px;
    overflow: hidden;
    opacity: 0;
    will-change: transform, opacity;
    animation: girl-in 0.8s ease-out forwards;
    pointer-events: none;
    z-index: 1;
}

@keyframes girl-in {
    from {
        transform: translateX(50px) rotate(-9deg);
        opacity: 0;
    }
    to {
        transform: translateX(-100px) rotate(-9deg);
        opacity: 1;
    }
}

/* =====================================================
   LAYOUT / OVERFLOW
===================================================== */

.row-allow-overflow {
    overflow: visible !important;
}

.image-col {
    position: relative;
    overflow: visible;
}

/* =====================================================
   BUTTONS
===================================================== */

.btnround {
    border-radius: 30px;
}

.btn-color-812444.btn-outline {
    background-color: #fff !important;
    border-color: #9e72fd !important;
}

/* =====================================================
   BOY IMAGE
===================================================== */

.boy {
    position: absolute;
    top: -30px;
    border-radius: 90px;
    overflow: hidden;
    will-change: transform;
    transform: rotate(-9deg);
}

/* =====================================================
   EMAIL SIGNUP
===================================================== */

.emailsignup h1.font-555555 {
    text-align: left !important;
    color: #1e1e1e !important;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {
    .girlimage-wrap {
        position: relative !important;
        width: 120%;
        max-width: 120%;
        height: auto;
        margin-left: auto;
        margin-right: -15%;
        bottom: -10px;
        transform: rotate(-9deg);
        border-radius: 42px;
        overflow: hidden;
    }

    .girlimage-wrap img {
        height: auto;
    }
}

@media (max-width: 959px) {
    @keyframes girl-in-mobile {
        from {
            transform: translateX(60px) rotate(-9deg);
            opacity: 0;
        }
        to {
            transform: translateX(-40px) rotate(-9deg);
            opacity: 1;
        }
    }

    .girlimage-wrap {
        animation-name: girl-in-mobile;
    }

    .main-container
    .row-container
    .row-parent
    .uncont > :first-child:not([class*="shift_y_"]) {
        margin-top: 35px !important;
    }

    .fontsize-110605-custom,
    .fontsize-205635-custom {
        font-size: 65px;
    }

    .row-allow-overflow .image-col {
        margin-top: -72px;
        pointer-events: none;
    }

    .main-container .row-inner > .boygroup:not(.vc_helper) {
        padding: 0 15px !important;
    }

    .emailsignup h1.font-555555 {
        font-size: 22px;
    }
}

@media (max-width: 569px) {
    .btn-container.btn-inline:not(.btn-inline-mobile) {
        display: block;
        padding: 0;
        margin-top: 0 !important;
    }
}

/* =====================================================
   SPØRSMÅL OG SVAR
===================================================== */

.spmsvar h2.wpb_heading.wpb_accordion_heading {
    color: #9e72fd;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 10px;
}

/* =====================================================
   HAMBURGER MENU - CUSTOM STYLING
===================================================== */

.mobile-menu-button.menu-button-overlay {
    background-color: #9e72fd !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: auto 15px auto 15px !important;
}

.mobile-menu-button.menu-button-overlay .lines {
    background-color: #ffffff !important;
    width: 20px !important;
    height: 2px !important;
}

.mobile-menu-button.menu-button-overlay .lines:before,
.mobile-menu-button.menu-button-overlay .lines:after {
    background-color: #ffffff !important;
}

.main-menu-container.cta-container {
    margin-right: 30px !important;
}

.mobile-menu-button.menu-button-overlay.close .lines {
    background-color: transparent !important;
}

.mobile-menu-button.menu-button-overlay.close {
    background-color: #ffffff !important;
}

.mobile-menu-button.menu-button-overlay.close .lines:before,
.mobile-menu-button.menu-button-overlay.close .lines:after {
    background-color: #9e72fd !important;
}

.main-container .row-container .row-parent .uncont > :first-child:not([class*="shift_y_"]) {
    margin-top: 5px !important;
}

/* =====================================================
   SIDEBAR AJAX FILTER
===================================================== */

.ajax-filter-sidebar-overlay .ajax-filter-sidebar {
    box-sizing: border-box;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    top: 123px !important;
    width: 100%;
    max-width: 400px;
    z-index: 10001;
    background-color: #fff !important;
}

.ajax-filter-sidebar-overlay .ajax-filter-sidebar input[type="checkbox"] {
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px !important;
    position: relative !important;
    vertical-align: middle;
    display: inline-block;
}

.ajax-filter-sidebar-overlay .ajax-filter-sidebar input[type="checkbox"]:checked::before {
    color: #ff7a00;
    margin-top: 0px !important;
}

/* =====================================================
   Skjul innhold basert på kategori
===================================================== */

article.boligtype-prosjektbolig .only-sale-content {
    display: none !important;
}

.tmb a.tmb-term-evidence[href*="/boligtype/"] {
    display: none !important;
}

.tmb a.tmb-term-evidence[href*="/prosjektnavn/"] {
    display: none !important;
}

.truncate-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* =====================================================
   DATA FIELDS & CARDS
===================================================== */

.data-fields.data-fields--columns-desktop-2 .data-field--stedsnavn {
    justify-self: start;
    text-align: left;
}

.data-fields.data-fields--columns-desktop-2 .data-field--pris {
    justify-self: end;
    text-align: right;
}

.tmb .data-field--pris .data-field-value {
    font-size: 25px;
    color: #000;
    font-weight: 700;
}

.tmb .t-entry-cf-adresse {
    font-size: 13px;
    color: #888;
    font-weight: 500;
}

:not(.tmb-post):not(.tmb-title):not(.tmb-table).tmb .t-entry > :not(hr):not(.spacer) {
    margin: 0px 0px 0px 0px !important;
}

.t-cat-over-inner > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 999px !important;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}

.t-cat-over-inner a {
    pointer-events: none !important;
    cursor: default !important;
}

/* Equal height cards i Uncode CSS Grid */
.cssgrid-container .tmb {
    height: 100%;
}

.cssgrid-container .tmb .t-inside {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cssgrid-container .tmb .t-entry-text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.cssgrid-container .tmb .t-entry-text-tc {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.cssgrid-container .tmb .t-entry {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.cssgrid-container .tmb .t-entry-title {
    margin-top: auto;
}

/* =====================================================
   MOBILE VIEW TOGGLE BUTTONS (MOBILE ONLY)
===================================================== */

.mobile-view-toggle {
    display: none;
}

/* Skjul original toggle (den som ligger utenfor filteret) */
.mobile-view-toggle:not(.is-clone) {
    display: none !important;
}

@media (max-width: 767px) {
    /* Vis KUN klonen (den som er i filteret) */
    .mobile-view-toggle.is-clone {
        display: flex;
        align-items: center;
        height: 100%;
        margin-left: auto;
        gap: 6px;
        flex-shrink: 0;
        min-width: fit-content;
    }

    .mobile-view-toggle.is-clone button {
        appearance: none;
        border: none;
        background: transparent;
        color: #fff;
        padding: 0;
        font-size: 0;
        font-weight: 600;
        border-radius: 999px;
        cursor: pointer;
        transition: all 0.2s ease;
        flex-shrink: 0;
        height: 42px;
        width: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-view-toggle.is-clone button.is-active {
        background: #ff7a00;
        color: #fff;
    }

    .mobile-view-toggle.is-clone button:not(.is-active):hover {
        background: #f4f4f4;
    }

    /* Felles ikon-stil */
    .mobile-view-toggle.is-clone button::before {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* KORTVISNING – grid ikon */
    .mobile-view-toggle.is-clone button[data-view="cards"]::before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239e72fd' stroke-width='2'><rect x='3' y='3' width='7' height='7'/><rect x='14' y='3' width='7' height='7'/><rect x='3' y='14' width='7' height='7'/><rect x='14' y='14' width='7' height='7'/></svg>");
    }

    /* LISTEVISNING – liste ikon */
    .mobile-view-toggle.is-clone button[data-view="list"]::before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239e72fd' stroke-width='2'><line x1='4' y1='6' x2='20' y2='6'/><line x1='4' y1='12' x2='20' y2='12'/><line x1='4' y1='18' x2='20' y2='18'/></svg>");
    }

    .mobile-view-toggle.is-clone button.is-active[data-view="cards"]::before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'><rect x='3' y='3' width='7' height='7'/><rect x='14' y='3' width='7' height='7'/><rect x='3' y='14' width='7' height='7'/><rect x='14' y='14' width='7' height='7'/></svg>");
    }

    .mobile-view-toggle.is-clone button.is-active[data-view="list"]::before {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'><line x1='4' y1='6' x2='20' y2='6'/><line x1='4' y1='12' x2='20' y2='12'/><line x1='4' y1='18' x2='20' y2='18'/></svg>");
    }

    .grid-filters.menu-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 48px;
    }

    .grid-filters .menu-horizontal,
    .grid-filters .filter-main-group {
        
        align-items: center;
        height: 100%;
    }

    .grid-filters .filter-main-group a {
        display: flex;
        align-items: center;
        height: 100%;
        line-height: 1;
        padding: 0;
    }

    .grid-filters .filter-main-group a.uncode-toggle-ajax-filters {
        font-size: 18px !important;
        line-height: 1.2;
        font-weight: 600;
        padding: 0;
    }

    .ajax-filter-wrapper .toggle-filter-hide {
        font-size: 0;
    }

    .ajax-filter-wrapper .toggle-filter-hide::after {
        content: "Lukk filter";
        font-size: 16px;
    }

    .ajax-filter-sidebar__button--apply {
        display: none !important;
    }
}

.grid-filters .filter-main-group a.uncode-toggle-ajax-filters {
    font-size: 18px !important;
    line-height: 1.8;
    font-weight: 600;
    padding-bottom: 20px;
}

/* =====================================================
   MOBILE – LISTEVISNING
===================================================== */

@media (max-width: 767px) {
    body.view-list .cssgrid-container .tmb {
        display: grid;
        grid-template-columns: 110px 1fr;
        gap: 12px;
        align-items: center;
        margin-bottom: 12px;
    }

    body.view-list .cssgrid-container .t-entry-visual {
        margin: 0;
    }

    body.view-list .t-cat-over {
        display: none;
    }

    body.view-list .t-entry-title {
        font-size: 16px;
        line-height: 1.2;
    }

    body.view-list .t-entry-text {
        padding: 0;
    }

    /* Bryt Uncode grid på container-nivå */
    body.view-list .cssgrid-container {
        display: block !important;
    }

    /* Hvert kort = full bredde */
    body.view-list .cssgrid-container .tmb {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* ENESTE grid – her */
    body.view-list .tmb .t-inside {
        display: grid !important;
        grid-template-columns: 160px 1fr;
        gap: 0px;
        align-items: flex-start;
    }

    /* Bildekolonne */
    body.view-list .t-entry-visual {
        width: 150px;
        margin: 0;
        position: relative;
        border-radius: 17px;
        overflow: hidden;
    }

    body.view-list .t-entry-visual .dummy {
        padding-top: 75%;
    }

    body.view-list .t-entry-visual img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Tekst */
    body.view-list .t-entry-text,
    body.view-list .t-entry-text-tc {
        padding: 5px 4px 4px 0px;
        min-width: 0;
    }

    

    body.view-list .img-round-hg.tmb-round > .t-inside {
        border-radius: 17px !important;
    }

    body.view-list .img-round-hg.tmb-round {
        border-radius: 17px !important;
    }

    /* Badge styling */
    body.view-list .t-entry-visual .t-cat-over {
        display: block !important;
        position: absolute !important;
        top: 8px !important;
        left: 8px !important;
        z-index: 999 !important;
        width: 12px !important;
        height: 12px !important;
        padding: 0 !important;
        border-radius: 999px !important;
        overflow: hidden !important;
    }

    body.view-list .t-entry-visual-cont {
        position: relative !important;
    }

    body.view-list .t-entry-visual .t-cat-over .t-entry-category,
    body.view-list .t-entry-visual .t-cat-over .t-entry-category a {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    body.view-list .t-entry-visual .t-cat-over .t-entry-category a {
        font-size: 0 !important;
        line-height: 0 !important;
    }

    body.view-list .img-round-hg.tmb-round .t-entry-visual-cont > a {
        border-radius: 17px !important;
    }
}

/* =====================================================
   DESKTOP – Hide mobile elements
===================================================== */

@media (min-width: 768px) {
    body.view-list {
        /* Ignorer liste-modus på desktop */
    }
}

@media (max-width: 767px) {
	#menu-toppmeny {
    display: none !important;
  }

}


/* =====================================================
   RESPONSIVE – SMALL SCREENS
===================================================== */

@media (max-width: 569px) {
    .main-container .row-inner > div:not(.vc_helper) {
        padding: 10px 0px 0px 0px !important;
    }

    .main-container .row-container .row-parent .half-internal-gutter .uncont > :not(.uncode-owl-nav-wrap):not(.pin-spacer):not([data-sticky]),
    .main-container .row-container .row-parent .row-parent .half-internal-gutter .uncont > :not(.uncode-owl-nav-wrap):not(.pin-spacer):not([data-sticky]) {
        margin-top: 10px !important;
    }

    body.view-list .tmb .data-field--pris .data-field-value {
		display: none !important;
    }
	.tmb .data-field--pris .data-field-value {
		font-size: 15px;
		color: #000;
		font-weight: 700;
	}
	body:not(.view-list) .tmb .single-block-padding {
	    padding: 16px !important;
	}
	body.view-list .spacer.spacer-one.half-space {
	    display: none !important;
	  }
}
/* =====================================================
   Kategori knapper valgt
===================================================== */

@media (min-width: 768px) {
    .ajax-grid-system .grid-filters .filter-list li:not(.filter-list__clear) a {
        background-color: #f7f7f7 !important;
        color: #fff !important;
        border-radius: 10px !important;
        padding: 10px !important;
    }
    
    .ajax-grid-system .grid-filters .filter-list ul, .ajax-grid-system .grid-filters .filter-list li {
        display: inline-flex;
        align-items: center;
    }
    
    body.textual-accent-color .post-content > div ul:not(.menu-smart):not(.nav-tabs):not(.pagination) a:not(.btn):not(.unmenu-block *) {
        color: #9e72fd !important;
    }
}
/* =====================================================
   LUKK KNAPP FILTER
===================================================== */

.ajax-filter-sidebar-overlay .ajax-filter-sidebar .ajax-filter-sidebar-header .close-ajax-filter-sidebar {
	border: 0 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px !important;
	margin: 10px 0px 10px 0px !important;
	padding: 8px 18px 8px 18px !important;
	transform: none !important;
}

.ajax-filter-sidebar-header .btn, .btn-link {
	display: inline-block;
	font-style: normal !important;
	text-align: center;
	vertical-align: middle;
	margin-top: 1px;
	margin-bottom: 1px;
	cursor: pointer;
	background-image: none;
	border-style: solid;
	border-radius: 27px !important;
	white-space: pre-wrap;
	-webkit-text-stroke: 0px;
	transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	background-color: #ff7a00 !important;
	color: #fff !important;
}

/* =====================================================
   FORSIDE POST GRID
===================================================== */

.post-radius .tmb .t-entry-visual {
	position: relative;
	overflow: hidden;
	text-align: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	border-radius: 30px !important;
}

/* =====================================================
   MENU SVG
===================================================== */

/* Skjul FA permanent */
.menu-accordion-primary .menu-primary-inner .fa-dropdown {
    display: none !important;
}

/* Sørg for at a er referansepunkt */
.menu-accordion-primary .menu-primary-inner > li > a.cursor-init {
    position: relative;
    display: inline-block; /* viktig */
}

/* Begge ikon */
.menu-accordion-primary .menu-primary-inner > li > a.cursor-init::before,
.menu-accordion-primary .menu-primary-inner > li > a.cursor-init::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    opacity: 0;
    transition: all 0.25s ease;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

/* Venstre ikon – rett utenfor tekst */
.menu-accordion-primary .menu-primary-inner > li > a.cursor-init::before {
    left: -32px;
    background-image: url('/wp-content/themes/uncode-child/img/menu-icon-left.svg');
}

/* Høyre ikon – rett etter tekst */
.menu-accordion-primary .menu-primary-inner > li > a.cursor-init::after {
    right: -42px;
    background-image: url('/wp-content/themes/uncode-child/img/menu-icon-right.svg');
}

/* Hover */
.menu-accordion-primary .menu-primary-inner > li:hover > a.cursor-init::before,
.menu-accordion-primary .menu-primary-inner > li:hover > a.cursor-init::after {
    opacity: 1;
}


/* Skjul FA kun på hover */
.menu-accordion-primary .fa-dropdown {
    display: none !important;
}


@media (min-width: 960px) {
  body:not(.menu-force-opacity):not(.navbar-hover) .style-light-override:not(.is_stuck:not(.menu-desktop-transparent)):not(.is_mobile_open) .menu-horizontal-inner > .nav > .menu-smart > li > a:not(.un-submenu *):hover {
	  text-decoration: underline !important;
	  text-decoration-thickness: 3px !important;   /* tykkelse */
	        text-underline-offset: 6px !important;       /* luft */
}
}
/* =====================================================
   MENU footer
===================================================== */

.three-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 20px;
}

.three-cols .col {
  display: flex;
  justify-content: center; /* horisontal */
  align-items: center;     /* vertikal */
  text-align: center;
}

@media (max-width: 767px) {
  .three-cols {
    grid-template-columns: 1fr;
	gap: 10px;
  }
  
}

/* =====================================================
   Related Bolig posts
===================================================== */
.nxtweb-related {
  position: relative;
  margin-top: 120px;
  padding-top: 60px;
}

.nxtweb-related::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;        /* tykkelse */
  background-color: #e5e5e5; /* farge */
}


.prosjekt-boliger-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Tablet */
@media (max-width: 991px) {
    .prosjekt-boliger-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobil */
@media (max-width: 600px) {
    .prosjekt-boliger-grid {
        grid-template-columns: 1fr;
    }
}

.bolig-card {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    transition: all .2s ease;
	border: 1px solid #e6e6e6;
}

.bolig-card:hover {
    transform: translateY(-4px);
}

.bolig-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.bolig-card-image {
    position: relative;
    height: 320px;      /* juster etter ønsket høyde */
    overflow: hidden;
}

.bolig-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bolig-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ff7a00;
    color: #fff;
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
}

.bolig-card-body {
    padding: 30px;
}

.bolig-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}


.bolig-adresse {
    font-size: 14px;
    color: #9a9a9a;
}

.bolig-pris {
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
}

.bolig-tittel {
    font-size: 29px !important;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
	color: #303133 !important;
}
/* ===============================
   BADGE
================================ */
/* Viktig: gjør at badgen kan ligge oppå hele slideren */
.acf-swiper{
  position: relative;
}

/* Base badge – her styrer du størrelse/form */
.acf-swiper-badge{
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 50;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* STØRRELSE */
  padding: 10px 14px;     /* øk/reduser */
  font-size: 16px !important;        /* tekststørrelse */
  font-weight: 600;
  line-height: 1;

  /* FORM */
  border-radius: 999px;   /* pill */
  /* border-radius: 12px; */  /* alternativ: avrundet */
  /* border-radius: 0; */     /* alternativ: helt firkant */

  /* Felles styling */
  color: #fff;
  background: #111;       /* fallback */
  pointer-events: none;   /* IKKE klikkbar */
  user-select: none;
}

/* ✅ FARGER PER STATUS (SLUG) */
/* Bytt disse slugene om dine heter noe annet */
.acf-swiper-badge--til-salgs{
  background: #ff7a00;
}

.acf-swiper-badge--solgt{
  background: #777777;
}

.acf-swiper-badge--kommer-for-salg{
  background: #141618;
}

.acf-swiper-badge--referanseprosjekter{
  background: #9e72fd;
}
