

/*
=========================================================
BYLINE CSS
=========================================================
 * Innehåller styling för en sidas byline
 * 
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
BYLINE
--------------------------------------------------------- */

.lp-byline {
  align-items: center;
  border-top: 1px solid #ffd4c5;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 3rem 0 0;
  padding: 1rem 0 0;

  -webkit-box-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lp-byline a {
  align-items: center;
  color: #03529d;
  display: flex;
  text-decoration: none;
}

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

.lp-byline a:before {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns=\'http://www.w3.org/2000/svg\'%20fill=\'%2303529d\'%20viewBox=\'0%200%2017%2017\'%3E%3Cg%20id=\'Design\'%3E%3Cg%20id=\'Landningssida\'%20transform=\'translate(-1169%20-1389)\'%3E%3Cg%20id=\'icons8-chat_filled\'%20transform=\'translate(1169%201389)\'%3E%3Cpath%20d=\'M6.46%200C2.931%200%200%202.547%200%205.748c0%201.549.695%202.953%201.806%203.984-.163.483-.51.866-.882%201.17-.207.168-.409.313-.573.456-.083.072-.158.136-.223.234a.555.555%200%200%200-.085.435l.042.128.117.074c.353.2.782.224%201.232.192.45-.032.937-.135%201.414-.266.657-.18%201.22-.396%201.689-.584.948%202.199%203.31%203.665%206.003%203.665.457%200%20.918-.062%201.35-.127.464.206%202.492%201.073%203.899%201.073.403%200%20.717-.072.967-.213l.127-.074.032-.127c.1-.364-.209-.62-.606-.936-.4-.317-.928-.74-1.158-1.328%201.158-1.067%201.817-2.518%201.817-4.016%200-2.446-1.785-4.656-4.356-5.44C11.8%201.691%209.335%200%206.46%200zm0%20.68c2.59%200%204.75%201.495%205.483%203.538.002.008.007.013.01.021l.01.032c.047.134.084.266.118.404.024.096.035.189.053.287l.01.074c.015.09.034.185.043.277v.042c.01.129.021.262.021.393%200%20.174-.012.34-.032.51-.02.173-.046.343-.085.51a4.846%204.846%200%200%201-1.211%202.2c-.118.124-.24.247-.372.36a5.735%205.735%200%200%201-.404.33%206.157%206.157%200%200%201-2.518%201.052c-.376.068-.76.106-1.158.106-.23%200-.458-.012-.68-.032-.01-.001-.021.002-.032%200-.029-.002-.057-.008-.085-.01a5.852%205.852%200%200%201-.52-.085l-.107-.032-.106.042c-.438.185-1.332.56-2.231.808-.45.123-.905.216-1.286.244-.168.012-.239-.038-.372-.053.11-.085.2-.153.34-.266.453-.369%201.011-.903%201.19-1.7l.043-.201-.149-.139C1.345%208.464.68%207.172.68%205.748.68%202.964%203.257.68%206.46.68z\'%20id=\'Shape\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-position: center;
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 1.7rem;
  margin-right: 6px;
  width: 1.7rem;
}
