/* Første kolonne i pristabellen */
.wd-pristabell th.wd-first-col,
.wd-pristabell td.wd-first-col {
  font-weight: 700;
  text-align: left;
  padding-right: 12px;
}

/* Valgfritt: litt mindre mobilpadding */
@media (max-width: 600px) {
  .wd-pristabell th.wd-first-col,
  .wd-pristabell td.wd-first-col {
    padding-right: 8px;
  }
}

div.fusion-pricingtable-column span.integer-part {
  font-size: 38px !important;
}

.wd-sliding-bar-small {
    font-size: 20px;
}

.wd-repeater-linker {
    height: 28px;
}

.wd-repeater-linker-bullet {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    line-height: 10px;
    font-size: 2.0em;
}

.wd-bold-ol {
    font-weight: bold; /* gjør både tall og tekst i <li> bold */
}

.wd-bold-ol li ul {
    font-weight: normal; /* holder underpunkter normal */
}

img {
  border: none;
  outline: none;
  box-shadow: none;
}


img[src$=".svg"], 
.fusion-image-element img[src$=".svg"], 
.fusion-image-element svg {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  img[src$=".svg"],
  .fusion-image-element img[src$=".svg"],
  .fusion-image-element svg {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
}



/* Grunnstil for alle tags */
.tagcloud span {
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 14px;
  text-decoration: none;
  background: #f6f6f6;
  color: #444;
  transition: all .3s ease;
}

/* Farger i rullering */
.tagcloud span:nth-child(5n+1) { background-color: #4cb0dc; color:#fff; }
.tagcloud span:nth-child(5n+2) { background-color: #f2645a; color:#fff; }
.tagcloud span:nth-child(5n+3) { background-color: #9b59b6; color:#fff; }
.tagcloud span:nth-child(5n+4) { background-color: #2ecc71; color:#fff; }
.tagcloud span:nth-child(5n+5) { background-color: #f39c12; color:#fff; }

/* Hover-effekt */
.tagcloud span a:hover {
  opacity: 0.85;
  cursor: default; /* ikke pekehånd siden de ikke er linker */
  color: #fff !important;
  background-color: transparent !important;
}

/* Fix for YouTube-videoer i slider */
.tfs-slider .background:has([data-youtube-video-id]),
.fusion-slider .background:has([data-youtube-video-id]),
.awb-slider .background:has([data-youtube-video-id]),
.tfs-slider .background:has(iframe[src*="youtube"]),
.fusion-slider .background:has(iframe[src*="youtube"]),
.awb-slider .background:has(iframe[src*="youtube"]) {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* Skjul slider-navigasjon på forsiden */
body.home .wd-slider-nav,
body.page-id-2 .wd-slider-nav {
  visibility: hidden !important;
}

/* Pristabell header og generelle th-stiler */
.wd-pristabell th {
  font-size: 16px; /* litt større font for header */
  font-weight: 700;
  padding: 10px 12px;
  text-align: left;
  vertical-align: middle;
}

/* Spacer-rad styling (brukes for linjeskift i kortkoden) */
.wd-pristabell td.wd-spacer-cell,
.wd-pristabell .wd-spacer-row td.wd-spacer-cell {
  height: 50px;
  line-height: 50px;
  font-size: 0;
  padding: 0;
  border: 0;
}

@media (max-width: 600px) {
  .wd-pristabell th {
    font-size: 15px;
  }
  .wd-pristabell td.wd-spacer-cell,
  .wd-pristabell .wd-spacer-row td.wd-spacer-cell {
    height: 30px;
    line-height: 30px;
  }
}

/* Forhøyde header-tekst og SUM-størrelse */
.wd-pristabell thead th {
  font-size: 18px; /* større enn normale celler */
  letter-spacing: 0.2px;
}

/* Gjør SUM-raden tydeligere */
.wd-pristabell tbody tr:last-child td {
  font-size: 18px;
  font-weight: 700;
}
.wd-pristabell tbody tr:last-child td.wd-first-col {
  font-size: 20px; /* litt større for 'Sum' label */
}
.wd-pristabell tbody tr:last-child td strong {
  font-size: 20px; /* tallene i SUM også større */
}


