

/*
=========================================================
RELATED LINKS CSS
=========================================================
 * Innehåller styling för relaterade länkar
 * 
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
RELATERAD LÄNKAR
--------------------------------------------------------- */

.lp-links {
  background: #f4efe4;
  margin: 4rem 0 6rem;
  padding: 3rem;
}

.lp-links h2.subheading {
  border-bottom: 2px solid #998a5b;
  font-size: 2.6rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}

.lp-links li {
  margin: 1.5rem 0;
}

.lp-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  text-decoration: none;
}

.lp-links a .lp-icon {
  margin-right: 1.5rem;
  margin-top: 0.5rem;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp-links a:hover {
  text-decoration: underline;
}
