@media (min-width: 768px) {
  .so-widget-podcasts-style-d75171398898-15 .post__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .so-widget-podcasts-style-d75171398898-15 .post__grid {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .so-widget-podcasts-style-d75171398898-15 .post-card {
    flex: 0 0 210px;
    transition: all 310ms cubic-bezier(0.4, 0.2, 0.4, 1);
  }
}
@media (min-width: 1280px) {
  .so-widget-podcasts-style-d75171398898-15 .post-card__image-wrap {
    height: 490px;
  }
  .so-widget-podcasts-style-d75171398898-15 .post-card__image-wrap::after {
    background: linear-gradient(0.33deg, rgba(0, 0, 0, 0.8) 0.26%, rgba(0, 0, 0, 0.1) 50.45%, rgba(0, 0, 0, 0) 99.69%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 1279px) {
  .so-widget-podcasts-style-d75171398898-15 .post-card__time {
    display: none;
  }
}
@media (min-width: 1280px) {
  .so-widget-podcasts-style-d75171398898-15 .post-card__content {
    align-items: flex-end;
    gap: 20px;
    bottom: 0;
    display: none;
    justify-content: space-between;
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .so-widget-podcasts-style-d75171398898-15 .post-card.active {
    flex: 1;
  }
}
@media (min-width: 1280px) {
  .so-widget-podcasts-style-d75171398898-15 .post-card.active .post-card__content {
    animation: show-content 240ms 310ms cubic-bezier(0.4, 0.2, 0.4, 1) forwards;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .so-widget-podcasts-style-d75171398898-15 .post-card.active .post-card__title {
    color: #fff;
    max-width: 520px;
  }
}
@keyframes show-content {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}