.foerderwert-featured-fundings {
	box-sizing: border-box;
	width: min(1240px, calc(100% - 4rem));
	margin-inline: auto;
	color: #17313a;
	overflow-wrap: anywhere;
}

.foerderwert-featured-fundings__header {
	max-width: 48rem;
	margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.foerderwert-featured-fundings__eyebrow {
	margin: 0 0 0.65rem;
	color: #006653;
	font-size: 0.84rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.foerderwert-featured-fundings__header h2 {
	margin: 0;
	color: #0b2633;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.15;
}

.foerderwert-featured-fundings__description {
	margin: 1rem 0 0;
	color: #40565e;
	font-size: 1.05rem;
	line-height: 1.65;
}

.foerderwert-featured-fundings__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.foerderwert-featured-fundings__card {
	display: flex;
	min-width: 0;
	box-sizing: border-box;
	align-self: stretch;
	flex-direction: column;
	padding: clamp(1.25rem, 3vw, 1.65rem);
	border: 1px solid #d7e1df;
	border-radius: 1.25rem;
	background: #ffffff;
	box-shadow: 0 0.75rem 2rem rgba(11, 38, 51, 0.07);
}

.foerderwert-featured-fundings__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	margin-bottom: 1rem;
}

.foerderwert-featured-fundings__status {
	display: inline-flex;
	width: fit-content;
	gap: 0.45rem;
	align-items: center;
	margin: 0;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: #dff4e9;
	color: #125f3f;
	font-size: 0.85rem;
	line-height: 1.2;
}

.foerderwert-featured-fundings__ending-soon {
	margin: 0;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: #fff2cc;
	color: #594000;
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1.2;
}

.foerderwert-featured-fundings__status > span[aria-hidden="true"] {
	width: 0.5rem;
	height: 0.5rem;
	flex: 0 0 auto;
	border-radius: 50%;
	background: #125f3f;
}

.foerderwert-featured-fundings__card h3 {
	margin: 0;
	color: #0b2633;
	font-size: clamp(1.2rem, 2vw, 1.45rem);
	line-height: 1.3;
	hyphens: auto;
	overflow-wrap: anywhere;
}

.foerderwert-featured-fundings .foerderwert-featured-fundings__card h3 > a {
	color: inherit;
	text-decoration: none;
}

.foerderwert-featured-fundings .foerderwert-featured-fundings__card h3 > a:hover {
	color: #006653;
}

.foerderwert-featured-fundings__excerpt {
	display: -webkit-box;
	margin: 0.9rem 0 0;
	color: #40565e;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.foerderwert-featured-fundings__meta {
	display: grid;
	gap: 0.8rem;
	margin: 1.25rem 0 0;
	padding-top: 1.1rem;
	border-top: 1px solid #e0e7e5;
}

.foerderwert-featured-fundings__meta-item {
	min-width: 0;
}

.foerderwert-featured-fundings__meta-item--period,
.foerderwert-featured-fundings__meta-item--amount {
	padding: 0.7rem 0.8rem;
	border-radius: 0.75rem;
	background: #f4f7f6;
}

.foerderwert-featured-fundings__meta-item--amount {
	background: #eef7f5;
}

.foerderwert-featured-fundings__meta dt {
	margin-bottom: 0.2rem;
	color: #52666d;
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.foerderwert-featured-fundings__meta dd {
	margin: 0;
	color: #17313a;
	font-weight: 650;
	line-height: 1.45;
	white-space: pre-line;
	overflow-wrap: anywhere;
}

.foerderwert-featured-fundings__details-link {
	margin: auto 0 0;
	padding-top: 1.4rem;
}

.foerderwert-featured-fundings .foerderwert-featured-fundings__details-link > a,
.foerderwert-featured-fundings .foerderwert-featured-fundings__archive-link > a {
	display: inline-flex;
	min-height: 2.8rem;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	padding: 0.6rem 1.05rem;
	border: 2px solid #00735f;
	border-radius: 999px;
	font-weight: 750;
	text-align: center;
	text-decoration: none;
}

.foerderwert-featured-fundings__details-link a {
	background: #00735f;
	color: #ffffff;
}

.foerderwert-featured-fundings__archive-link {
	display: flex;
	justify-content: center;
	margin: 1.75rem 0 0;
}

.foerderwert-featured-fundings__archive-link a {
	background: #ffffff;
	color: #006653;
}

.foerderwert-featured-fundings__details-link a:hover {
	border-color: #005c4c;
	background: #005c4c;
}

.foerderwert-featured-fundings__archive-link a:hover {
	background: #eef7f5;
}

.foerderwert-featured-fundings :is(a):focus-visible {
	outline: 3px solid #ffbf47;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px #0b2633;
}

.foerderwert-featured-fundings__empty {
	margin: 0;
	padding: 1rem 1.2rem;
	border: 1px solid #d7e1df;
	border-radius: 1rem;
	background: #f4f7f6;
	color: #40565e;
	line-height: 1.6;
}

@media (max-width: 960px) {
	.foerderwert-featured-fundings__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.foerderwert-featured-fundings {
		width: calc(100% - 2rem);
	}

	.foerderwert-featured-fundings__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.foerderwert-featured-fundings__details-link a,
	.foerderwert-featured-fundings__archive-link a {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.foerderwert-featured-fundings *,
	.foerderwert-featured-fundings *::before,
	.foerderwert-featured-fundings *::after {
		scroll-behavior: auto;
		transition-duration: 0.01ms;
	}
}
