.content-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.9375rem;
}
.content-list__item {
  position: relative;
}
.content-list__item:last-of-type {
  border-bottom: 0;
}
.content-list__inner {
  display: flex;
  flex-direction: row;
  gap: 0 32px;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .content-list__inner {
    flex-direction: column;
    gap: 16px;
  }
}
.content-list__content {
  order: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 575.98px) {
  .content-list__content {
    order: 2;
  }
}
.content-list__image-wrap {
  order: 1;
  flex-shrink: 0;
  width: 198px;
  height: 198px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575.98px) {
  .content-list__image-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.content-list__image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.3s ease-in-out;
  opacity: 1 !important;
}
.content-list__item:hover .content-list__image-wrap img, .content-list__item:focus-within .content-list__image-wrap img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1 !important;
}
.content-list__badge {
  position: absolute;
  top: 9px;
  right: 9px;
  pointer-events: none;
  z-index: 1;
  background: #C4D600;
  padding: 6px 12px;
  color: #1F1F1F;
  border-radius: 30px;
  font-family: "IBMPlexMono", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.75rem;
  letter-spacing: 0;
}
.content-list__badge:is(a) {
  transition: 0.3s ease-in-out;
}
.content-list__badge:is(a):hover {
  background: rgb(0, 58.6666666667, 66);
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.content-list__image-fallback {
  width: 100%;
  height: 100%;
  background-color: #E0F8FE;
  background-image: url("/themes/custom/kilden/build/assets/images/event-fallback.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.content-list__category {
  font-family: "IBMPlexMono", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.75rem;
  letter-spacing: 0.48px;
  color: #1F1F1F;
  display: flex;
  align-items: center;
  gap: 0.5rem 0;
  order: -1;
}
.content-list__category::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #006875;
  flex-shrink: 0;
  opacity: 0;
  margin-right: 0.125rem;
  transition: width 0.2s ease, opacity 0.2s ease;
}
.content-list__item:hover .content-list__category::before, .content-list__item:focus-within .content-list__category::before {
  width: 0.5rem;
  opacity: 1;
  margin-right: 0.375rem;
}
.content-list__title {
  font-family: "Tobias", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .content-list__title {
    font-size: 1.5rem;
  }
}
.content-list__title a {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(#006875, #006875);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s, color 0.3s;
  padding-bottom: 1px;
}
.content-list__title a:hover, .content-list__title a:focus {
  background-size: 100% 1px;
  text-decoration: none;
  transition: background-size 0.3s, color 0.3s;
  color: #006875;
}
.content-list__title a {
  color: #1F1F1F;
}
.content-list__title {
  margin-bottom: 0.3125rem;
}
.content-list__title-link {
  font-family: "Tobias", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .content-list__title-link {
    font-size: 1.5rem;
  }
}
.content-list__title-link a {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(#006875, #006875);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s, color 0.3s;
  padding-bottom: 1px;
}
.content-list__title-link a:hover, .content-list__title-link a:focus {
  background-size: 100% 1px;
  text-decoration: none;
  transition: background-size 0.3s, color 0.3s;
  color: #006875;
}
.content-list__title-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
.content-list__title-link:hover, .content-list__title-link:focus {
  color: #006875;
  text-decoration: none;
}
.content-list__city {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .content-list__city {
    font-size: 1.125rem;
  }
}
.content-list__city {
  margin: 0;
  color: #1F1F1F;
  margin-bottom: 8px;
}
.content-list__teaser {
  color: #1F1F1F;
  margin-top: 12px;
  max-width: 40.9375rem;
}
.site-main .content-list__teaser p {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem !important;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .site-main .content-list__teaser p {
    font-size: 1rem !important;
  }
}
.site-main .content-list__teaser p:last-of-type {
  margin-bottom: 0;
}
.content-list__date {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .content-list__date {
    font-size: 1.125rem;
  }
}
.content-list__date {
  margin: 2.1875rem 0 0;
  letter-spacing: 0.12px;
}
.content-list__date strong {
  font-weight: 700;
}
.content-list__item--arskonferanse .content-list__image-wrap {
  border: 4px solid #C4D600;
}
.content-list__item--card {
  border-bottom: none;
}
.content-list__item--card:first-child {
  border-top: none;
}
.content-list__item--card .content-list__inner {
  flex-direction: column;
  gap: 0;
}
.content-list__item--card .content-list__image-wrap {
  order: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}
.content-list__item--card .content-list__content {
  order: 2;
  padding-bottom: 1.5rem;
}
.content-list__item--card .content-list__date {
  margin-top: 1rem;
}

/*# sourceMappingURL=content-list.css.map*/