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


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

.sv-archive-portlet.lp-alert li {
  background: #eee;
  margin: 2rem auto 0;
  max-width: 1170px;
  position: relative;
  width: 97%;
}

.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;
  padding: 2rem 1rem 1.8rem 8rem;
  text-decoration: none;
}

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

.lp-alert .sv-channel-item h1 a:before {
  color: #c03;
  content: 'VIKTIGT MEDDELANDE: ';
}

.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;
}

