.biobased-news-list__item {
	display: flow-root;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--e-global-color-primary);
}

.biobased-news-list__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.biobased-news-list__item .biobased-news-list__title {
	margin-bottom: 20px;
	font-size: 30px;
}

.biobased-news-list__title-link {
	color: var(--e-global-color-primary);
	text-decoration: none;
}

.biobased-news-list__title-link:hover,
.biobased-news-list__title-link:focus {
	color: var(--e-global-color-primary);
	text-decoration: underline;
}

.biobased-news-list__image-link {
	display: block;
	margin-bottom: 25px;
}

.biobased-news-list__image {
	width: 100%;
	height: auto;
}

.biobased-news-list__content {
	display: flow-root;
	margin-bottom: 25px;
}

.biobased-news-list__content> :last-child {
	margin-bottom: 0;
}

.biobased-news-list__read-more {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	width: auto;
	height: auto;
	min-height: 0;
	padding: 0 0 0 25px;
	border: 1px solid var(--e-global-color-primary);
	border-radius: 0;
	background: var(--e-global-color-secondary);
	box-shadow: none;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: 1;
	text-decoration: none;
	overflow: hidden;
	transition: all 0.4s ease-out 0s;
}

.biobased-news-list__read-more::after {
	flex: 0 0 49px;
	width: 49px;
	height: 49px;
	background-color: var(--e-global-color-primary);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M285.476 272.971 91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px 16px;
	content: "";
}

.biobased-news-list__read-more:hover,
.biobased-news-list__read-more:focus {
	background: var(--e-global-color-primary);
	color: var(--e-global-color-secondary);
	text-decoration: none;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:last-child>a {
	padding-right: 0 !important;
}

@media (max-width: 767px) {
	.biobased-news-list__item {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
}