/* ─── Single Post Template - Figma Node 187:356 ───────────────────── */

.wynthor-single-article-wrap {
	width: 100%;
	background-color: #fcfaf6;
	padding-top: 40px;
}

.wynthor-single-article-hero {
	margin: 0 auto;
	padding: 0 20px;
}

.wynthor-single-article-title {
	font-size: 32px !important;
	font-weight: 700 !important;
	color: #131c67 !important;
	line-height: 1.3 !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	margin-bottom: 20px !important;
}

.wynthor-single-article-date-box {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #092f62;
	border-radius: 4px;
	width: 99px;
	padding: 8px 0;
	background: #ffffff;
	margin-bottom: 30px;
}

.wynthor-single-article-day {
	font-size: 28px;
	font-weight: 700;
	color: #131c67;
	line-height: 1;
}

.wynthor-single-article-month {
	font-size: 13px;
	font-weight: 500;
	color: #494d58;
	text-transform: uppercase;
	margin-top: 2px;
}

.wynthor-single-article-card-bg {
	background-color: #ffffff;
	border-radius: 30px 30px 0 0;
	padding: 10px 0 20px;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.02);
}

.wynthor-single-article-content {
	font-size: 16px;
	line-height: 1.65;
	color: #494d58;
}

.wynthor-single-article-content p {
	font-size: 16px;
	line-height: 1.65;
	color: #494d58;
	margin-bottom: 0px;
}

.wynthor-single-article-content blockquote,
.wynthor-single-article-content .lead-box {
	border-left: 6px solid rgba(19, 28, 103, 0.15);
	padding-left: 20px;
	margin: 24px 0 36px;
	font-size: 18px;
	line-height: 1.65;
	color: #494d58;
	font-style: normal;
}

.wynthor-single-article-content h2,
.wynthor-single-article-content h3 {
	font-size: 28px !important;
	font-weight: 700 !important;
	color: #131c67 !important;
	margin: 40px 0 20px !important;
}

.wynthor-single-article-content ul,
.wynthor-single-article-content ol {
	padding-left: 24px;
	margin-bottom: 28px;
}

.wynthor-single-article-content li {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.65;
	color: #494d58;
}

.wynthor-single-article-content strong {
	font-weight: 600;
	color: #131c67;
}

.wynthor-single-article-share-footer {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.wynthor-share-group {
	display: flex;
	align-items: center;
	gap: 20px;
}

.wynthor-share-label {
	font-size: 13px;
	font-weight: 500;
	color: #5d5f5f;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.wynthor-share-link {
	font-size: 12px;
	font-weight: 700;
	color: #000000 !important;
	letter-spacing: 1.8px;
	text-decoration: none !important;
	transition: opacity 0.2s ease;
}

.wynthor-share-link:hover {
	opacity: 0.7;
}

.wynthor-copy-link-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #ffffff;
	border: 1px solid #092f62;
	border-radius: 5px;
	padding: 0px 8px;
	font-size: 12px;
	font-weight: 700;
	color: #092f62;
	letter-spacing: 1.2px;
	cursor: pointer;
	transition: all 0.2s ease;
	margin: 0;
	min-height: max-content;
}

.wynthor-copy-link-btn:hover {
	background: #092f62;
	color: #ffffff;
}

@media (max-width: 768px) {
	.wynthor-single-article-title {
		font-size: 24px !important;
	}

	.wynthor-single-article-content,
	.wynthor-single-article-content p,
	.wynthor-single-article-content li {
		font-size: 16px;
	}

	.wynthor-single-article-content h2,
	.wynthor-single-article-content h3 {
		font-size: 22px !important;
	}

	.wynthor-single-article-share-footer {
		flex-direction: column;
		align-items: flex-start;
	}
}