.story-cards{padding: 20px 15px;overflow: hidden;}
.story-cards .story-cards-slider{overflow: unset;}
.story-cards .story-cards-slider:not(.swiper-initialized) .swiper-wrapper{gap: 10px;}
.story-cards .story-card-block{display: flex;flex-direction: column;gap: 8px;width: 58px;position: relative;height: auto;}
.story-cards .story-card-block .story-card-media{width: 58px;height: 58px;border-radius: 58px;overflow: hidden;}
.story-cards .story-card-block .story-card-media img{width: 100%;height: 100%;object-fit: cover;}
.story-cards .story-card-block .block-title{font-size: 10px;font-family: var(--font-body-family);font-weight: var(--font-body-weight);text-align: center;display: flex;justify-content: center;align-items: center;word-wrap: break-word;max-width: 55px;margin: 0 auto;}
.story-cards .story-card-block .block-title a{color: inherit;text-decoration: none;}
.story-cards .story-card-block .block-title a:after{content: '';position: absolute;top: 0;left: 0;height: 100%;width: 100%;display: block;}