/**
 * TCR 10DLC — frontend consent block styling.
 * Intentionally minimal and theme-neutral so it inherits site typography.
 */

.tcr-consent-block {
	margin: 1em 0;
	padding: 0;
	font-size: 0.85em;
	line-height: 1.5;
	border-top: 1px solid rgba( 0, 0, 0, 0.08 );
	padding-top: 0.8em;
}

.tcr-consent-row {
	margin: 0 0 0.6em;
	padding: 0;
}

.tcr-consent-row:last-child {
	margin-bottom: 0;
}

.tcr-consent-row label {
	display: flex;
	align-items: flex-start;
	gap: 0.5em;
	cursor: pointer;
	font-weight: normal;
}

.tcr-consent-checkbox {
	margin-top: 0.2em;
	flex: 0 0 auto;
}

.tcr-consent-text {
	flex: 1 1 auto;
}

.tcr-consent-text a {
	text-decoration: underline;
}

.tcr-required {
	color: #d63638;
	font-weight: bold;
}
