@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-post-widget-alt {
  min-height: 350px;
  overflow: hidden;
  position: relative;
}
.c-post-widget-alt:hover img {
  transform: scale(1.1);
}
.c-post-widget-alt:hover .c-post-widget-alt__link {
  right: 20px;
}
.c-post-widget-alt__image-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.c-post-widget-alt__image-container picture {
  width: 100%;
}
.c-post-widget-alt__image-container:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.c-post-widget-alt__image {
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  position: relative;
  object-fit: cover;
}
.c-post-widget-alt__text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  gap: 20px;
  padding: 30px 0;
  position: relative;
}
@media (max-width: 1599.98px) {
  .c-post-widget-alt__text-container {
    padding: 24px 0;
  }
}
@media (max-width: 991.98px) {
  .c-post-widget-alt__text-container {
    padding: 20px 0;
  }
}
.c-post-widget-alt__title-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 375px;
}
.c-post-widget-alt__title-container::after {
  content: "";
  width: 45px;
  height: 1px;
  background-image: linear-gradient(to right, #c94eca, #356dff);
  display: block;
  margin: 10px 0 0;
}
.c-post-widget-alt__title {
  color: #fff;
  font-family: "avenirbook", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1.25;
  margin: 0;
  text-transform: uppercase;
}
.c-post-widget-alt__title-level-2 {
  color: #fff;
  font-family: "avenirbook", sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
}
.c-post-widget-alt__description {
  color: #fff;
  font-family: "avenirbook", sans-serif;
  margin: 0;
  display: block;
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.63;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-post-widget-alt__info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: #fff;
}
.c-post-widget-alt__category {
  color: #50d5ec;
  font-family: "avenirbook", sans-serif;
  font-size: 0.875em;
  font-weight: 900;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}
.c-post-widget-alt__date {
  color: #fff;
  font-size: 0.875em;
  font-family: "avenirbook", sans-serif;
  margin: 0;
  line-height: 1.33;
}
.c-post-widget-alt__link {
  position: absolute;
  width: 50px;
  height: 26px;
  bottom: 35px;
  right: 40px;
  background-image: url("../../../img/icons/arrow-right-large.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.2s all;
}
.l-posts-slider .c-post-widget-alt__link {
  width: 16px;
  height: 16px;
  background-image: url("../../../img/icons/arrow-right-white.svg");
}
@media (max-width: 991.98px) {
  .c-post-widget-alt__link {
    bottom: 20px;
    right: 20px;
  }
}