/*
---------------------------------------------------------
EVENEMANG
--------------------------------------------------------- */

.lp-calendar-wrapper .sv-text-portlet .subheading {
  color: #000;
  font-family: 'playfair display',georgia,serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: -5px;
}

/*
---------------------------------------------------------
EVENEMANG - HORISONTELL SCROLL
--------------------------------------------------------- */

@media screen and (max-width: 1024px) {
  .lp-calendar-wrapper {
    margin-top: 2rem;
  }
  .lp-calendar__items {
    display: flex;
    margin: 2rem 0 1rem;
    overflow-x: scroll;
    padding-bottom: 1.5rem;
    position: relative;

    gap: 2rem;
  }

  .lp-calendar__items:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    bottom: 0;
    content: '';
    min-width: 1rem;
    position: sticky;
    right: 0;
    top: 0;
    width: 1rem;
  }

  .lp-calendar-item {
    border: 1px solid #ededed;
    min-width: min(calc(90% - 2rem), 600px);
    padding: 0;

    flex-wrap: wrap;
  }

  .lp-calendar-startpage .lp-calendar-item:last-child {
    border-bottom: 1px solid #ededed;
  }

  .lp-calendar-item__content {
    box-sizing: border-box;
    padding: 15px 20px 20px;

    flex: 2 1 20rem;
  }

  .lp-calendar-item__date {
    box-sizing: border-box;
    height: 100%;

    justify-content: center;
  }

  .lp-calendar-item__meta {
    flex: 1 0 1px;
  }

  .lp-more-link-left .lp-more-link {
    justify-content: center;
  }
}
