.component.most-read-articles {
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.component.most-read-articles:not(.loaded) {
  opacity: 0;
}

.component.most-read-articles .wrapper {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  overflow: hidden;
}

.component.most-read-articles .wrapper:not(.loaded) {
  max-height: 1750px;
}

.component.most-read-articles .wrapper .most-read-slider:not(.solo):not(.custom-bg)::before {
  content: "";
  position: absolute;
  left: -12px;
  bottom: 0px;
  left: 0px;
  height: 30%;
  width: 30%;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#317FCB), to(#00529F));
  background: -webkit-linear-gradient(top, #317FCB 0%, #00529F 100%);
  background: linear-gradient(180deg, #317FCB 0%, #00529F 100%);
}

.component.most-read-articles .wrapper .most-read-slider:not(.solo):nth-child(odd):not(.custom-bg) {
  background-color: #F9F9F9;
}

.component.most-read-articles .wrapper .most-read-slider:not(.solo):nth-child(even):not(.custom-bg)::before {
  right: 0;
  left: inherit;
}

.component.most-read-articles .wrapper .most-read-slider:not(.solo):last-child:not(.custom-bg)::before {
  display: none;
}

.component.most-read-articles .wrapper .most-read-slider:not(.solo) .component-content .swiper-container .swiper-wrapper .swiper-slide {
  width: 1px;
}

.component.most-read-articles .load-more, .component.most-read-articles .load-more-custom {
  padding-top: 48px;
  padding-bottom: 48px;
}

.component.most-read-articles .load-more .component-content .text-center .loadmore-action.active::before, .component.most-read-articles .load-more-custom .component-content .text-center .loadmore-action.active::before {
  -webkit-transform: translate(0%, -50%) rotate(180deg);
  -ms-transform: translate(0%, -50%) rotate(180deg);
  transform: translate(0%, -50%) rotate(180deg);
}
