/**
 * Tidy Draft Share – Expired/invalid link error page.
 *
 * @package TidyDraftShare
 */

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	margin: 0;
	background: #f9fafb;
	color: #374151;
}

.tidy-draft-share-error-box {
	text-align: center;
	max-width: 400px;
	padding: 40px;
}

.tidy-draft-share-error-box h1 {
	font-size: 22px;
	margin: 0 0 8px;
}

.tidy-draft-share-error-box p {
	color: #6b7280;
	margin: 0 0 24px;
}

.tidy-draft-share-error-box a {
	display: inline-block;
	padding: 10px 24px;
	background: #4f46e5;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
}

.tidy-draft-share-error-box a:hover {
	background: #4338ca;
}
