.schacht-tipps {
	--tipp-green: #008c33;
	--tipp-green-dark: #006b27;
	--tipp-text: #1a1a1a;
	--tipp-muted: #555;
	--tipp-border: #e5e5e5;
	--tipp-bg: #f7faf7;
	max-width: 1100px;
	margin: 0 auto;
	padding: 1rem 0 1.5rem;
	font-family: inherit;
	color: var(--tipp-text);
}

.schacht-tipps__header {
	margin-bottom: 1rem;
}

.schacht-tipps__eyebrow {
	margin: 0 0 0.25rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--tipp-green);
}

.schacht-tipps__context {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
}

.schacht-tipps__grid {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.schacht-tipp-card {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.85rem 1rem;
	padding: 0.9rem 1rem;
	background: #fff;
	border: 1px solid var(--tipp-border);
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.schacht-tipp-card__media {
	flex: 0 0 2cm;
	width: 2cm;
}

.schacht-tipp-card__image {
	display: block;
	width: 2cm;
	height: 2cm;
	object-fit: cover;
	border-radius: 6px;
	background: var(--tipp-bg);
}

.schacht-tipp-card__body {
	flex: 1 1 12rem;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.schacht-tipp-card__category {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--tipp-green);
}

.schacht-tipp-card__title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tipp-text);
}

.schacht-tipp-card__list {
	margin: 0;
	padding-left: 1.1rem;
	font-size: 0.92rem;
	line-height: 1.45;
	color: var(--tipp-muted);
}

.schacht-tipp-card__text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--tipp-muted);
	white-space: pre-line;
}

.schacht-tipp-card__list li {
	margin: 0.2rem 0;
}

.schacht-tipp-card__more {
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--tipp-green);
	text-decoration: none;
}

.schacht-tipp-card__more:hover,
.schacht-tipp-card__more:focus-visible {
	color: var(--tipp-green-dark);
	text-decoration: underline;
}

.schacht-tipp-card__products {
	flex: 0 0 11rem;
	width: 11rem;
	margin: 0;
	padding: 0 0 0 0.85rem;
	border: none;
	border-left: 1px solid var(--tipp-border);
}

.schacht-tipp-card__products-label {
	margin: 0 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: var(--tipp-muted);
}

.schacht-tipp-card__products ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.schacht-tipp-card__products a {
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--tipp-green);
	text-decoration: none;
}

.schacht-tipp-card__products a:hover,
.schacht-tipp-card__products a:focus-visible {
	text-decoration: underline;
}

@media (max-width: 640px) {
	.schacht-tipp-card {
		gap: 0.7rem;
		padding: 0.75rem 0.8rem;
	}

	.schacht-tipp-card__media {
		flex-basis: 1.6cm;
		width: 1.6cm;
	}

	.schacht-tipp-card__image {
		width: 1.6cm;
		height: 1.6cm;
	}

	.schacht-tipp-card__title {
		font-size: 1rem;
	}

	.schacht-tipp-card__products {
		flex: 1 1 100%;
		width: 100%;
		padding: 0.7rem 0 0;
		border-left: none;
		border-top: 1px solid var(--tipp-border);
	}
}

.schacht-tipps__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 1rem;
}

.schacht-tipps__btn {
	background-color: var(--tipp-green);
	color: #fff;
	border: none;
	padding: 0.55rem 0.9rem;
	border-radius: 10px;
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
}

.schacht-tipps__btn:hover:not(:disabled),
.schacht-tipps__btn:focus-visible:not(:disabled) {
	background-color: var(--tipp-green-dark);
}

.schacht-tipps__btn:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

.schacht-tipps__more {
	margin: 0.85rem 0 0;
	font-size: 0.92rem;
}

.schacht-tipps__more a {
	color: var(--tipp-green);
	font-weight: 600;
	text-decoration: none;
}

.schacht-tipps__more a:hover,
.schacht-tipps__more a:focus-visible {
	text-decoration: underline;
}

.schacht-tipps__empty {
	margin: 0;
	padding: 1rem;
	background: var(--tipp-bg);
	border-radius: 8px;
	color: var(--tipp-muted);
}

/* Übersicht aktuelle-gartentipps */
.schacht-tipps-uebersicht {
	max-width: 1100px;
	margin: 0 0 2.5rem;
	padding: 0 0 1.5rem;
	border-bottom: 1px solid var(--tipp-border, #e5e5e5);
	color: var(--tipp-text, #1a1a1a);
}

.schacht-tipps-uebersicht__title {
	margin: 0 0 0.35rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--tipp-text, #1a1a1a);
}

.schacht-tipps-uebersicht__intro {
	margin: 0 0 1rem;
	font-size: 0.98rem;
	line-height: 1.45;
	color: var(--tipp-muted, #555);
}

.schacht-tipps-uebersicht__nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
	margin-bottom: 1.25rem;
}

.schacht-tipps-uebersicht__nav a,
.schacht-tipps-uebersicht__nav span {
	display: inline-block;
	padding: 0.4rem 0.75rem;
	border-radius: 8px;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}

.schacht-tipps-uebersicht__nav a {
	background: #f0f5f0;
	color: var(--tipp-green, #008c33);
}

.schacht-tipps-uebersicht__nav a:hover,
.schacht-tipps-uebersicht__nav a:focus-visible {
	background: #e2efe4;
}

.schacht-tipps-uebersicht__nav span.is-current {
	background: var(--tipp-green, #008c33);
	color: #fff;
}

.schacht-tipps-uebersicht__day {
	margin: 0 0 1.25rem;
}

.schacht-tipps-uebersicht__day-title {
	margin: 0 0 0.65rem;
	font-size: 1.05rem;
	font-weight: 700;
}

.schacht-tipps-uebersicht__list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.schacht-tipps-uebersicht__item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 0.85rem;
	padding: 0.85rem 1rem;
	background: #fff;
	border: 1px solid var(--tipp-border, #e5e5e5);
	border-radius: 10px;
}

.schacht-tipps-uebersicht__media {
	flex: 0 0 2cm;
	width: 2cm;
}

.schacht-tipps-uebersicht__image {
	display: block;
	width: 2cm;
	height: 2cm;
	object-fit: cover;
	border-radius: 6px;
	background: var(--tipp-bg, #f7faf7);
}

.schacht-tipps-uebersicht__body {
	flex: 1 1 auto;
	min-width: 0;
}

.schacht-tipps-uebersicht__meta {
	margin: 0 0 0.25rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--tipp-green, #008c33);
}

.schacht-tipps-uebersicht__item-title {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
}

.schacht-tipps-uebersicht__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.45;
	color: var(--tipp-muted, #555);
}

.schacht-tipps-uebersicht__more {
	margin: 0.45rem 0 0;
}

.schacht-tipps-uebersicht__more a {
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--tipp-green, #008c33);
	text-decoration: none;
}

.schacht-tipps-uebersicht__more a:hover,
.schacht-tipps-uebersicht__more a:focus-visible {
	text-decoration: underline;
}

.schacht-tipps-uebersicht__magazine {
	margin: 1.5rem 0 0.5rem;
	font-size: 1.25rem;
	font-weight: 700;
}
