.thsd-wrap,
.thsd-wrap * {
	box-sizing: border-box;
}

.thsd-wrap {
	width: min(var(--thsd-desktop-width, 1200px), 100%);
	margin: 22px auto 30px;
	position: relative;
	overflow: hidden;
	background: transparent;
}

.thsd-width-1200 {
	--thsd-desktop-width: 1200px;
}

.thsd-width-1400 {
	--thsd-desktop-width: 1400px;
}

.thsd-link,
.thsd-link picture {
	display: block;
	width: 100%;
}

.thsd-link {
	text-decoration: none;
}

.thsd-title {
	margin: 0 0 18px;
	padding: 0;
	font-family: Merriweather, Georgia, 'Times New Roman', serif;
	font-size: clamp(34px, 4vw, 64px);
	font-weight: 900;
	line-height: 1.06;
	letter-spacing: -0.025em;
	color: #080808;
}

.thsd-text-only .thsd-link:hover .thsd-title,
.thsd-text-only .thsd-link:focus .thsd-title {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.thsd-art {
	display: block;
	width: 100% !important;
	max-width: var(--thsd-desktop-width, 1200px) !important;
	height: auto !important;
	margin: 0 auto;
	border: 0;
}

.thsd-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 767px) {
	.thsd-wrap {
		width: 100%;
		margin: 16px auto 26px;
	}

	.thsd-title {
		margin-bottom: 14px;
		font-size: clamp(30px, 8.5vw, 46px);
		line-height: 1.08;
	}

	.thsd-art {
		width: 100% !important;
		max-width: none !important;
		height: auto !important;
	}
}
