.awesomplete .form-control {
  max-width: 140px;
}
.btn.btn-dark {
  background-color: #1f2f51;
  border-color: var(--color-dark);
}
.t4-footer {
  font-size: .875rem;
  padding-top: 1.875rem;
}
.com-content-article .box-inner {
    max-width: 100% !important;
}
@media (min-width: 1400px) {
  .t4-header-r > .header-first {
    gap: 5px;
  }
}
@media (min-width: 992px) {
  .t4-main-body {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
    .ja-masthead .ja-masthead-detail {
      padding: 12rem 0;
}
.behandlingsartikkel {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}
.behandlingsartikkel h2 {
  margin-top: 1.5em;
  color: #00425c;
}
.behandlingsartikkel .cta {
  background: #f2f7f9;
  padding: 1em;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
}
.cta a {
    text-decoration: underline;
}
.fa {
  color: #6fc8f2;
}
.my-0 {
  color: #fffff;
}
.word-spacing {
  word-spacing: 20px;
}
.article-sidebar {
  flex: 0 0 180px;
  max-width: 280px;
  margin-top: 650px;
}
/* Accordion stil */
.accordion-button {
  background-color: #f4f7fa;
  color: #0b4d91;
  font-weight: 600;
  border: none;
  box-shadow: none;
  padding: 1rem;
}

.accordion-button {
  background-color: #e9f1f9;
  color: #0b4d91;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-item {
  border: 1px solid #e0e6ed;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

/* Prislinjer */
.price-item {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: 1px solid #edf1f5;
  flex-wrap: nowrap;
}

.price-item:last-child {
  border-bottom: none;
}

.price-label {
  color: #334155;
  font-weight: 500;
  flex: 1;
  margin-right: 10px;
  word-break: break-word;
}

.price-value {
  color: #0b4d91;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  margin-left: auto;
}
@media (max-width: 600px) {
  .price-item {
    flex-wrap: wrap;
  }

  .price-label {
    width: 100%;
    margin-bottom: 2px;
  }

  .price-value {
    width: 100%;
    text-align: right;
  }
}
.com-content-article .item-image img {
  padding: 20px;
}
/* Fix for JA Vitality menu breaking on 1920px screens */
@media (min-width: 1400px) {
  .header-block .t4-navbar {
    flex: 0 0 50% !important;   /* Gi menyen mer plass */
    max-width: 50% !important;
  }
  .header-block .t4-header-r {
    flex: 0 0 25% !important;   /* Smalere høyreside */
    max-width: 25% !important;
  }
  .header-block .col-xxl-4:first-child {
    flex: 0 0 25% !important;   /* Smalere logo-del */
    max-width: 25% !important;
  }
}