.tsc-sops-page {
	max-width: 1040px;
	margin: 0 auto 28px;
	color: #1d2a33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.tsc-sops-header {
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: 18px;
	align-items: center;
	border-bottom: 2px solid #1c5d86;
	padding-bottom: 18px;
	margin-bottom: 22px;
}

.tsc-sops-header img {
	width: 82px;
	height: auto;
}

.tsc-sops-header h1,
.tsc-sops-page h2 {
	color: #174f74;
	line-height: 1.2;
}

.tsc-sops-header h1 {
	margin: 0 0 6px;
	font-size: 30px;
}

.tsc-sops-header p {
	margin: 0 0 4px;
	color: #52616b;
}

.tsc-sops-agreement {
	background: #f7fafc;
	border-left: 4px solid #1c5d86;
	padding: 14px 16px;
	margin: 18px 0;
}

.tsc-sops-documents {
	margin: 0 0 22px;
	padding-left: 22px;
}

.tsc-sops-documents li {
	margin: 5px 0;
}

.tsc-sops-field {
	margin: 16px 0;
}

.tsc-sops-field label {
	display: block;
	font-weight: 700;
	margin-bottom: 6px;
}

.tsc-sops-field input[type="text"] {
	width: 100%;
	max-width: 520px;
	border: 1px solid #b9c7d3;
	border-radius: 4px;
	padding: 11px 12px;
	font-size: 16px;
}

.tsc-sops-check-row {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 10px;
	align-items: start;
	max-width: 850px;
}

.tsc-sops-check-row input {
	width: 20px;
	height: 20px;
	margin-top: 2px;
}

.tsc-sops-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin: 22px 0;
}

.tsc-sops-actions button,
.tsc-sops-secondary-button {
	display: inline-block;
	border: 0;
	border-radius: 4px;
	background: #174f74;
	color: #fff;
	padding: 11px 16px;
	font: inherit;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.tsc-sops-secondary-button {
	background: #52616b;
}

.tsc-sops-notice {
	border-radius: 4px;
	padding: 12px 14px;
	margin: 16px 0;
}

.tsc-sops-success {
	background: #e7f6ec;
	border: 1px solid #8bc89d;
}

.tsc-sops-error {
	background: #fff0f0;
	border: 1px solid #d89494;
}

.tsc-sops-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.tsc-sops-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 14px;
}

.tsc-sops-table th,
.tsc-sops-table td {
	border: 1px solid #8795a1;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

.tsc-sops-table th {
	background: #e8eef3;
}

.tsc-sops-small {
	color: #52616b;
	font-size: 13px;
}

@media (max-width: 640px) {
	.tsc-sops-header {
		grid-template-columns: 64px 1fr;
		gap: 12px;
	}

	.tsc-sops-header img {
		width: 58px;
	}

	.tsc-sops-header h1 {
		font-size: 24px;
	}
}

@media print {
	#wpadminbar,
	header,
	nav,
	footer,
	.site-header,
	.site-footer,
	.navbar,
	.offcanvas,
	.breadcrumb,
	.entry-header,
	.page-header,
	.bootscore-footer,
	.bootscore-info,
	#cmplz-cookiebanner-container,
	#cmplz-manage-consent,
	.no-print {
		display: none !important;
	}

	body {
		background: #fff !important;
	}

	body * {
		visibility: hidden;
	}

	.tsc-sops-page,
	.tsc-sops-page * {
		visibility: visible;
	}

	.tsc-sops-page {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		max-width: none;
		margin: 0;
		font-size: 12pt;
	}

	.tsc-sops-page .tsc-sops-header {
		display: grid !important;
	}

	.tsc-sops-table th {
		background: #eee !important;
	}
}
