

/*
=========================================================
NEWS LIST CSS
=========================================================
 * Innehåller styling för listning av nyheter
 *
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
LISTNING AV NYHETER
---------------------------------------------------------*/

.lp-news-list {
  margin: var(--lp-spacing) 0;
}

.lp-news-list .subheading a,
.lp-news-list .heading3 a {
  display: block;
  text-decoration: none;
}

.lp-news-list li {
  border-bottom: 1px solid #eee;
  display: flex;
  margin-bottom: var(--lp-spacing);
  padding-bottom: var(--lp-spacing);

  flex-wrap: wrap;
}

body .lp-news-list .lp-news-list-img {
  max-width: 150px;
}

body .lp-news-list .lp-news-list-img img {
  border-radius: 3px;
  height: 100% !important;
  max-height: 100% !important;
  width: 100% !important;

  object-fit: cover;
}

.lp-news-list li .lp-news-list-content {
  min-width: 30rem;

  flex: 1;
}

.lp-news-list-content {
  display: flex;
  flex-direction: column;
}

.lp-news-list .lp-news-list-content .normal:last-child {
  margin-bottom: 0;
}

.lp-news-list span.lp-news-category:before {
  background: #000;
  content: '';
  display: inline-block;
  height: 1em;
  margin: 0 0.8em -0.1em 0.5em;
  width: 1px;
}

.lp-news-list-img {
  margin-right: 2.5rem;
  padding: 0;
}

.lp-news-list .lp-date-and-category {
  display: flex;

  flex-wrap: wrap;
}

.lp-news-list h2 {
  font-size: 2.2rem;
}

.lp-news-list .sv-use-margins .small {
  margin-bottom: 0.3rem;
}
