@layer old,common,page,component,overrides;

@layer component {
	._card_eppf1_4 {
		background: var(--v9-color-card-bg);
		border: 1px solid var(--v9-color-2);
		border-radius: 8px;
		display: grid;
		grid-template-columns: min(50%,344px) 1fr;
		grid-template-columns: min(var(--max-image-width,50%),344px) 1fr;
		overflow: hidden;
	}@	container (width <= 625px) {
		._card_eppf1_4{grid-template-columns: min(50%,276px) 1fr;
		grid-template-columns: min(var(--max-image-width,50%),276px) 1fr;
	}
}

@container (width <= 500px) {
	._card_eppf1_4 {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
	}
}

@media (hover:hover) {
	._card_eppf1_4[\:has\(\.image\:hover\)] ._image_eppf1_23 img,._card_eppf1_4[\:has\(\.title\:hover\)] ._image_eppf1_23 img {
		transform: scale(1.1);
	}

	._card_eppf1_4:has(._image_eppf1_23:hover) ._image_eppf1_23 img,._card_eppf1_4:has(._title_eppf1_24:hover) ._image_eppf1_23 img {
		transform: scale(1.1);
	}

	._card_eppf1_4[\:has\(\.image\:hover\)] ._title_eppf1_24,._card_eppf1_4[\:has\(\.title\:hover\)] ._title_eppf1_24 {
		color: var(--brand-red);
	}

	._card_eppf1_4:has(._image_eppf1_23:hover) ._title_eppf1_24,._card_eppf1_4:has(._title_eppf1_24:hover) ._title_eppf1_24 {
		color: var(--brand-red);
	}
}

._image_eppf1_23 {
	aspect-ratio: 16/9;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
}

._image_eppf1_23 picture {
	background: var(--backdrop-image);
	background-size: 239px 150px;
	display: block;
	height: 100%;
	width: 100%;
}

._image_eppf1_23 picture img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .3s ease-in-out;
	width: 100%;
}

._trophy_eppf1_69 {
	align-items: center;
	background: var(--trophy);
	border-radius: 4px;
	color: #fff;
	display: flex;
	height: 32px;
	justify-content: center;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 38px;
}

._trophy_eppf1_69 svg {
	height: 22px;
	width: 22px;
}

._rating_eppf1_92 {
	align-items: center;
	background: var(--gray-2);
	border-radius: 4px;
	color: #fff;
	display: flex;
	font-family: Rubik,sans-serif;
	font-size: 18px;
	font-weight: 500;
	height: 32px;
	justify-content: center;
	line-height: 1;
	padding: 0 8px;
	position: absolute;
	right: 8px;
	top: 8px;
}

._rating--negative_eppf1_1 {
	background: var(--red-rating);
}

._rating--positive_eppf1_1 {
	background: var(--green);
}

._section_eppf1_122 {
	align-items: center;
	-moz-column-gap: 4px;
	column-gap: 4px;
	display: flex;
}

._section_eppf1_122 svg {
	height: 20px;
	width: 20px;
}

._content_eppf1_133 {
	display: grid;
	grid-template-rows: min-content 1fr min-content;
}

._top_eppf1_138 {
	align-items: center;
	border-bottom: 1px solid var(--v9-color-2);
	display: flex;
	height: -moz-min-content;
	height: min-content;
	justify-content: space-between;
	padding: 12px 16px 8px;
}

@container (width <= 500px) {
	._top_eppf1_138 {
		padding: 8px 16px;
	}
}

._bookmark_eppf1_153 {
	--bookmark-fill: transparent;
	--button-width: 20px;
	--button-padding: 0;
	color: var(--v9-color-text-d-gray-l-min-vis);
}

._bookmark_eppf1_153 svg {
	height: 20px;
	width: 20px;
}

._bookmark--active_eppf1_1 {
	--bookmark-fill: var(--brand-red);
}

@media (hover:hover) {
	._bookmark_eppf1_153:hover {
		color: var(--brand-red);
	}
}

._content__body_eppf1_176 {
	align-self: start;
	display: flex;
	flex-direction: column;
	padding: 8px 16px 0;
	row-gap: 12px;
}

@container (width <= 500px) {
	._content__body_eppf1_176 {
		padding-bottom: 12px;
	}
}

@container (500px < width <= 625px) {
	._author_eppf1_189 {
		display: none;
	}
}

._title_eppf1_24 {
	--line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--line-clamp);
	color: var(--v9-color-text-header);
	display: -webkit-box;
	font-family: Rubik,sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	overflow: hidden;
	text-decoration: none;
}

._info_eppf1_212 {
	align-items: center;
	align-self: end;
	display: flex;
	justify-content: space-between;
	padding: 0 16px 8px;
}

._date_eppf1_221 {
	color: var(--v9-color-text-min-vis);
	font-size: 16px;
	line-height: 1;
}

._new-comments_eppf1_227 {
	color: var(--green);
}

._info__right_eppf1_231 {
	align-items: center;
	-moz-column-gap: 8px;
	column-gap: 8px;
	display: flex;
}

._info__attribute_eppf1_237 {
	align-items: center;
	color: var(--v9-color-text-gray);
	-moz-column-gap: 4px;
	column-gap: 4px;
	display: flex;
}

._info__attribute_eppf1_237 svg {
	height: 24px;
	width: 24px;
}

._info__attribute_eppf1_237:is(a[href]) {
	text-decoration: none;
}

._info__attribute_eppf1_237:is(button) {
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: none;
}

@media (hover:hover) {
	._info__attribute_eppf1_237:is(a[href]):hover,._info__attribute_eppf1_237:is(button):hover {
		color: var(--brand-red);
	}
}}
/*# sourceMappingURL=material-card.css.map */