.webStoryPage:not([class*=" h-"]):not([class*=" v-"]) .page-text{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 1em 2em;
}

.swiper.webStory .swiper-pagination-bullet {
	border: 1px solid rgb(202, 202, 202) !important;
}



.webStoryPage .mention-item-card {
	display: grid;
	grid-template-columns: 20% 1fr;
	align-items: center;
	border: 1px solid #fff;
	width: clamp(12em, 60%, 20em);
	border-radius: .5em;
	overflow: hidden;
    margin-block: 2em;
}
.webStoryPage .mention-item-card img{
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.webStoryPage .mention-item-content{
    padding: .75em .75em .75em 1em;
}
.webStoryPage .mention-item-action{
    font-size: 0.5em;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
    display: block;
    margin-bottom: 1em;
    line-height: 1;
}
.webStoryPage .mention-item-name{
    font-size: .7em;
    font-weight: 500;
    display: block;
    line-height: 1.2;
}