.tpsf-product-information {
	--tpsf-accent: #08718a;
	--tpsf-accent-dark: #07566b;
	--tpsf-accent-soft: #e9f5f7;
	--tpsf-ink: #142f39;
	--tpsf-muted: #4d626a;
	--tpsf-line: #d2e0e4;
	--tpsf-surface: #f4f8f9;
	clear: both;
	color: var(--tpsf-ink);
	margin: 48px 0;
	width: 100%;
}

.tpsf-product-information__title {
	color: var(--tpsf-ink);
	font-size: clamp(28px, 2.4vw, 34px);
	font-weight: 650;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 20px;
}

.tpsf-product-information__groups {
	display: grid;
	gap: 24px;
}

.tpsf-product-information__group {
	background: var(--tpsf-surface);
	border: 1px solid var(--tpsf-line);
	border-radius: 14px;
	box-shadow: 0 8px 28px rgba(20, 47, 57, 0.06);
	padding: clamp(22px, 3vw, 32px);
}

.tpsf-product-information__group-title {
	color: var(--tpsf-accent-dark);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.35;
	margin: 0 0 22px;
}

.tpsf-product-information__fields,
.tpsf-product-information__nested dl {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.tpsf-product-information__field,
.tpsf-product-information__nested-field {
	margin: 0;
	min-width: 0;
}

.tpsf-product-information__field {
	background: #fff;
	border: 1px solid var(--tpsf-line);
	border-radius: 10px;
	padding: 18px 20px;
}

.tpsf-product-information__field--wysiwyg,
.tpsf-product-information__field--textarea,
.tpsf-product-information__field--gallery,
.tpsf-product-information__field--group,
.tpsf-product-information__field--repeater,
.tpsf-product-information__field--flexible_content,
.tpsf-product-information__field--clone {
	border-left: 4px solid var(--tpsf-accent);
	grid-column: 1 / -1;
	padding: clamp(20px, 2.5vw, 26px);
}

.tpsf-product-information dt {
	color: var(--tpsf-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.065em;
	line-height: 1.35;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.tpsf-product-information dd {
	color: var(--tpsf-ink);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	overflow-wrap: anywhere;
}

.tpsf-product-information__field--wysiwyg dt,
.tpsf-product-information__field--textarea dt,
.tpsf-product-information__field--gallery dt,
.tpsf-product-information__field--group dt,
.tpsf-product-information__field--repeater dt,
.tpsf-product-information__field--flexible_content dt,
.tpsf-product-information__field--clone dt {
	color: var(--tpsf-accent-dark);
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.35;
	margin-bottom: 11px;
	text-transform: none;
}

.tpsf-product-information__field--wysiwyg dd,
.tpsf-product-information__field--textarea dd {
	color: #253e47;
	max-width: 92ch;
}

.tpsf-product-information p {
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 14px;
}

.tpsf-product-information dd > :first-child {
	margin-top: 0;
}

.tpsf-product-information dd > :last-child {
	margin-bottom: 0;
}

.tpsf-product-information ul {
	margin: 8px 0 16px;
	padding-left: 22px;
}

.tpsf-product-information ol {
	margin: 8px 0 16px;
	padding-left: 24px;
}

.tpsf-product-information li + li {
	margin-top: 6px;
}

.tpsf-product-information h3,
.tpsf-product-information h4,
.tpsf-product-information h5,
.tpsf-product-information h6 {
	color: var(--tpsf-ink);
	line-height: 1.3;
	margin: 20px 0 9px;
}

.tpsf-product-information a {
	color: var(--tpsf-accent);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

.tpsf-product-information blockquote {
	background: var(--tpsf-accent-soft);
	border-left: 4px solid var(--tpsf-accent);
	margin: 16px 0;
	padding: 14px 16px;
}

.tpsf-product-information table {
	background: #fff;
	border-collapse: collapse;
	margin: 16px 0;
	width: 100%;
}

.tpsf-product-information th,
.tpsf-product-information td {
	border: 1px solid var(--tpsf-line);
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
}

.tpsf-product-information th {
	background: var(--tpsf-accent-soft);
	color: var(--tpsf-ink);
	font-weight: 700;
}

.tpsf-product-information__image {
	border-radius: 8px;
	display: block;
	height: auto;
	max-width: min(100%, 360px);
}

.tpsf-product-information__gallery {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.tpsf-product-information__gallery .tpsf-product-information__image {
	aspect-ratio: 1 / 1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.tpsf-product-information__file {
	align-items: center;
	display: inline-flex;
	font-weight: 600;
	gap: 0.4rem;
}

.tpsf-product-information__nested {
	display: grid;
	gap: 14px;
}

.tpsf-product-information__nested-item {
	background: #fff;
	border: 1px solid var(--tpsf-line);
	border-radius: 10px;
	padding: 18px;
}

.tpsf-product-information__nested-item h4 {
	color: var(--tpsf-ink);
	font-size: 16px;
	margin: 0 0 14px;
}

.tpsf-product-information__colour {
	align-items: center;
	display: inline-flex;
	gap: 0.55rem;
}

.tpsf-product-information__colour > span {
	border: 1px solid rgba(0, 0, 0, 0.18);
	border-radius: 50%;
	height: 18px;
	width: 18px;
}

@media (max-width: 700px) {
	.tpsf-product-information__fields,
	.tpsf-product-information__nested dl {
		grid-template-columns: 1fr;
	}

	.tpsf-product-information {
		margin: 34px 0;
	}

	.tpsf-product-information__group {
		padding: 18px;
	}

	.tpsf-product-information__field,
	.tpsf-product-information__field--wysiwyg,
	.tpsf-product-information__field--textarea,
	.tpsf-product-information__field--gallery,
	.tpsf-product-information__field--group,
	.tpsf-product-information__field--repeater,
	.tpsf-product-information__field--flexible_content,
	.tpsf-product-information__field--clone {
		grid-column: 1;
		padding: 18px;
	}

	.tpsf-product-information table {
		display: block;
		overflow-x: auto;
	}
}
