/*
=========================================================
RELATED INFO CSS
=========================================================
 * Innehåller styling för relaterad information
 * 
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
RELATERAD INFORMATION
--------------------------------------------------------- */

.lp-related {
  clear: both;
  list-style-type: none;
  padding-bottom: var(--lp-spacing-large);
  padding-top: var(--lp-spacing-large);
}

.lp-related h2 {
  margin: 0 0 0.5em;
}

.lp-related h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0;
}


.lp-related ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lp-related--contact li {
  margin-bottom: 0.5rem;
}

/*
---------------------------------------------------------
RELATERADE LÄNKAR
--------------------------------------------------------- */

.lp-related.lp-related--links ul {
  display: grid;

  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
}

.lp-related--links ul li > a {
  align-items: center;
  background: rgba(0,70,142,0.2);
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: #222;
  display: flex;
  font-size: 1.5rem;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  padding: 1.2rem 1.5rem;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}

.lp-related ul li > a:hover {
  background: rgba(0,70,142,0.3);
  text-decoration: underline;

  text-decoration-thickness: 1px;
}

.lp-related--links a:after {
  height: 1em !important;
  margin-right: 1rem;
  width: 1em !important;

  flex: 0 0 auto;
  order: -1;
}
