/*
=========================================================
ALERT CSS
=========================================================
 * Innehåller styling för viktigt meddelande
 * 
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
VIKTIGT MEDDELANDE
---------------------------------------------------------*/

.lp-alert .sv-archive-portlet li {
  background: #ffd4c5;
  box-sizing: border-box;
  padding: 0 6rem;
  position: relative;
  width: 100%;
}

.lp-alert .sv-channel-item h1 {
  margin: 0;
}

.lp-alert .sv-channel-item h1 a {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  margin: auto;
  max-width: 1170px;
  padding: 2rem 0rem 1.8rem 0rem;
  text-decoration: none;
  width: 94%;
}

.lp-alert .sv-channel-item h1 a span {
  font-weight: 400;
}

.lp-alert .sv-channel-item h1 a:hover {
  text-decoration: underline;
}

.lp-alert .sv-channel-item h1 a:before {
  color: #c03;
  content: 'Viktigt meddelande: ';
  text-transform: uppercase;
}

.lp-alert .lp-icon-wrapper {
  -webkit-box-align: center;
  align-items: center;
  background: #c03;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;

  -webkit-box-pack: center;
  justify-content: center;
}

.lp-alert .lp-icon {
  color: #fff;
  font-size: 3.4rem;
}
