

/*
=========================================================
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-bottom: 3rem;
}

.lp-news-list .sv-archive-portlet {
  border: 1px solid #d7d6d2;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 0.5rem 1rem;
}

.lp-news-list .sv-archive-portlet li {
  line-height: 1.3;
  margin: 0.5rem 0 1.5rem;
  padding: 1rem 1rem 0.5rem;
  position: relative;
  transition: all 0.3s ease;
}

.lp-news-list .sv-archive-portlet li:last-child {
  margin-bottom: 0.5rem;
}

.lp-news-list .sv-archive-portlet li:after {
  background-color: #ccc;
  bottom: -8px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.lp-news-list .sv-archive-portlet li:last-child::after {
  display: none;
}

.lp-news-list .sv-archive-portlet a {
  text-decoration: underline;
}


/* Innehåll */
.lp-news-list  .sv-archive-portlet li .subheading,
.lp-news-list  .sv-archive-portlet li .heading3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.lp-news-list  .sv-archive-portlet li .small:before {
  border-left: 1px solid #222;
  content: '';
  display: inline-block;
  height: 14px;
  margin: 0 0.7rem 0 0.3rem;
  vertical-align: middle;
}

.lp-news-list  .sv-archive-portlet li time.small:before {
  display: none;
}


/* Hover */
.lp-news-list .sv-archive-portlet li:hover {
  background-color: #ffeeb2;
  border-radius: 4px;
}


/* Se mer länk */
.lp-news-list .sv-text-portlet .normal {
  margin: 0;
  max-width: none;
}

.lp-news-list .sv-text-portlet a {
  align-items: center;
  border: 1px solid #d7d6d2;
  border-radius: 0 0 4px 4px;
  color: #222;
  display: flex;
  -ms-flex-align: center;
  font-size: 1.4rem;
  padding: 2rem 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lp-news-list .sv-text-portlet a:hover {
  background-color: #ffeeb2;
  text-decoration: underline !important;
}
