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


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

.lp-byline {
  margin: 4rem 0;
}

.lp-byline > .sv-layout:first-child {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 1.6rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.lp-byline .lp-page-share-link {
	text-decoration: none;
}

.lp-byline .lp-page-share-link .lp-icon {
		font-size: 2.4rem;
		margin: 0 1rem -.2rem 0;
}

.lp-pagetools-share {
  background: #f7f7f7;
  padding: 1.6rem 3rem;
  text-align: right;
}
