/*
---------------------------------------------------------
EVENEMANG FRÅN VÄSTSVERIGE
--------------------------------------------------------- */

.lp-vv-events {
  --lp-font-size-large: clamp(1.8rem, 2.2vw, 2.2rem);
  --lp-font-size-medium: clamp(1.6rem, 1.8vw, 1.8rem);
  --lp-font-size-small: clamp(1rem, 1.2vw, 1.2rem);
  --lp-spacing: 3rem;
  --lp-spacing-small: calc(var(--lp-spacing) * 0.75);
  --lp-spacing-x-small: calc(var(--lp-spacing) * 0.5);
}

.lp-vv-events__list {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  list-style: none;
  margin: 0;
  margin-bottom: var(--lp-spacing);
  padding: var(--lp-spacing-small);
}

.lp-vv-events__list .lp-vv-event {
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: flex;
  margin-bottom: var(--lp-spacing-x-small);
  padding-bottom: var(--lp-spacing-x-small);

  gap: var(--lp-spacing-x-small);
}

.lp-vv-events__list .lp-vv-event:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.lp-vv-events__list .lp-vv-event-date {
  align-items: center;
  background-color: #edf1f7;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  padding: 0.6rem var(--lp-spacing-x-small);
}

.lp-vv-events__list .lp-vv-event-date__day {
  color: #3c71b6;
  font-size: var(--lp-font-size-large);
  font-weight: 700;
  line-height: 1.2;
  word-break: initial;

  overflow-wrap: initial;
}

.lp-vv-events__list .lp-vv-event-date__month {
  color: #333;
  font-size: var(--lp-font-size-small);
  text-transform: uppercase;
  word-break: initial;

  overflow-wrap: initial;
}

.lp-vv-events__list .lp-vv-event-title {
  font-size: var(--lp-font-size-medium);
  margin: 0;
}

.lp-vv-events__list .lp-vv-event-title a {
  color: #333;
  display: inline-block;
  padding-right: 1.2em;
  text-decoration: none;
}

.lp-vv-events__list .lp-vv-event-title a:hover {
  text-decoration: underline;
}

.lp-vv-events__list .lp-vv-event-title a[href^='http' i]:after {
  background-color: #333;
  content: '';
  display: inline-block;
  height: 1em;
  margin-bottom: -1px;
  margin-left: 0.2em;
  margin-right: -1.2em;
  width: 1em;

  -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%20aria-hidden%3D%22true%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20d%3D%22M41.47%204.986a1.5%201.5%200%200%200-.16.014H27.5a1.5%201.5%200%201%200%200%203h10.379l-15.44%2015.44a1.5%201.5%200%201%200%202.122%202.12L40%2010.122V20.5a1.5%201.5%200%201%200%203%200V6.69a1.5%201.5%200%200%200-1.53-1.704zM12.5%208C8.375%208%205%2011.375%205%2015.5v20c0%204.125%203.375%207.5%207.5%207.5h20c4.125%200%207.5-3.375%207.5-7.5v-10a1.5%201.5%200%201%200-3%200v10c0%202.503-1.997%204.5-4.5%204.5h-20A4.477%204.477%200%200%201%208%2035.5v-20c0-2.503%201.997-4.5%204.5-4.5h10a1.5%201.5%200%201%200%200-3h-10z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  mask-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%20aria-hidden%3D%22true%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20d%3D%22M41.47%204.986a1.5%201.5%200%200%200-.16.014H27.5a1.5%201.5%200%201%200%200%203h10.379l-15.44%2015.44a1.5%201.5%200%201%200%202.122%202.12L40%2010.122V20.5a1.5%201.5%200%201%200%203%200V6.69a1.5%201.5%200%200%200-1.53-1.704zM12.5%208C8.375%208%205%2011.375%205%2015.5v20c0%204.125%203.375%207.5%207.5%207.5h20c4.125%200%207.5-3.375%207.5-7.5v-10a1.5%201.5%200%201%200-3%200v10c0%202.503-1.997%204.5-4.5%204.5h-20A4.477%204.477%200%200%201%208%2035.5v-20c0-2.503%201.997-4.5%204.5-4.5h10a1.5%201.5%200%201%200%200-3h-10z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.lp-vv-events__list .lp-vv-event-tagline {
  /* display: none; */
  margin: 0;
}

/* .sv-limepark-vastsverige-events + .sv-text-portlet .lp-button a {
  padding: 10px 12px;
} */

.lp-start-turism .sv-column-6:first-child {
  margin-top: 1.1rem;
}

.lp-start-turism .sv-image-portlet {
  margin-bottom: 1rem;
}
