/*
=========================================================
EDUCATIONAL EXAMPLES CSS
=========================================================
 * Innehåller styling för lärande exempel
 * 
 * Copyright (C) Limepark AB
=========================================================*/


/*
---------------------------------------------------------
LIST (Default)
--------------------------------------------------------- */

/* Metadata i sökresultat */

.lp-educational-example-meta {
  font-size: 1.4rem;
  margin-bottom: 0; 
}

.lp-educational-example-meta__term{
  float: left;
  font-weight: 700;
}

.lp-educational-example-meta__term:after{
  content: ":";
  display: inline-block;
  margin-right: 0.3em;
}

.lp-educational-example-meta__details{
  margin-left: 0;
}

/* Metadata på sidan */

.sv-limepark-skl-educational-example-info .skl-educational-example-info {
  background-color: transparent;
  padding: 0;
}

.skl-educational-example-info .skl-educational-example-info__list {
  display: flex;
  flex-wrap: wrap;
}

.skl-educational-example-info__list_term {
  margin: 0;
  width: 100%;
}

.skl-educational-example-info__list_details {
  margin: 0 0 2rem;
  width: 100%;
}