

/* Start:/local/components/ago/stories.list/templates/.default/style.css?17726427681625*/
.stories-list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
}

.stories-list article {
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 30px;
}

@media (min-width: 661px) {
	.stories-list article {
		width: 50%;
	}
}

.stories-list article > :first-child {
	display: block;
	color: #222;
	text-decoration: none;
}

.stories-list article > :first-child.video img,
.stories-list article > :first-child.video video {
	display: block;
	width: 100%;
	border-radius: 10px;
}

.stories-list article > :first-child h2 {
	font-family: Lora, serif;
	font-size: calc(22px + 8 * (100vw - 360px) / 1520);
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.stories-list article > :first-child h2 span {
	display: inline-block;
	position: relative;
}

.stories-list article > :first-child h2 span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #2a1c59, #7c4dff);
	bottom: -5px;
	left: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease-out;
}

.stories-list article > :first-child:hover span {
	background: linear-gradient(to right, #2a1c59, #7c4dff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.stories-list article > :first-child:hover span:after {
	transform: scaleX(1);
}

.stories-list article p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 12px;
}

.stories-list article > :last-child {
	font-size: 16px;
}
/* End */
/* /local/components/ago/stories.list/templates/.default/style.css?17726427681625 */
