.horizontal-scroll-section {
  overflow: hidden;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.has-ast-global-color-0-color .horizontal-scroll-section * {
  color: var(--ast-global-color-0) !important;
}

.horizontal-scroll-section .swiper-slide img {
      display: block;
      object-fit: unset;
      width: auto;
      height: unset;
      margin-bottom: 24px;
}

.horizontal-scroll-section .swiper-slide
{
  transition: all 0.8s ease-in-out;
}

.horizontal-scroll-section .swiper-slide p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.scroll-item .excerpt-arrow {
  display: inline-block;
  width: 35px;
  height: 20px;
  margin-left: auto;
  vertical-align: middle;

  background-color: var(--ast-global-color-0);

  /* SVG som mask */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 817 451.5'%3E%3Cpath d='M817,225.8l-219.9,219.9c-7.8,7.8-20.5,7.8-28.3,0-7.8-7.8-7.8-20.5,0-28.3l171.6-171.6H20c-11,0-20-9-20-20s9-20,20-20h720.5L568.9,34.2c-7.8-7.8-7.8-20.5,0-28.3s20.5-7.8,28.3,0l219.9,219.9z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 817 451.5'%3E%3Cpath d='M817,225.8l-219.9,219.9c-7.8,7.8-20.5,7.8-28.3,0-7.8-7.8-7.8-20.5,0-28.3l171.6-171.6H20c-11,0-20-9-20-20s9-20,20-20h720.5L568.9,34.2c-7.8-7.8-7.8-20.5,0-28.3s20.5-7.8,28.3,0l219.9,219.9z'/%3E%3C/svg%3E");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  align-self: self-end;
}

.scroll-item a:hover .excerpt-arrow {
  transform: translateX(3px);
  transition: transform 0.25s ease;
}

.horizontal-scroll-section .swiper-slide { text-align: left;}

.scroll-track {
  display: flex;
  height: 100%;
  /* justify-content: center; */
  /* gap: 48px; */
}
.horizontal-scroll-section .scroll-item
{
  /* padding:12px; */
}
.scroll-item img {
    display: block;
}

.scroll-item a
{
  text-decoration: none !important;
  color: black;
}

/* div.has-ast-global-color-6-background-color .scroll-item a,
div.has-ast-global-color-6-background-color .swiper-slide::after {
    color: var(--ast-global-color-0);
} */

.content-button {
    margin-top: 24px;
}

.content-button .wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link {
    font-size: 0.875rem;
}

.timeline-progress {
  position: relative;
  height: 40px;
  margin-top: 40px;
}

/* .swiper-slide::after {
  content: '➔'; alternativt använd background-image med SVG
  position: absolute;
  right: -38px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #808080;
  pointer-events: none;
} */
/* 
.swiper-slide::after {
  content: '';
  position: absolute;
  right: -38px;
  bottom: 25%;
  transform: translateY(-50%);

  width: 28px;
  height: 16px;

  background-color: #dbd5cf;

  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 817 451.5'%3E%3Cpath d='M817,225.8l-219.9,219.9c-7.8,7.8-20.5,7.8-28.3,0-7.8-7.8-7.8-20.5,0-28.3l171.6-171.6H20c-11,0-20-9-20-20s9-20,20-20h720.5L568.9,34.2c-7.8-7.8-7.8-20.5,0-28.3s20.5-7.8,28.3,0l219.9,219.9z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 817 451.5'%3E%3Cpath d='M817,225.8l-219.9,219.9c-7.8,7.8-20.5,7.8-28.3,0-7.8-7.8-7.8-20.5,0-28.3l171.6-171.6H20c-11,0-20-9-20-20s9-20,20-20h720.5L568.9,34.2c-7.8-7.8-7.8-20.5,0-28.3s20.5-7.8,28.3,0l219.9,219.9z'/%3E%3C/svg%3E");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: contain;
  mask-size: contain;

  -webkit-mask-position: center;
  mask-position: center;

  pointer-events: none;
}

.swiper-slide:last-child::after {
  display: none;
} */