.masp [hidden], .masp-modal[hidden]{display:none!important}
.masp{
  --card:#fff;--text:#101828;--muted:#667085;--line:#e4e7ec;--soft:#f9fafb;--blue:#155eef;--green:#12b76a;
  color:var(--text);background:#fff;padding:24px;border-radius:22px;font-family:inherit
}
.masp *{box-sizing:border-box}

/* Top */
.masp-hero{max-width:1120px;margin:0 auto 18px;display:grid;grid-template-columns:1fr 160px;gap:16px;align-items:stretch}
.masp-kicker{margin:0 0 6px;color:var(--blue);font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.masp h1{font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.05;margin:0 0 8px;letter-spacing:-.04em;max-width:720px}
.masp-hero p{font-size:1rem;color:var(--muted);margin:0;max-width:660px;line-height:1.45}
.masp-trust{border-radius:16px;background:#101828;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:16px}
.masp-trust strong{font-size:2rem;line-height:1}
.masp-trust span{font-size:.82rem;color:#d0d5dd;line-height:1.25}

/* Filtre */
.masp-filters{max-width:1120px;margin:0 auto 14px;display:grid;grid-template-columns:1.3fr .8fr 1fr .9fr;gap:10px;background:#f9fafb;border:1px solid var(--line);border-radius:16px;padding:12px}
.masp-filters label{font-weight:800;color:#344054;font-size:.8rem}
.masp-filters input[type=search],.masp-filters select{width:100%;margin-top:5px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;padding:9px 10px;font:inherit;min-height:40px}
.masp-filters input[type=range]{width:100%;margin-top:12px}
.masp-checks{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:7px}
.masp-checks label{background:#fff;border:1px solid #d0d5dd;border-radius:999px;padding:7px 10px;font-size:.8rem}

.masp-comparebar{max-width:1120px;margin:0 auto 12px;position:sticky;top:10px;z-index:5;display:flex;justify-content:center;align-items:center;gap:10px;background:#101828;color:#fff;border-radius:12px;padding:9px 12px}
.masp-comparebar button{border:0;border-radius:999px;padding:7px 11px;font-weight:900;cursor:pointer}

/* Stabil liste: flex i stedet for grid, så prisen ikke kan hoppe op alene */
.masp-grid{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:8px}
.masp-card{
  position:relative;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 2px 10px rgba(16,24,40,.045);
  padding:10px 12px;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:78px;
  width:100%;
}
.masp-card:hover{box-shadow:0 6px 18px rgba(16,24,40,.08);border-color:#d0d5dd}
.masp-badge{position:absolute;top:-9px;left:12px;background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;font-weight:900;font-size:.68rem;border-radius:999px;padding:3px 8px;white-space:nowrap}

/* Logo/udbyder: altid helt til venstre */
.masp-cardtop{
  flex:0 0 230px;
  min-width:0;
  display:flex!important;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
}
.masp-cardtop img{
  order:-1!important;
  flex:0 0 86px;
  width:86px!important;
  height:56px!important;
  max-width:86px!important;
  max-height:56px!important;
  object-fit:contain;
  border:1px solid #eaecf0;
  border-radius:10px;
  background:#fff;
  padding:6px;
  margin:0!important;
}
.masp-cardtop h2{
  margin:0 0 3px;
  font-size:1rem;
  line-height:1.1;
  letter-spacing:-.01em;
  max-width:120px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-align:left;
}
.masp-cardtop p{
  margin:0;
  color:var(--muted);
  font-size:.8rem;
  line-height:1.15;
  max-width:120px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-align:left;
}

/* Databokse: samme gode lave højde */
.masp-specs{
  flex:1 1 auto;
  min-width:360px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:6px;
  margin:0;
}
.masp-specs div{
  background:#f9fafb;
  border:1px solid #eaecf0;
  border-radius:10px;
  padding:7px 8px;
  min-height:48px;
  max-height:52px;
  overflow:hidden;
}
.masp-specs dt{
  margin:0 0 4px;
  color:#667085;
  font-size:.62rem;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.03em;
  font-weight:900;
  white-space:nowrap;
}
.masp-specs dd{
  margin:0;
  color:#101828;
  font-weight:900;
  font-size:.84rem;
  line-height:1.1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.masp-featurelist{display:none!important}

/* Pris: fast kolonne til højre for specs */
.masp-price,.masp-introprice{
  flex:0 0 145px;
  text-align:right;
  color:#667085;
  font-weight:850;
  line-height:1;
  min-width:145px;
}
.masp-price strong,.masp-introprice strong{
  display:inline-block;
  color:#101828;
  font-size:1.65rem;
  line-height:.95;
  letter-spacing:-.055em;
  white-space:nowrap;
}
.masp-introprice span{
  display:block;
  margin-top:4px;
  color:#027a48;
  font-size:.68rem;
  line-height:1.05;
  font-weight:950;
}
.masp-normalprice{
  flex:0 0 0;
  position:absolute;
  right:154px;
  bottom:9px;
  width:145px;
  text-align:right;
  color:#667085;
  font-weight:800;
  font-size:.7rem;
  line-height:1.1;
}
.masp-trend{display:none}

/* CTA: fast yderst til højre */
.masp-actions{
  flex:0 0 138px;
  width:138px;
  margin-left:auto;
  display:flex;
  flex-direction:column;
  gap:6px;
  align-items:stretch;
}
.masp-compare{
  order:2;
  font-size:.7rem;
  color:#475467;
  text-align:center;
  white-space:nowrap;
}
.masp-cta{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:6px;
  text-decoration:none!important;
  background:#12b76a;
  color:#fff!important;
  border-radius:10px;
  padding:10px 10px;
  min-height:40px;
  font-weight:950;
  font-size:.9rem;
  white-space:nowrap;
}
.masp-cta span{transition:.18s}
.masp-cta:hover span{transform:translateX(3px)}

.masp-empty,.masp-disclaimer{max-width:1120px;margin:16px auto 0;text-align:center;color:var(--muted)}
.masp-disclaimer{font-size:.84rem;line-height:1.45}

/* Modal */
.masp-modal{position:fixed;inset:0;background:rgba(16,24,40,.58);z-index:99999;padding:24px;display:flex;align-items:center;justify-content:center}
.masp-modalbox{background:#fff;border-radius:20px;padding:24px;max-width:980px;width:min(980px,100%);max-height:90vh;overflow:auto;position:relative}
.masp-close{position:absolute;right:16px;top:12px;border:0;background:#f2f4f7;border-radius:999px;width:36px;height:36px;font-size:24px;cursor:pointer}
.masp-table{width:100%;border-collapse:collapse}
.masp-table th,.masp-table td{border-bottom:1px solid var(--line);text-align:left;padding:12px}
.masp-table th{color:#475467}

/* Tablet: bevar rækkeflow, men tillad databokse i 2 kolonner */
@media(max-width:980px){
  .masp-card{flex-wrap:wrap;align-items:center}
  .masp-cardtop{flex:0 0 210px}
  .masp-specs{min-width:300px;grid-template-columns:repeat(2,minmax(0,1fr))}
  .masp-price,.masp-introprice{margin-left:auto}
  .masp-normalprice{position:static;flex:0 0 145px;width:145px;margin-left:auto}
  .masp-actions{flex:0 0 100%;width:100%;display:grid;grid-template-columns:1fr 150px;align-items:center}
  .masp-compare{text-align:right;order:0}
}

/* Mobil */
@media(max-width:760px){
  .masp{padding:14px;border-radius:18px}
  .masp-hero,.masp-filters{grid-template-columns:1fr}
  .masp-card{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:14px;min-height:0}
  .masp-cardtop{flex:0 0 auto;width:100%}
  .masp-cardtop img{width:78px!important;height:52px!important;max-width:78px!important;max-height:52px!important;flex-basis:78px}
  .masp-cardtop h2,.masp-cardtop p{max-width:none}
  .masp-specs{min-width:0;width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}
  .masp-price,.masp-introprice,.masp-normalprice{position:static;flex:0 0 auto;width:100%;min-width:0;text-align:left;margin-left:0}
  .masp-actions{width:100%;flex:0 0 auto;display:flex}
  .masp-compare{text-align:left}
}


/* 2.1.8: swap provider/logo placement and lock price between specs and CTA */
@media (min-width:761px){
  .masp-cardtop{
    flex:0 0 230px;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:12px!important;
    order:1;
  }

  /* Text first, logo second inside the left block */
  .masp-cardtop > div{
    order:1;
    min-width:0;
  }

  .masp-cardtop img{
    order:2!important;
    margin-left:auto!important;
    margin-right:0!important;
  }

  .masp-specs{
    order:2;
  }

  .masp-price,
  .masp-introprice{
    order:3;
    flex:0 0 150px;
    min-width:150px;
    margin-left:0!important;
    text-align:right;
  }

  .masp-normalprice{
    order:3;
    right:162px;
  }

  .masp-actions{
    order:4;
    margin-left:0!important;
    flex:0 0 138px;
  }
}

@media (max-width:760px){
  .masp-cardtop > div{order:1}
  .masp-cardtop img{order:2!important;margin-left:auto!important}
}


/* 2.1.9: hastighed + symmetrisk padding */
@media (min-width:761px){
  .masp-card{
    padding-left:18px !important;
    padding-right:18px !important;
  }
  .masp-cardtop p{
    font-weight:900;
    color:#155eef;
    letter-spacing:.01em;
    text-transform:uppercase;
  }
  .masp-actions{
    margin-right:0 !important;
    padding-right:0 !important;
  }
  .masp-cta{
    margin-right:0 !important;
  }
}


/* 2.1.10: hastighed som databoks, abonnementsnavn skjult på frontend */
@media (min-width:981px){
  .masp-specs{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    min-width:460px !important;
  }
}
@media (min-width:761px) and (max-width:980px){
  .masp-specs{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

/* 2.1.11: restore logo/provider while keeping subscription hidden */
.masp-cardtop{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:12px !important;
}

.masp-cardtop img{
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  order:2 !important;
  flex:0 0 86px !important;
  width:86px !important;
  height:56px !important;
  max-width:86px !important;
  max-height:56px !important;
  object-fit:contain !important;
}

.masp-cardtop > div{
  order:1 !important;
  display:block !important;
  min-width:0;
}

.masp-cardtop h2{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
}

/* Only hide leftover subscription text, not the logo */
.masp-cardtop > div > p{
  display:none !important;
}


/* 2.1.13: badge må ikke skubbe indhold/kolonner */
.masp-card{
  position:relative !important;
}

.masp-badge{
  position:absolute !important;
  top:-9px !important;
  left:18px !important;
  z-index:3 !important;
  display:inline-flex !important;
  width:auto !important;
  max-width:max-content !important;
  margin:0 !important;
  transform:none !important;
  pointer-events:none;
}

/* Giv alle rækker samme venstre indholdsbredde uanset badge */
.masp-cardtop,
.masp-cardtop > div{
  position:static !important;
}

/* Hvis badge ligger inde i tekst-div'en, skal den tages helt ud af flowet */
.masp-cardtop .masp-badge{
  position:absolute !important;
  top:-9px !important;
  left:18px !important;
}

/* Sørg for at udbydernavnet starter samme sted med og uden badge */
.masp-cardtop h2{
  margin-top:0 !important;
}


/* 2.1.14: badge er nu uden for venstre tekstblok og påvirker ikke layout */
.masp-card{
  position:relative !important;
}

.masp-card > .masp-badge{
  position:absolute !important;
  top:-9px !important;
  left:18px !important;
  z-index:4 !important;
  display:inline-flex !important;
  align-items:center !important;
  width:auto !important;
  max-width:max-content !important;
  margin:0 !important;
  transform:none !important;
  pointer-events:none !important;
}

/* Deaktiver gamle badge-regler inde i logo/tekst-blokken, hvis browsercache eller gammel markup hænger ved */
.masp-cardtop .masp-badge{
  position:absolute !important;
  top:-9px !important;
  left:18px !important;
  margin:0 !important;
  width:auto !important;
  max-width:max-content !important;
}

/* Lås venstre kolonne, så rows med/uden badge starter ens */
@media (min-width:761px){
  .masp-cardtop{
    flex:0 0 230px !important;
  }

  .masp-cardtop > div{
    min-width:0 !important;
    flex:1 1 auto !important;
  }
}


/* 2.1.15: badge fjernet fra HTML-flow og tegnes kun via data-badge */
.masp-card > .masp-badge,
.masp-cardtop .masp-badge,
.masp-badge{
  display:none !important;
}

.masp-card{
  position:relative !important;
}

.masp-card[data-badge]:not([data-badge=""])::before{
  content:attr(data-badge);
  position:absolute;
  top:-9px;
  left:18px;
  z-index:5;
  display:inline-flex;
  align-items:center;
  background:#fff7ed;
  color:#c2410c;
  border:1px solid #fed7aa;
  font-weight:900;
  font-size:.68rem;
  line-height:1;
  border-radius:999px;
  padding:3px 8px;
  white-space:nowrap;
  pointer-events:none;
}

/* Lås samme venstre/højre struktur på alle rows uanset badge */
@media (min-width:761px){
  .masp-cardtop{
    flex:0 0 230px !important;
  }
  .masp-specs{
    flex:1 1 auto !important;
  }
  .masp-actions{
    flex:0 0 138px !important;
  }
}


/* 2.1.16 - større og mere premium badge */
.masp-card[data-badge]:not([data-badge=""])::before{
    top:-12px !important;
    left:18px !important;
    padding:6px 12px !important;
    font-size:.82rem !important;
    font-weight:800 !important;
    border-radius:999px !important;
    box-shadow:0 6px 14px rgba(0,0,0,.10);
}


/* 2.1.17 - større badge uden overlap mellem tilbud */
.masp-grid{
    gap:18px !important;
}

.masp-card[data-badge]:not([data-badge=""])::before{
    top:-10px !important;
    left:18px !important;
    padding:6px 12px !important;
    font-size:.82rem !important;
    font-weight:800 !important;
    line-height:1 !important;
    border-radius:999px !important;
    box-shadow:0 6px 14px rgba(0,0,0,.10);
}

/* Første række skal ikke skabe unødigt stort hul op mod filtrene */
.masp-card:first-child{
    margin-top:0 !important;
}

/* 2.1.18 - vis abonnementsnavn under udbyderen */
.masp-cardtop > div > p{
  display:block !important;
  margin:3px 0 0 !important;
  font-size:.78rem !important;
  line-height:1.2 !important;
  color:#667085 !important;
  font-weight:600 !important;
  text-transform:none !important;
  letter-spacing:0 !important;
}


/* 2.1.19 - vis abonnementsnavn under selskabsnavn */
.masp-cardtop .masp-plan-name,
.masp-cardtop > div > .masp-plan-name{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  margin:3px 0 0 !important;
  color:#667085 !important;
  font-size:.78rem !important;
  line-height:1.18 !important;
  font-weight:600 !important;
  text-transform:uppercase !important;
  letter-spacing:.01em !important;
  max-width:125px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

/* Bevar evt. gammel skjuleregel for andre p-tags, men ikke plan-navnet */
.masp-cardtop > div > p:not(.masp-plan-name){
  display:none !important;
}


/* 2.1.20 - mobilforbedringer */
@media (max-width:760px){

  /* CTA fylder hele bredden */
  .masp-actions{
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
  }

  .masp-cta{
    display:flex !important;
    width:100% !important;
    min-width:100% !important;
    justify-content:center !important;
    padding:14px 16px !important;
    font-size:1rem !important;
  }

  .masp-compare{
    text-align:center !important;
  }

  /* Sammenligningsbar */
  .masp-comparebar{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    flex-wrap:nowrap !important;
    padding:12px 14px !important;
  }

  .masp-comparebar strong{
    flex:1 1 auto;
    min-width:0;
    font-size:.92rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .masp-comparebar button{
    flex:0 0 auto !important;
    white-space:nowrap !important;
    padding:10px 14px !important;
    min-width:74px !important;
    font-size:.85rem !important;
  }

  .masp-comparebar .masp-clear,
  .masp-comparebar [data-clear]{
    min-width:58px !important;
  }
}

/* Ekstra små telefoner */
@media (max-width:390px){
  .masp-comparebar{
    gap:8px !important;
  }
  .masp-comparebar strong{
    font-size:.82rem !important;
  }
  .masp-comparebar button{
    padding:9px 12px !important;
    min-width:64px !important;
    font-size:.8rem !important;
  }
}


/* 2.1.21 - Ny mobil comparebar */
@media (max-width:760px){
  .masp-comparebar{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    grid-template-areas:
      "title title"
      "compare clear";
    gap:10px!important;
    padding:14px!important;
    border-radius:16px!important;
  }

  .masp-comparebar strong{
    grid-area:title;
    text-align:center;
    font-size:.95rem!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:unset!important;
  }

  .masp-comparebar button:first-of-type{
    grid-area:compare;
  }

  .masp-comparebar button:last-of-type{
    grid-area:clear;
  }

  .masp-comparebar button{
    width:100%!important;
    min-width:0!important;
    padding:13px 12px!important;
    font-size:.95rem!important;
    font-weight:700!important;
  }
}


/* 2.2.0 Stable - mobil comparebar + horisontal scroll i sammenligning */
.masp-comparebar [data-open-compare]{
  white-space:nowrap !important;
}

@media (max-width:760px){
  .masp-comparebar{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    grid-template-areas:
      "title title"
      "compare clear";
    gap:10px!important;
    padding:14px!important;
    border-radius:16px!important;
  }

  .masp-comparebar span{
    grid-area:title;
    text-align:center;
    font-size:.95rem!important;
    white-space:normal!important;
  }

  .masp-comparebar [data-open-compare]{
    grid-area:compare;
    width:100%!important;
    min-width:0!important;
    white-space:nowrap!important;
  }

  .masp-comparebar [data-clear-compare]{
    grid-area:clear;
    width:100%!important;
    min-width:0!important;
    white-space:nowrap!important;
  }

  .masp-comparebar button{
    padding:13px 12px!important;
    font-size:.95rem!important;
    font-weight:800!important;
    border-radius:12px!important;
  }

  .masp-comparebar [data-open-compare]{
    background:#12b76a!important;
    color:#fff!important;
  }

  .masp-comparebar [data-clear-compare]{
    background:#fff!important;
    color:#344054!important;
    border:1px solid #d0d5dd!important;
  }
}

/* Modal comparison table: no stacking; horizontal scroll instead */
.masp-table-scroll{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border:1px solid #e4e7ec;
  border-radius:14px;
}

.masp-table{
  min-width:680px;
  width:max-content;
  border-collapse:collapse;
}

.masp-table th,
.masp-table td{
  white-space:nowrap;
  min-width:140px;
}

.masp-table th:first-child{
  position:sticky;
  left:0;
  z-index:2;
  background:#fff;
  min-width:130px;
}

@media (max-width:760px){
  .masp-modalbox{
    padding:18px!important;
    width:calc(100vw - 20px)!important;
  }

  .masp-table{
    min-width:760px;
  }

  .masp-table th,
  .masp-table td{
    padding:11px 12px!important;
    font-size:.88rem!important;
  }
}


/* 2.2.1 - hele sammenligningstabellen scroller inkl. kategorier */
.masp-table-scroll{
  overflow-x:auto !important;
  overflow-y:hidden !important;
}

.masp-table{
  min-width:560px !important;
  width:max-content !important;
  table-layout:auto !important;
}

.masp-table th,
.masp-table td{
  white-space:nowrap !important;
  min-width:110px !important;
  padding:9px 10px !important;
}

.masp-table th:first-child{
  position:static !important;
  left:auto !important;
  z-index:auto !important;
  min-width:105px !important;
  background:transparent !important;
}

/* Kategorikolonnen skal være kompakt, ikke fuld skærmbredde */
.masp-table th{
  width:auto !important;
}

/* Mobil: tættere kategorier og værdier */
@media (max-width:760px){
  .masp-table{
    min-width:620px !important;
  }

  .masp-table th,
  .masp-table td{
    min-width:105px !important;
    padding:9px 9px !important;
    font-size:.84rem !important;
  }

  .masp-table th:first-child{
    min-width:95px !important;
  }
}


/* 2.4.0 Frontpage shortcodes */
.masp-frontpage{
  padding-top:22px;
}
.masp-frontpage-head{
  max-width:1120px;
  margin:0 auto 18px;
}
.masp-frontpage-head h2{
  font-size:clamp(1.6rem,2.5vw,2.4rem);
  margin:0 0 6px;
  letter-spacing:-.035em;
}
.masp-frontpage-head p{
  margin:0;
  color:#667085;
  font-size:1rem;
}
.masp-trustpilot{
  display:block!important;
  margin-top:4px!important;
  color:#027a48!important;
  font-size:.72rem!important;
  font-weight:800!important;
  text-transform:none!important;
  letter-spacing:0!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}


/* 2.4.2 Expanded clickable filters */
.masp-checks{
  gap:8px !important;
}

.masp-checks label{
  cursor:pointer;
  user-select:none;
  transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease;
}

.masp-checks label:has(input:checked){
  background:#eef4ff !important;
  border-color:#155eef !important;
  color:#155eef !important;
  box-shadow:0 3px 10px rgba(21,94,239,.10);
}

.masp-checks input{
  accent-color:#155eef;
}

@media(max-width:760px){
  .masp-checks{
    display:grid !important;
    grid-template-columns:1fr 1fr;
  }
  .masp-checks label{
    text-align:center;
    padding:10px 8px !important;
  }
}

@media(max-width:390px){
  .masp-checks{
    grid-template-columns:1fr;
  }
}


/* 2.4.5 - clean compact filter box */
.masp-filters{
  background:#f8fafc !important;
  border-color:#e4e7ec !important;
  box-shadow:none !important;
  padding:14px !important;
  gap:12px !important;
}

.masp-filterbar{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  align-items:start;
}

.masp-filter-section{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  min-width:0;
}

.masp-filter-section-extra{
  grid-column:1/-1;
  border-top:1px solid #e4e7ec;
  padding-top:10px;
  margin-top:2px;
}

.masp-filter-title{
  font-size:.72rem;
  font-weight:900;
  color:#667085;
  text-transform:uppercase;
  letter-spacing:.05em;
  margin-right:2px;
  flex:0 0 auto;
}

.masp-filter-section label{
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  border:1px solid #d0d5dd;
  border-radius:999px;
  background:#fff;
  padding:0 11px;
  font-size:.78rem;
  font-weight:850;
  color:#344054;
  cursor:pointer;
  user-select:none;
  line-height:1;
  white-space:nowrap;
  transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease;
}

.masp-filter-section label:has(input:checked){
  background:#eef4ff;
  border-color:#155eef;
  color:#155eef;
  box-shadow:0 3px 10px rgba(21,94,239,.10);
}

.masp-filter-section input{
  accent-color:#155eef;
  margin:0;
}

.masp-morefilters{
  height:34px;
  border:1px solid #d0d5dd;
  background:#fff;
  color:#344054;
  border-radius:999px;
  padding:0 13px;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
}

.masp-morefilters:hover{
  border-color:#155eef;
  color:#155eef;
}

@media(max-width:760px){
  .masp-filterbar{
    grid-template-columns:1fr;
  }

  .masp-filter-section{
    gap:7px;
  }

  .masp-filter-title{
    flex:0 0 100%;
    margin:0 0 1px;
  }

  .masp-filter-section label{
    flex:1 1 calc(50% - 7px);
    min-width:0;
    height:38px;
    padding:0 9px;
  }

  .masp-morefilters{
    width:100%;
    height:40px;
  }

  .masp-filter-section-extra{
    grid-column:auto;
  }
}

@media(max-width:390px){
  .masp-filter-section label{
    flex-basis:100%;
  }
}


/* 2.4.6 - mindre bundpadding i filterboksen */
.masp-filters{
  padding:14px 14px 8px !important;
}

@media (max-width:760px){
  .masp-filters{
    padding:12px 12px 6px !important;
  }
}


/* 2.4.15 - tilbage til 2.4.6 desktop, skjul søgning/filter på mobil */
@media (max-width:760px){
  .masp-filters{
    display:none !important;
  }

  .masp{
    padding-top:0 !important;
    margin-top:0 !important;
  }

  .masp > *:first-child,
  .masp-hero{
    margin-top:0 !important;
    padding-top:0 !important;
  }
}


/* 2.4.16 Trustpilot snippet */
.masp-trustpilot{
  display:block!important;
  margin:4px 0 0!important;
  color:#027a48!important;
  font-size:.68rem!important;
  font-weight:850!important;
  line-height:1.15!important;
  text-transform:none!important;
  letter-spacing:0!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:130px;
}
.masp-trustpilot a{
  color:inherit!important;
  text-decoration:none!important;
}
.masp-trustpilot a:hover{
  text-decoration:underline!important;
}

/*2.4.17*/
.masp-author-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:10px 0 14px;color:#667085;font-size:.92rem}.masp-author-meta:before{content:'Skrevet af ';}.masp-author-meta .pp-multiple-authors-layout-inline ul{display:flex;list-style:none;margin:0!important;padding:0!important;align-items:center}.masp-author-updated{white-space:nowrap}@media(max-width:760px){.masp-author-meta{font-size:.88rem;margin:8px 0 12px}.masp-author-updated{width:100%}}


/* 2.4.23 - final author meta alignment reset
   Base: working 2.4.17. Only CSS override. */
.masp-hero{
  align-items:flex-start !important;
}

.masp-hero > div:first-child{
  min-width:0 !important;
}

.masp-trust{
  align-self:flex-start !important;
  justify-self:end !important;
  flex:0 0 auto !important;
}

/* Author block: two clean lines with same left edge */
.masp-author-meta{
  display:block !important;
  margin:10px 0 14px !important;
  padding:0 !important;
  color:#667085 !important;
  font-size:.92rem !important;
  line-height:1.35 !important;
  text-align:left !important;
}

/* First line: "Skrevet af" + PublishPress output */
.masp-author-meta::before{
  content:"Skrevet af " !important;
  display:inline !important;
  position:static !important;
  margin:0 3px 0 0 !important;
  padding:0 !important;
  font-weight:400 !important;
  color:#667085 !important;
}

/* Keep PublishPress author inline and vertically centered */
.masp-author-meta .pp-multiple-authors-layout-inline,
.masp-author-meta .pp-multiple-authors-layout-inline ul,
.masp-author-meta .pp-multiple-authors-layout-inline li,
.masp-author-meta ul.pp-multiple-authors-boxes-ul,
.masp-author-meta .pp-multiple-authors-boxes-ul li{
  display:inline-flex !important;
  align-items:center !important;
  vertical-align:middle !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  position:static !important;
  top:auto !important;
  line-height:1.25 !important;
}

.masp-author-meta img,
.masp-author-meta .avatar,
.masp-author-meta .pp-author-box-avatar img{
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  min-height:24px !important;
  border-radius:999px !important;
  display:inline-block !important;
  vertical-align:middle !important;
  margin:0 6px 0 0 !important;
  object-fit:cover !important;
}

/* Second line: same left edge as first line, directly below */
.masp-author-updated{
  display:block !important;
  width:auto !important;
  margin:3px 0 0 0 !important;
  padding:0 !important;
  color:#98a2b3 !important;
  font-size:.86rem !important;
  line-height:1.3 !important;
  white-space:normal !important;
  text-align:left !important;
}

.masp-author-updated::before{
  content:"" !important;
  display:none !important;
  margin:0 !important;
  padding:0 !important;
}

@media (max-width:760px){
  .masp-author-meta{
    margin:8px 0 12px !important;
    font-size:.88rem !important;
  }

  .masp-author-updated{
    margin:3px 0 0 0 !important;
    font-size:.82rem !important;
  }
}


/* 2.4.24 - mobil: diskret 100% antal-tilbud-linje */
@media (max-width:760px){
  .masp-trust{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    flex:0 0 100% !important;
    align-self:stretch !important;
    justify-self:stretch !important;
    margin:12px 0 0 !important;
    padding:9px 12px !important;
    text-align:center !important;
    background:#f8fafc !important;
    border:1px solid #e4e7ec !important;
    border-radius:12px !important;
    box-shadow:none !important;
    color:#667085 !important;
  }

  .masp-trust strong,
  .masp-trust span{
    display:none !important;
  }

  .masp-trust::before{
    content:attr(data-mobile-count);
    display:block;
    color:#475467;
    font-size:.88rem;
    font-weight:700;
    line-height:1.25;
  }

  .masp-trust:not([data-mobile-count])::before{
    content:"Mobilabonnementer fundet";
  }
}


/* 2.4.28 - universal load more */
.masp-loadmore-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:22px 0 4px;
}

.masp-loadmore-wrap[hidden]{
  display:none !important;
}

.masp-loadmore{
  border:1px solid #d0d5dd;
  background:#fff;
  color:#344054;
  border-radius:999px;
  padding:12px 18px;
  font-size:.92rem;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(16,24,40,.06);
}

.masp-loadmore:hover{
  background:#f8fafc;
  border-color:#98a2b3;
}

.masp-loadmore-count{
  margin:0;
  color:#667085;
  font-size:.82rem;
  font-weight:700;
}

@media(max-width:760px){
  .masp-loadmore{
    width:100%;
    border-radius:14px;
    padding:14px 18px;
  }
}

/* 2.4.29 - Bredbånd-style kort med ekstra mobil-infobokse og Trustpilot */
.masp-cardtop .masp-trustpilot{
  display:block !important;
  margin:5px 0 0 !important;
  color:#027a48 !important;
  font-size:.70rem !important;
  font-weight:850 !important;
  line-height:1.15 !important;
  text-transform:none !important;
  letter-spacing:0 !important;
  max-width:150px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
.masp-cardtop .masp-trustpilot a{
  color:inherit !important;
  text-decoration:none !important;
}
.masp-cardtop .masp-trustpilot a:hover{
  text-decoration:underline !important;
}
.masp-cardtop > div > p.masp-trustpilot{
  display:block !important;
}

@media (min-width:981px){
  .masp-card{
    align-items:center !important;
    padding-top:14px !important;
    padding-bottom:14px !important;
  }
  .masp-cardtop{
    flex:0 0 245px !important;
  }
  .masp-cardtop .masp-plan-name{
    max-width:145px !important;
  }
  .masp-specs{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    min-width:560px !important;
    gap:7px !important;
  }
  .masp-specs div{
    min-height:50px !important;
    max-height:54px !important;
    padding:8px 9px !important;
  }
  .masp-price,
  .masp-introprice{
    flex-basis:140px !important;
    min-width:140px !important;
  }
  .masp-actions{
    flex-basis:138px !important;
  }
}

@media (min-width:761px) and (max-width:980px){
  .masp-specs{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media (max-width:760px){
  .masp-cardtop .masp-trustpilot{
    max-width:100% !important;
  }
  .masp-specs{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .masp-specs div{
    min-height:52px !important;
    max-height:none !important;
  }
}

/* 2.4.30 - kompakte mobil-infobokse, så CTA bliver inde i kortet */
@media (min-width:981px){
  .masp-cardtop{flex-basis:225px !important;}
  .masp-specs{min-width:0 !important;max-width:520px !important;grid-template-columns:repeat(4,minmax(82px,1fr)) !important;gap:6px !important;}
  .masp-specs div{min-height:44px !important;max-height:48px !important;padding:6px 7px !important;border-radius:12px !important;}
  .masp-specs dt{font-size:.64rem !important;line-height:1.05 !important;margin-bottom:2px !important;}
  .masp-specs dd{font-size:.78rem !important;line-height:1.08 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
  .masp-price,.masp-introprice{flex-basis:126px !important;min-width:126px !important;}
  .masp-actions{flex-basis:128px !important;min-width:128px !important;}
}
@media (min-width:761px) and (max-width:980px){
  .masp-specs div{min-height:48px !important;padding:7px 8px !important;}
  .masp-specs dd{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
}


/* 2.4.31 - ekstra kompakte infobokse + kompakt Trustpilot */
.masp-cardtop .masp-trustpilot{
  max-width:132px !important;
  margin-top:4px !important;
  font-size:.66rem !important;
  line-height:1.08 !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  color:#027a48 !important;
}
.masp-cardtop .masp-trustpilot .masp-tp-stars{
  letter-spacing:-.08em !important;
  font-size:.62rem !important;
}
.masp-cardtop .masp-trustpilot strong{
  font-size:.72rem !important;
  font-weight:950 !important;
}
.masp-cardtop .masp-trustpilot a{
  display:inline-block !important;
  max-width:100% !important;
}
@media (min-width:981px){
  .masp-card{gap:10px !important;}
  .masp-cardtop{flex:0 0 220px !important;gap:8px !important;}
  .masp-cardtop > div{max-width:132px !important;}
  .masp-cardtop img{width:72px !important;height:48px !important;max-width:72px !important;object-fit:contain !important;}
  .masp-specs{
    flex:0 1 316px !important;
    width:316px !important;
    min-width:292px !important;
    max-width:316px !important;
    grid-template-columns:repeat(4,minmax(66px,1fr)) !important;
    gap:5px !important;
  }
  .masp-specs div{
    min-height:42px !important;
    max-height:44px !important;
    padding:5px 5px !important;
    border-radius:10px !important;
  }
  .masp-specs dt{font-size:.57rem !important;line-height:1 !important;margin-bottom:2px !important;letter-spacing:.01em !important;}
  .masp-specs dd{font-size:.68rem !important;line-height:1.05 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
  .masp-price,.masp-introprice{flex:0 0 118px !important;min-width:118px !important;}
  .masp-price strong,.masp-introprice strong{font-size:1.5rem !important;}
  .masp-actions{flex:0 0 122px !important;width:122px !important;min-width:122px !important;}
  .masp-cta{padding-left:8px !important;padding-right:8px !important;font-size:.86rem !important;}
}
@media (min-width:761px) and (max-width:980px){
  .masp-cardtop .masp-trustpilot{max-width:155px !important;}
  .masp-specs{grid-template-columns:repeat(4,minmax(66px,1fr)) !important;gap:5px !important;}
  .masp-specs div{min-height:42px !important;padding:5px 6px !important;border-radius:10px !important;}
  .masp-specs dt{font-size:.58rem !important;}
  .masp-specs dd{font-size:.70rem !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
}
@media (max-width:760px){
  .masp-cardtop .masp-trustpilot{max-width:100% !important;font-size:.70rem !important;}
  .masp-specs{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:5px !important;}
  .masp-specs div{min-height:42px !important;padding:5px 4px !important;border-radius:10px !important;}
  .masp-specs dt{font-size:.56rem !important;line-height:1 !important;margin-bottom:2px !important;}
  .masp-specs dd{font-size:.66rem !important;line-height:1.05 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
}


/* 2.4.32 - kompakte bokse uden mindre tekst + enkel Trustscore */
.masp-cardtop .masp-trustpilot{
  max-width:132px !important;
  margin-top:5px !important;
  color:#027a48 !important;
  font-size:.74rem !important;
  line-height:1.12 !important;
}
.masp-cardtop .masp-trustpilot .masp-tp-stars{display:none !important;}
.masp-cardtop .masp-trustpilot span{
  font-size:.72rem !important;
  font-weight:800 !important;
  color:#667085 !important;
}
.masp-cardtop .masp-trustpilot strong{
  display:inline-block !important;
  margin-top:1px !important;
  font-size:.86rem !important;
  font-weight:950 !important;
  color:#027a48 !important;
  white-space:nowrap !important;
}
.masp-cardtop .masp-trustpilot a{display:inline-block !important;text-decoration:none !important;}
@media (min-width:981px){
  .masp-specs{
    flex:0 1 292px !important;
    width:292px !important;
    min-width:272px !important;
    max-width:292px !important;
    grid-template-columns:repeat(4,minmax(62px,1fr)) !important;
    gap:4px !important;
  }
  .masp-specs div{
    min-height:42px !important;
    max-height:46px !important;
    padding:4px 4px !important;
    border-radius:9px !important;
  }
  .masp-specs dt{
    font-size:.62rem !important;
    line-height:1 !important;
    margin-bottom:2px !important;
    letter-spacing:.01em !important;
  }
  .masp-specs dd{
    font-size:.84rem !important;
    line-height:1.05 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .masp-cardtop{flex:0 0 212px !important;}
  .masp-actions{flex:0 0 124px !important;width:124px !important;min-width:124px !important;}
}
@media (min-width:761px) and (max-width:980px){
  .masp-specs{grid-template-columns:repeat(4,minmax(62px,1fr)) !important;gap:4px !important;}
  .masp-specs div{min-height:42px !important;max-height:46px !important;padding:4px 4px !important;border-radius:9px !important;}
  .masp-specs dt{font-size:.62rem !important;line-height:1 !important;margin-bottom:2px !important;}
  .masp-specs dd{font-size:.84rem !important;line-height:1.05 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
}
@media (max-width:760px){
  .masp-cardtop .masp-trustpilot{font-size:.74rem !important;}
  .masp-specs{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:4px !important;}
  .masp-specs div{min-height:42px !important;max-height:46px !important;padding:4px 3px !important;border-radius:9px !important;}
  .masp-specs dt{font-size:.60rem !important;line-height:1 !important;margin-bottom:2px !important;}
  .masp-specs dd{font-size:.80rem !important;line-height:1.05 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
}


/* 2.4.33 - stræk kortet tilbage i fuld bredde, men behold kompakte infobokse og Trustscore */
@media (min-width:981px){
  .masp-card{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:12px !important;
    min-height:78px !important;
    padding:14px 12px !important;
  }
  .masp-cardtop{
    flex:0 0 235px !important;
    width:235px !important;
    gap:10px !important;
  }
  .masp-cardtop > div{
    max-width:145px !important;
  }
  .masp-cardtop img{
    width:78px !important;
    height:52px !important;
    max-width:78px !important;
    max-height:52px !important;
    flex-basis:78px !important;
  }
  .masp-cardtop .masp-trustpilot{
    max-width:145px !important;
  }
  .masp-specs{
    flex:1 1 auto !important;
    width:auto !important;
    min-width:420px !important;
    max-width:none !important;
    grid-template-columns:repeat(4,minmax(72px,1fr)) !important;
    gap:5px !important;
  }
  .masp-specs div{
    min-height:42px !important;
    max-height:46px !important;
    padding:4px 5px !important;
    border-radius:9px !important;
  }
  .masp-specs dt{
    font-size:.62rem !important;
    line-height:1 !important;
    margin-bottom:2px !important;
    letter-spacing:.01em !important;
  }
  .masp-specs dd{
    font-size:.84rem !important;
    line-height:1.05 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .masp-price,
  .masp-introprice{
    flex:0 0 140px !important;
    min-width:140px !important;
    text-align:right !important;
    margin-left:0 !important;
  }
  .masp-price strong,
  .masp-introprice strong{
    font-size:1.65rem !important;
  }
  .masp-normalprice{
    right:154px !important;
    width:140px !important;
  }
  .masp-actions{
    flex:0 0 138px !important;
    width:138px !important;
    min-width:138px !important;
    margin-left:0 !important;
    align-self:center !important;
  }
  .masp-cta{
    width:100% !important;
    min-height:40px !important;
    font-size:.9rem !important;
    padding:10px 10px !important;
  }
}

@media (min-width:761px) and (max-width:980px){
  .masp-card{
    align-items:center !important;
  }
  .masp-specs{
    flex:1 1 auto !important;
    width:auto !important;
    max-width:none !important;
  }
  .masp-actions{
    margin-left:auto !important;
  }
}


/* 2.4.35 - vis abonnementsnavn med store bogstaver på frontend uden at ændre admin/data */
.masp-cardtop .masp-plan-name,
.masp-cardtop > div > .masp-plan-name{
  text-transform:uppercase !important;
  letter-spacing:.01em !important;
}

/* 2.4.36 - mobilvisning: infobokse tilbage til 2 pr. linje */
@media (max-width:760px){
  .masp-specs{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:6px !important;
  }
  .masp-specs div{
    min-height:44px !important;
    max-height:none !important;
    padding:5px 6px !important;
  }
}


/* 2.4.43 - ekstra mobil spacing finjustering */
@media (max-width:760px){
  /* Mindre luft i toppen */
  .masp-cardtop{
    padding-top:4px !important;
    margin-top:0 !important;
  }
  .masp-logo,
  .masp-provider,
  .masp-cardtop img{
    margin-top:0 !important;
  }

  /* CTA tættere på sammenlign */
  .masp-actions{
    gap:4px !important;
  }
  .masp-cta{
    margin-bottom:2px !important;
  }
  .masp-compare{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  /* Mere luft mellem pris og infobokse */
  .masp-price,
  .masp-price-wrap,
  .masp-normal-price{
    margin-bottom:12px !important;
  }
}


/* 2.4.44 - næsten ingen top-padding på mobil */
@media (max-width:760px){
  .masp-card,
  .masp-cardtop{
    padding-top:0 !important;
  }
  .masp-cardtop{
    min-height:auto !important;
  }
  .masp-logo,
  .masp-provider,
  .masp-cardtop img,
  .masp-cardtop .masp-provider{
    margin-top:0 !important;
    padding-top:0 !important;
  }
}


/* 2.4.45 - mobil: fjern reel luft over selskab/logo i kortheaderen
   Årsagen var primært vertikal centrering af tekstblokken ift. logoet, ikke top-padding. */
@media (max-width:760px){
  .masp-card{
    padding-top:2px !important;
    row-gap:6px !important;
  }

  .masp-cardtop{
    align-items:flex-start !important;
    justify-content:flex-start !important;
    padding-top:0 !important;
    margin-top:0 !important;
    min-height:0 !important;
    gap:8px !important;
  }

  .masp-cardtop > div{
    margin-top:0 !important;
    padding-top:0 !important;
    line-height:1 !important;
  }

  .masp-cardtop h2{
    margin-top:0 !important;
    margin-bottom:1px !important;
    line-height:1 !important;
  }

  .masp-cardtop .masp-plan-name,
  .masp-cardtop > div > .masp-plan-name{
    margin-top:1px !important;
    line-height:1.05 !important;
  }

  .masp-cardtop img{
    margin-top:0 !important;
    padding-top:3px !important;
    padding-bottom:3px !important;
    height:46px !important;
    max-height:46px !important;
  }

  /* Badge er absolut positioneret og må ikke reservere højde i kortet på mobil */
  .masp-card[data-badge]:not([data-badge=""])::before{
    top:-9px !important;
  }
}


/* 2.4.47 - gendan indholdshøjde i infobokse efter mobil-header fix
   Header-fix bevares. Infobokse må ikke klippe tekst pga. tidligere max-height/overflow. */
.masp-specs div{
  max-height:none !important;
  overflow:visible !important;
}

@media (min-width:981px){
  .masp-specs div{
    min-height:47px !important;
    padding-top:5px !important;
    padding-bottom:5px !important;
  }
}

@media (min-width:761px) and (max-width:980px){
  .masp-specs div{
    min-height:47px !important;
    padding-top:5px !important;
    padding-bottom:5px !important;
  }
}

@media (max-width:760px){
  .masp-specs div{
    min-height:48px !important;
    padding-top:6px !important;
    padding-bottom:6px !important;
  }
}


/* 2.4.48 - fix descenders in infobox values (fx "Ingen")
   Problemet var ikke kun bokshøjden: værditeksten havde overflow:hidden + meget stram line-height,
   som kunne klippe nedadgående bogstaver som g på både mobil og desktop. */
.masp-specs dd{
  line-height:1.22 !important;
  overflow:visible !important;
  text-overflow:clip !important;
  padding-bottom:1px !important;
}

.masp-specs div{
  overflow:visible !important;
}

@media (min-width:981px){
  .masp-specs div{
    min-height:49px !important;
    padding-top:5px !important;
    padding-bottom:7px !important;
  }
}

@media (min-width:761px) and (max-width:980px){
  .masp-specs div{
    min-height:49px !important;
    padding-top:5px !important;
    padding-bottom:7px !important;
  }
}

@media (max-width:760px){
  .masp-specs div{
    min-height:50px !important;
    padding-top:6px !important;
    padding-bottom:8px !important;
  }

  .masp-specs dd{
    line-height:1.24 !important;
  }
}


/* 2.4.51 - desktop: normalprisen lidt længere op mod kampagneprisen
   Mobil bevares uændret. */
@media (min-width:761px){
  .masp-normalprice{
    bottom:18px !important;
  }
}

/* 2.4.65 - Strømlinet selskabsside inspireret af moderne mobilselskabssider */
.masp:has(.masp-company-hero){
  max-width:none;
  padding-left:0;
  padding-right:0;
}
.masp-company-hero{
  margin:-18px calc(50% - 50vw) 0;
  padding:34px max(18px,calc((100vw - 1120px)/2)) 42px;
  background:linear-gradient(135deg,#f8fbff 0%,#eef5fc 100%);
  border:0;
  border-radius:0;
  box-shadow:none;
}
.masp-company-breadcrumb{
  max-width:1120px;
  margin:0 auto 22px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  color:#667085;
  font-size:.82rem;
}
.masp-company-breadcrumb span:after{content:'›';margin-left:8px;color:#98a2b3;}
.masp-company-breadcrumb strong{color:#0f172a;font-weight:900;}
.masp-company-hero-grid{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) 370px;
  gap:42px;
  align-items:start;
}
.masp-company-main{display:flex;gap:18px;align-items:center;min-width:0;}
.masp-company-logo{width:88px;height:88px;object-fit:contain;border:1px solid #dbe7f3;border-radius:18px;background:#fff;padding:12px;box-shadow:0 8px 18px rgba(15,23,42,.04);flex:0 0 88px;}
.masp-company-main h1{margin:0 0 5px;font-size:clamp(30px,3.1vw,42px);line-height:1.05;color:#0f172a;}
.masp-company-main p{margin:0;color:#475569;line-height:1.45;font-size:1.02rem;}
.masp-company-stats{grid-column:1;display:flex;flex-wrap:wrap;gap:9px;margin-top:16px;}
.masp-company-stats > div{background:rgba(255,255,255,.82);border:1px solid #dbe7f3;border-radius:14px;padding:9px 16px;min-width:132px;box-shadow:0 4px 14px rgba(15,23,42,.035);}
.masp-company-stats .masp-company-network{min-width:auto;order:-1;background:transparent;border:0;box-shadow:none;padding:0 0 2px;width:100%;display:flex;gap:6px;align-items:center;color:#475569;}
.masp-company-stats strong{display:block;font-size:1rem;line-height:1.15;color:#0f172a;white-space:nowrap;}
.masp-company-stats span{display:block;margin-top:2px;font-size:.75rem;color:#64748b;font-weight:700;}
.masp-company-stats .masp-company-network span,.masp-company-stats .masp-company-network strong{display:inline;margin:0;font-size:.92rem;font-weight:700;color:#475569;white-space:normal;}
.masp-company-trustbox{grid-column:2;grid-row:1 / span 2;background:#fff;color:#0f172a;border:1px solid #dbe7f3;border-radius:20px;padding:22px 24px;box-shadow:0 12px 30px rgba(15,23,42,.08);display:grid;grid-template-columns:1fr 1fr;gap:18px;align-self:center;}
.masp-company-trusthead{display:block;font-weight:900;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 10px;}
.masp-company-trusthead a{display:block;margin-top:16px;color:#29456f;text-decoration:none;text-transform:none;letter-spacing:0;font-size:.86rem;}
.masp-company-score{display:flex;align-items:flex-end;gap:5px;margin-bottom:5px;}
.masp-company-score strong{font-size:2.45rem;line-height:.95;color:#0f172a;}
.masp-company-score span{color:#475569;font-weight:900;padding-bottom:4px;}
.masp-company-trustbox p{margin:0;color:#64748b;font-size:.84rem;}
.masp-company-distribution{border-left:1px solid #e2e8f0;padding-left:20px;}
.masp-company-distribution h3{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px;color:#64748b;}
.masp-company-dist-row{display:grid;grid-template-columns:16px 1fr 34px;gap:7px;align-items:center;font-size:.76rem;margin:7px 0;color:#475569;font-weight:800;}
.masp-company-dist-row div{height:6px;border-radius:999px;background:#eef2f6;overflow:hidden;}
.masp-company-dist-row i{display:block;height:100%;background:#d56f3f;border-radius:999px;}
.masp-company-recs{max-width:1120px;margin:36px auto 34px;padding:0 18px;}
.masp-company-recs-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:20px;}
.masp-company-recs-icon{width:38px;height:38px;border-radius:10px;background:#f1f5fb;border:1px solid #dbe7f3;color:#29456f;display:grid;place-items:center;font-size:24px;line-height:1;}
.masp-company-recs-head h2{margin:0 0 6px;font-size:clamp(24px,2.6vw,32px);line-height:1.15;color:#0f172a;}
.masp-company-recs-head p{margin:0;color:#64748b;}
.masp-company-recs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.masp-company-rec-card{background:#fff;border:1px solid #dbe7f3;border-radius:18px;padding:24px;box-shadow:0 8px 22px rgba(15,23,42,.055);}
.masp-company-rec-best{border-top:5px solid #29456f;}
.masp-company-rec-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:22px;}
.masp-company-rec-top strong{display:block;font-size:1rem;color:#0f172a;}.masp-company-rec-top span{display:block;color:#64748b;font-size:.86rem;margin-top:2px;}.masp-company-rec-top em{font-style:normal;background:#f1f5fb;border:1px solid #cddbed;border-radius:8px;color:#29456f;font-weight:900;font-size:.86rem;padding:5px 10px;white-space:nowrap;}
.masp-company-rec-price strong{font-size:2rem;line-height:1;color:#0f172a;}.masp-company-rec-price span{margin-left:5px;color:#475569;}.masp-company-rec-tags{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0;}.masp-company-rec-tags span{background:#f5f7fb;border-radius:6px;padding:5px 8px;color:#29456f;font-size:.82rem;}.masp-company-rec-card p{color:#64748b;font-size:.86rem;margin:0 0 18px;}.masp-company-rec-card a{display:block;text-align:center;background:#29456f;color:#fff;text-decoration:none;font-weight:900;border-radius:10px;padding:13px 16px;box-shadow:0 8px 16px rgba(41,69,111,.18);}
.masp:has(.masp-company-hero) .masp-filters,.masp:has(.masp-company-hero) .masp-company-list-intro,.masp:has(.masp-company-hero) .masp-grid,.masp:has(.masp-company-hero) .masp-comparebar{max-width:1120px;margin-left:auto;margin-right:auto;}
@media (max-width:980px){.masp-company-hero-grid{grid-template-columns:1fr;gap:18px}.masp-company-trustbox{grid-column:auto;grid-row:auto}.masp-company-recs-grid{grid-template-columns:1fr}}
@media (max-width:760px){.masp-company-hero{padding:22px 14px 28px}.masp-company-main{align-items:flex-start}.masp-company-logo{width:74px;height:74px;flex-basis:74px}.masp-company-stats{display:grid;grid-template-columns:1fr 1fr}.masp-company-stats .masp-company-network{grid-column:1/-1}.masp-company-trustbox{grid-template-columns:1fr;padding:18px}.masp-company-distribution{border-left:0;border-top:1px solid #e2e8f0;padding:16px 0 0}.masp-company-recs{margin:24px auto}.masp-company-rec-card{padding:18px}}

/* 2.4.64 - Intro-boks før selskabets abonnementsliste */
.masp-company-list-intro{
    margin:18px 0 18px;
    padding:20px 22px;
    border:1px solid rgba(15,23,42,.10);
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 30px rgba(15,23,42,.06);
}
.masp-company-list-intro h2{
    margin:0 0 6px;
    font-size:clamp(22px,2.3vw,30px);
    line-height:1.16;
}
.masp-company-list-intro p{
    margin:0;
    color:#475569;
    font-size:16px;
    line-height:1.55;
}
@media (max-width: 700px){
    .masp-company-list-intro{
        margin:14px 0 14px;
        padding:16px;
        border-radius:16px;
    }
    .masp-company-list-intro h2{font-size:22px;}
}


/* 2.5.0 - Company pages UI refresh: lysere hero, mere diskret Trustpilot og intro over søgning */
.masp:has(.masp-company-hero){
  background:#fff;
}
.masp-company-hero{
  padding:38px max(18px,calc((100vw - 1120px)/2)) 44px !important;
  background:
    radial-gradient(circle at 14% 8%, rgba(41,69,111,.10), transparent 30%),
    linear-gradient(180deg,#fbfdff 0%,#f4f8fd 100%) !important;
  border-bottom:1px solid #e6edf5;
}
.masp-company-breadcrumb{
  margin-bottom:24px !important;
  color:#7b8797 !important;
}
.masp-company-hero-grid{
  gap:34px !important;
}
.masp-company-main{
  align-items:center !important;
  gap:20px !important;
}
.masp-company-logo{
  width:96px !important;
  height:96px !important;
  flex-basis:96px !important;
  border-radius:22px !important;
  border-color:#e3ebf5 !important;
  box-shadow:0 10px 28px rgba(15,23,42,.06) !important;
}
.masp-company-main h1{
  letter-spacing:-.035em;
  font-weight:950;
}
.masp-company-main p{
  color:#526174 !important;
  font-size:1.04rem !important;
}
.masp-company-stats{
  margin-top:20px !important;
  gap:10px !important;
}
.masp-company-stats > div{
  background:#fff !important;
  border-color:#e3ebf5 !important;
  box-shadow:0 8px 22px rgba(15,23,42,.045) !important;
}
.masp-company-stats .masp-company-network{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.masp-company-trustbox{
  border-color:#e5eaf0 !important;
  box-shadow:0 10px 26px rgba(15,23,42,.045) !important;
  border-radius:18px !important;
  padding:20px 22px !important;
  background:rgba(255,255,255,.92) !important;
}
.masp-company-trusthead{
  color:#7b8797 !important;
  letter-spacing:.075em !important;
}
.masp-company-trusthead a{
  color:#4b5f7a !important;
  font-weight:800 !important;
}
.masp-company-score strong{
  font-size:2.25rem !important;
  color:#122033 !important;
}
.masp-company-score span,
.masp-company-trustbox p{
  color:#69778a !important;
}
.masp-company-distribution{
  border-left-color:#edf1f5 !important;
}
.masp-company-dist-row div{
  background:#edf2f7 !important;
}
.masp-company-dist-row i{
  background:#8fa7c2 !important;
}
.masp-company-recs{
  margin-top:34px !important;
  margin-bottom:30px !important;
}
.masp-company-recs-icon{
  background:#f7f9fc !important;
  border-color:#e3ebf5 !important;
  color:#29456f !important;
}
.masp-company-list-intro{
  max-width:1120px !important;
  margin:34px auto 16px !important;
  padding:0 18px 18px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  position:relative;
}
.masp-company-list-intro:after{
  content:'';
  display:block;
  width:76px;
  height:3px;
  border-radius:999px;
  background:#29456f;
  opacity:.18;
  margin-top:18px;
}
.masp-company-list-intro h2{
  margin:0 0 8px !important;
  font-size:clamp(26px,3vw,36px) !important;
  line-height:1.08 !important;
  letter-spacing:-.03em;
  color:#0f172a;
}
.masp-company-list-intro p{
  margin:0 !important;
  max-width:720px;
  color:#64748b !important;
  font-size:1.02rem;
  line-height:1.55;
}
.masp-company-list-count{
  display:inline-flex;
  align-items:center;
  margin-top:14px;
  padding:6px 10px;
  border-radius:999px;
  background:#f4f7fb;
  border:1px solid #e3ebf5;
  color:#29456f;
  font-size:.82rem;
  font-weight:900;
}
.masp:has(.masp-company-hero) .masp-filters{
  margin-top:0 !important;
}
@media (max-width:760px){
  .masp-company-hero{
    padding:24px 14px 30px !important;
  }
  .masp-company-main{
    align-items:flex-start !important;
  }
  .masp-company-logo{
    width:76px !important;
    height:76px !important;
    flex-basis:76px !important;
    border-radius:18px !important;
  }
  .masp-company-list-intro{
    margin:26px auto 12px !important;
    padding:0 14px 14px !important;
  }
  .masp-company-list-intro h2{
    font-size:26px !important;
  }
  .masp-company-list-count{
    margin-top:12px;
  }
}


/* 2.5.1 - Trustpilot flyttet ud af hero og vist som rolig sektion nederst på selskabssider */
.masp-company-hero-grid{
  grid-template-columns:1fr !important;
}
.masp-company-trustbox{
  display:none !important;
}
.masp-company-trust-section{
  max-width:1120px;
  margin:34px auto 18px;
  padding:24px 26px;
  border:1px solid #e5eaf0;
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 26px rgba(15,23,42,.045);
}
.masp-company-trust-section-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.masp-company-trust-section-head h2{
  margin:0 0 6px;
  font-size:clamp(22px,2.4vw,30px);
  line-height:1.12;
  letter-spacing:-.025em;
  color:#0f172a;
}
.masp-company-trust-section-head p:not(.masp-kicker){
  margin:0;
  color:#64748b;
}
.masp-company-trust-summary{
  flex:0 0 auto;
  min-width:108px;
  padding:12px 14px;
  border:1px solid #e5eaf0;
  border-radius:16px;
  background:#f8fafc;
  text-align:center;
}
.masp-company-trust-summary strong{
  font-size:2rem;
  line-height:1;
  color:#122033;
}
.masp-company-trust-summary span{
  color:#64748b;
  font-weight:800;
}
.masp-company-trust-dist-list{
  display:grid;
  gap:10px;
}
.masp-company-trust-dist-item{
  display:grid;
  grid-template-columns:92px 1fr 46px;
  align-items:center;
  gap:12px;
  color:#334155;
  font-size:.94rem;
  font-weight:800;
}
.masp-company-trust-dist-item div{
  height:9px;
  border-radius:999px;
  overflow:hidden;
  background:#edf2f7;
}
.masp-company-trust-dist-item i{
  display:block;
  height:100%;
  border-radius:999px;
  background:#8fa7c2;
}
.masp-company-trust-dist-item strong{
  text-align:right;
  color:#0f172a;
}
.masp-company-trust-link{
  display:inline-flex;
  margin-top:18px;
  color:#29456f;
  font-weight:900;
  text-decoration:none;
}
.masp-company-trust-link:hover{
  text-decoration:underline;
}
.masp-company-dist-admin{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
}
.masp-company-dist-admin label{
  display:flex;
  align-items:center;
  gap:6px;
  font-weight:600;
}
.masp-company-dist-admin input{
  width:78px;
}
@media (max-width:760px){
  .masp-company-trust-section{
    margin:26px 14px 14px;
    padding:18px;
    border-radius:18px;
  }
  .masp-company-trust-section-head{
    display:block;
  }
  .masp-company-trust-summary{
    margin-top:14px;
    width:max-content;
  }
  .masp-company-trust-dist-item{
    grid-template-columns:82px 1fr 42px;
    gap:9px;
    font-size:.88rem;
  }
}

/* 2.6.0 - Selskabssider: simplere og mere relevante filtre uden søgefelt */
.masp:has(.masp-company-hero) .masp-company-filters{
  display:block !important;
  max-width:1120px !important;
  margin:0 auto 22px !important;
  padding:18px 20px !important;
  border:1px solid #e3ebf5 !important;
  border-radius:20px !important;
  background:#fff !important;
  box-shadow:0 10px 26px rgba(15,23,42,.045) !important;
}
.masp-company-data-filter,
.masp-company-toggle-filters{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
}
.masp-company-data-filter{
  padding-bottom:14px;
  margin-bottom:14px;
  border-bottom:1px solid #eef2f7;
}
.masp-company-data-filter .masp-filter-title{
  margin-right:4px;
  color:#0f172a;
}
.masp-company-filters label{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin:0;
  padding:8px 12px;
  border:1px solid #e3ebf5;
  border-radius:999px;
  background:#f8fafc;
  color:#344054;
  font-size:.86rem;
  font-weight:900;
  cursor:pointer;
  transition:background .15s ease,border-color .15s ease,box-shadow .15s ease;
}
.masp-company-filters label:hover{
  background:#f1f5fb;
  border-color:#cddbed;
}
.masp-company-filters input[type="radio"],
.masp-company-filters input[type="checkbox"]{
  width:15px;
  height:15px;
  accent-color:#29456f;
  margin:0;
}
.masp-company-filters label:has(input:checked){
  background:#eef4fb;
  border-color:#b9cae2;
  box-shadow:inset 0 0 0 1px rgba(41,69,111,.12);
  color:#223c63;
}
@media (max-width:760px){
  .masp:has(.masp-company-hero) .masp-company-filters{
    margin:0 14px 18px !important;
    padding:15px !important;
    border-radius:18px !important;
  }
  .masp-company-data-filter,
  .masp-company-toggle-filters{
    gap:7px;
  }
  .masp-company-filters label{
    padding:8px 10px;
    font-size:.82rem;
  }
  .masp-company-data-filter .masp-filter-title{
    flex-basis:100%;
    margin-bottom:1px;
  }
}

/* 2.6.2 - Bedste værdi i hero, ingen anbefalinger og strammere intro/filter */
.masp:has(.masp-company-hero) .masp-company-hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(290px,360px) !important;
  align-items:start !important;
}
.masp-company-bestvalue{
  grid-column:2;
  grid-row:1 / span 2;
  align-self:center;
  background:rgba(255,255,255,.96);
  border:1px solid #dce7f3;
  border-radius:22px;
  padding:22px;
  box-shadow:0 12px 30px rgba(15,23,42,.075);
}
.masp-company-bestvalue-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:14px;
}
.masp-company-bestvalue-top span{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:#eef4fb;
  color:#29456f;
  font-size:.78rem;
  font-weight:950;
  letter-spacing:.01em;
}
.masp-company-bestvalue-top em{
  font-style:normal;
  color:#64748b;
  font-size:.82rem;
  font-weight:900;
  white-space:nowrap;
}
.masp-company-bestvalue h2{
  margin:0 0 16px;
  font-size:1.12rem;
  line-height:1.22;
  color:#0f172a;
  letter-spacing:-.015em;
}
.masp-company-bestvalue-price{
  display:flex;
  align-items:flex-end;
  gap:6px;
  margin-bottom:13px;
}
.masp-company-bestvalue-price strong{
  font-size:2.25rem;
  line-height:.9;
  color:#0f172a;
  letter-spacing:-.04em;
}
.masp-company-bestvalue-price span{
  color:#475569;
  font-weight:900;
}
.masp-company-bestvalue-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 14px;
}
.masp-company-bestvalue-tags span{
  background:#f5f7fb;
  border:1px solid #e3ebf5;
  border-radius:999px;
  padding:5px 9px;
  color:#29456f;
  font-size:.8rem;
  font-weight:900;
}
.masp-company-bestvalue p{
  margin:0 0 16px;
  color:#64748b;
  font-size:.88rem;
}
.masp-company-bestvalue a{
  display:block;
  text-align:center;
  background:#29456f;
  color:#fff;
  text-decoration:none;
  font-weight:950;
  border-radius:12px;
  padding:13px 16px;
  box-shadow:0 8px 16px rgba(41,69,111,.18);
}
.masp-company-bestvalue a:hover{filter:brightness(.96)}
.masp:has(.masp-company-hero) .masp-company-recs{
  display:none !important;
}
.masp:has(.masp-company-hero) .masp-company-list-intro{
  padding-bottom:8px !important;
  margin-bottom:8px !important;
}
.masp:has(.masp-company-hero) .masp-company-list-intro:after{
  margin-top:10px !important;
}
.masp:has(.masp-company-hero) .masp-company-data-filter{
  padding-top:0 !important;
}
@media (max-width:980px){
  .masp:has(.masp-company-hero) .masp-company-hero-grid{
    grid-template-columns:1fr !important;
  }
  .masp-company-bestvalue{
    grid-column:auto;
    grid-row:auto;
    align-self:stretch;
  }
}
@media (max-width:760px){
  .masp-company-bestvalue{
    padding:18px;
    border-radius:18px;
  }
  .masp-company-bestvalue-price strong{
    font-size:2rem;
  }
  .masp:has(.masp-company-hero) .masp-company-list-intro{
    padding-bottom:6px !important;
    margin-bottom:6px !important;
  }
}


/* 2.6.3 - Strammere selskabs-hero: infobokse tættere på logo og mindre bundluft */
.masp:has(.masp-company-hero) .masp-company-hero{
  padding-bottom:26px !important;
}
.masp:has(.masp-company-hero) .masp-company-breadcrumb{
  margin-bottom:18px !important;
}
.masp:has(.masp-company-hero) .masp-company-hero-grid{
  row-gap:10px !important;
  column-gap:34px !important;
  align-items:start !important;
}
.masp:has(.masp-company-hero) .masp-company-stats{
  margin-top:-2px !important;
  align-self:start !important;
}
.masp:has(.masp-company-hero) .masp-company-stats .masp-company-network{
  padding-bottom:0 !important;
}
.masp:has(.masp-company-hero) .masp-company-bestvalue{
  align-self:start !important;
}
.masp:has(.masp-company-hero) .masp-company-list-intro{
  margin-top:26px !important;
  padding-bottom:2px !important;
  margin-bottom:4px !important;
}
.masp:has(.masp-company-hero) .masp-company-list-intro:after{
  margin-top:8px !important;
}
@media (max-width:760px){
  .masp:has(.masp-company-hero) .masp-company-hero{
    padding-bottom:20px !important;
  }
  .masp:has(.masp-company-hero) .masp-company-hero-grid{
    row-gap:12px !important;
  }
  .masp:has(.masp-company-hero) .masp-company-stats{
    margin-top:0 !important;
  }
  .masp:has(.masp-company-hero) .masp-company-list-intro{
    margin-top:20px !important;
    padding-bottom:2px !important;
    margin-bottom:4px !important;
  }
}


/* 2.6.4 - Hero alignment: clickable breadcrumbs, best value aligned higher, tighter stat/title spacing */
.masp-company-breadcrumb a{
  color:inherit;
  text-decoration:none;
  font-weight:700;
}
.masp-company-breadcrumb a:hover{
  color:#29456f;
  text-decoration:underline;
  text-underline-offset:3px;
}
.masp-company-breadcrumb a:after{content:'›';margin-left:8px;color:#98a2b3;}
.masp-company-breadcrumb span:after{content:'' !important;margin:0 !important;}
.masp:has(.masp-company-hero) .masp-company-hero{
  padding-top:30px !important;
  padding-bottom:18px !important;
}
.masp:has(.masp-company-hero) .masp-company-breadcrumb{
  margin-bottom:14px !important;
}
.masp:has(.masp-company-hero) .masp-company-hero-grid{
  row-gap:0 !important;
}
.masp:has(.masp-company-hero) .masp-company-stats{
  margin-top:-16px !important;
}
.masp:has(.masp-company-hero) .masp-company-stats .masp-company-network{
  margin-bottom:-2px !important;
}
.masp:has(.masp-company-hero) .masp-company-bestvalue{
  margin-top:-34px !important;
}
.masp:has(.masp-company-hero) .masp-company-list-intro{
  margin-top:20px !important;
}
@media (max-width:980px){
  .masp:has(.masp-company-hero) .masp-company-bestvalue{
    margin-top:0 !important;
  }
  .masp:has(.masp-company-hero) .masp-company-stats{
    margin-top:8px !important;
  }
}
@media (max-width:760px){
  .masp:has(.masp-company-hero) .masp-company-hero{
    padding-top:22px !important;
    padding-bottom:16px !important;
  }
  .masp:has(.masp-company-hero) .masp-company-breadcrumb{
    margin-bottom:12px !important;
  }
}


/* 2.6.5 - Company hero: ensartet baggrund uden faded/gradient */
.masp-company-hero{
  background:#f6f9fd !important;
}


.masp-company-breadcrumb a{color:#667085;text-decoration:none;}
.masp-company-breadcrumb a:hover{color:#334155;text-decoration:none;}
.masp-company-breadcrumb a:after{content:'›';margin-left:8px;color:#98a2b3;pointer-events:none;}
.masp-company-breadcrumb span:after{content:none;}


/* 2.6.7 - Mobil: åbne selskabsfiltre som bredbånd + skjulte datacirkler */
.masp:has(.masp-company-hero) .masp-company-data-filter input[type="radio"]{
  position:absolute !important;
  opacity:0 !important;
  width:1px !important;
  height:1px !important;
  margin:0 !important;
  pointer-events:none !important;
}
.masp:has(.masp-company-hero) .masp-company-data-filter label{
  gap:0 !important;
}
@media (max-width:760px){
  .masp:has(.masp-company-hero) .masp-company-filters{
    display:flex !important;
    flex-direction:column !important;
    gap:14px !important;
    max-width:1120px !important;
    margin:0 auto 18px !important;
    padding:0 14px 18px !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
  }
  .masp:has(.masp-company-hero) .masp-company-data-filter,
  .masp:has(.masp-company-hero) .masp-company-toggle-filters{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:8px !important;
    align-items:center !important;
  }
  .masp:has(.masp-company-hero) .masp-company-data-filter{
    padding-bottom:14px !important;
    margin-bottom:0 !important;
    border-bottom:1px solid #e5edf7 !important;
  }
  .masp:has(.masp-company-hero) .masp-company-filters label{
    background:#fff !important;
    border:1px solid #dbe7f3 !important;
    border-radius:999px !important;
    padding:8px 11px !important;
    color:#29456f !important;
    box-shadow:0 5px 12px rgba(15,23,42,.035) !important;
  }
  .masp:has(.masp-company-hero) .masp-company-filters label:has(input:checked){
    background:#29456f !important;
    color:#fff !important;
    border-color:#29456f !important;
  }
}
