/* Länk till nyhetsarkiv */

.lp-landing-content .lp-boxes > div:first-child .sv-text-portlet:last-child .sv-text-portlet-content {
  border-top: 1px solid #cbced3;
  margin: 2rem 2rem 0;
}

.lp-landing-content .lp-boxes > div:first-child .sv-text-portlet:last-child p.normal {
  margin: 2rem 0 !important;
  text-align: right;
}

.lp-landing-content .lp-boxes > div:first-child .sv-text-portlet:last-child p.normal a {
  -webkit-box-align: center;
  align-items: center;
  color: #005888;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;

  -webkit-box-pack: end;
  justify-content: flex-end;
}

.lp-landing-content .lp-boxes > div:first-child .sv-text-portlet:last-child p.normal a:hover,
.lp-landing-content .lp-boxes > div:first-child .sv-text-portlet:last-child p.normal a:focus {
  text-decoration: underline;
}


.lp-landing-content .lp-boxes > div:first-child .sv-text-portlet:last-child p.normal a:after {
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D\'0%200%2022%2023\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20fill%3D\'%23005888\'%3E%3Cg%20%20id%3D%22Page-1%22%3E%3Cg%20id%3D%22Start%22%20transform%3D%22translate(-433%20-742)%22%3E%3Cg%20id%3D%22Fill-1%22%20transform%3D%22translate(215%20708)%22%3E%3Cpath%20d%3D%22M229%2034.83c-6.065%200-11%204.92-11%2010.968%200%206.046%204.935%2010.966%2011%2010.966s11-4.92%2011-10.966c0-6.047-4.935-10.967-11-10.967zm0%201.688c5.15%200%209.308%204.146%209.308%209.28%200%205.134-4.158%209.28-9.308%209.28-5.15%200-9.308-4.146-9.308-9.28%200-5.134%204.158-9.28%209.308-9.28zm.608%203.875l-1.216%201.187%203.384%203.374h-8.7v1.687h8.7l-3.384%203.375%201.216%201.186%205.42-5.404-5.42-5.405z%22%20id%3D%22Shape%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  content: '';
  display: inline-block;
  height: 2rem;
  margin: 0 0 0 0.8rem;
  width: 2rem;
}