/*
=========================================================
EVENT LIST CSS
=========================================================
 * Innehåller styling för listning av evenemang
 *
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
LISTNING AV EVENEMANG
---------------------------------------------------------*/
.lp-event-list__body {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lp-event-list__date > div {
    background: #02b4b7;
    margin: 0 0.2rem;
    padding: 19px;
    width: 39px;
    border-radius: 100%;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

.lp-event-list__date-month {
    font-weight: 400;
}

.lp-event-list__date-info {
    display: flex;
    flex-wrap: wrap;
}

.lp-event-list__date-info span {
    margin: 0 0.8rem;
}

.lp-news-and-events .sv-archive-portlet h3 img {
   display: none;
}
