.field--name-field-image-teaser a {
	display: block;
}

.field--type-text-long:not(:first-child),
.field--type-text-with-summary:not(:first-child) {
	margin-top: 1.2em;
}

.field--type-text-long,
.field--type-text-with-summary,
.field__items {
	font: 400 1em 'Ainslie-Nor', sans-serif;
}

.field--type-text-long h2,
.field--type-text-with-summary h2,
.field--name-field-title-2,
.field--name-field-title-3 {
	font: 400 1.375em Sequel-Neue, sans-serif;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.field--type-text-long h2:not(:first-child),
.field--type-text-with-summary h2:not(:first-child) {
	margin-top: 1em;
}

.field--type-text-long p + p,
.field--type-text-with-summary p + p {
	margin-top: 1em;
}

.field--type-text-long a,
.field--type-text-with-summary a {
	color: var(--color-yellow);
	text-decoration: underline;
}

.field--type-text-long a strong,
.field--type-text-with-summary a strong {
	font-weight: 400;
}

.field--type-text-long ul,
.field--type-text-long ol,
.field--type-text-with-summary ul,
.field--type-text-with-summary ol,
ul.field__items,
ol.field__items {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.field--type-text-long ul:not(:only-child),
.field--type-text-long ol:not(:only-child),
.field--type-text-with-summary ul:not(:only-child),
.field--type-text-with-summary ol:not(:only-child),
ul.field__items:not(:only-child),
ol.field__items:not(:only-child) {
	margin: 1em 0;
}

.field--type-text-long ul li,
.field--type-text-long ol li,
.field--type-text-with-summary ul li,
.field--type-text-with-summary ol li,
ul.field__items li,
ol.field__items li {
	position: relative;
}

.field--type-text-long ul li,
.field--type-text-with-summary ul li,
ul.field__items li {
	padding-left: 1em;
}

.field--type-text-long ol li,
.field--type-text-with-summary ol li,
ol.field__items li {
	padding-left: 3.25em;
}

ol.field__items li {
	display: flex;
	align-items: center;
}

.field--type-text-long li::before,
.field--type-text-with-summary li::before,
.field__items li::before {
	margin-right: 1em;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.field--type-text-long ul li::before,
.field--type-text-with-summary ul li::before,
ul.field__items li::before {
	content: "•";
}

.field--type-text-long ol,
.field--type-text-with-summary ol,
ol.field__items ol {
	counter-reset: count;
}

.field--type-text-long ol li,
.field--type-text-with-summary ol li,
ol.field__items li {
	counter-increment: count;
	min-height: 2.25em;
}

.field--type-text-long ol li::before,
.field--type-text-with-summary ol li::before,
ol.field__items li::before {
	content: counter(count);
	height: 1.875em;
	aspect-ratio: 1;
	display: inline-flex;
	justify-content: center;
  	align-items: center;
  	border-radius: 50%;
	color: var(--color-mid-green);
	background-color: var(--color-light-green);
	box-shadow: 0.125em 0.125em 0px 0px white;
	font-size: 0.92em;
}

.field--type-text-long .click2buy,
.field--type-text-with-summary .click2buy {
	display: none;
}

.field--type-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

time.publication-date {
	display: inline-block;
	padding: 0.5em 1.25em;
	box-shadow: 0.125em 0.125em 0px 0px currentColor;
	font: 400 1em Sequel-Neue, sans-serif;
	text-transform: uppercase;
	background-color: white;
	color: var(--color-orange);
}

time.publication-date:not(:last-child) {
	margin-bottom: 2em;
}

.segment {
	margin: 3.5rem auto;
}

.node--type-recipe {
	position: relative;
}

.node--type-recipe .field--type-text-with-summary {
	text-align: center;
}

.segment-ingredients {
	position: relative;
}

.segment-ingredients::before {
	content: '';
	display: block;
	aspect-ratio: 2 / 3;
	width: min(30vw, 112px);
	position: absolute;
	top: -2rem;
	right: calc(50% - 50vw);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

.node--type-recipe.sungold .segment-ingredients::before {
	background-image: url(../../images/kb/kb-sungold-peek-side.webp);
}

.node--type-recipe.green .segment-ingredients::before {
	background-image: url(../../images/kb/kb-green-peek-side.webp);
}

@media screen and (min-width: 768px) {

	/* tournaround to fix swap problems */
	.swiper-pagination-disabled:not(.swiper-scrollbar-disabled) .field--name-field-image-teaser > a {
		pointer-events: none;
	}
	
	.node--view-mode-full {
		margin-bottom: 8rem;
	}

    /* body fields */
	[class*='-body'][class*='field--type-text-'],
	.field__items {
		font-size: 1.25em;
	}

	.field--type-text-long h2,
	.field--type-text-with-summary h2 {
		font-size: 1.5em;
	}

	.field--name-field-title-2,
	.field--name-field-title-3 {
		font-size: 1.875em;
	}

	time.publication-date {
		font-size: 1.25em;
	}

	.segment {
		margin: 4rem auto;
		padding: 4vw;
		border: var(--border-line);
		border-radius: 8px;
	}
	
	.segment .col:has(.heading) {
		text-align: center;
	}
	
	.segment .heading {
		display: inline-block;
		text-align: left;
	}

	.segment-ingredients {
		position: static;
	}

	.segment-ingredients::before {
		width: min(20vw, 320px);
		top: -5%;
	}
}