/*
 Theme Name:   RTQ GeneratePress Child
 Theme URI:    https://righttoolhq.com
 Description:  Child theme for RightToolHQ (GeneratePress Premium parent)
 Author:       RightToolHQ Engineering
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  rtq-gp-child
*/

/**
 * Site-wide styles. Homepage layout lives in assets/css/home.css, which
 * is enqueued only on the front page. Design tokens come from
 * assets/css/tokens.css, loaded ahead of this file, so everything below
 * can reference --rtq-* values (with literal fallbacks, since this
 * stylesheet must still degrade sanely if tokens fail to load).
 */

/* ---------------------------------------------------------------
 * Source-and-date notice on reviews and comparisons
 * Rendered by rtq_source_notice() in inc/hooks.php. Styled to read as a
 * genuine, legible disclosure rather than fine print -- WORDPRESS.md §23
 * requires disclosure text to be visually distinct and legible, never
 * disguised as decorative or incidental.
 * --------------------------------------------------------------- */
.rtq-source-notice {
	margin: 0 0 var(--rtq-space-lg, 2rem);
	padding: var(--rtq-space-md, 1.25rem);
	border: 1px solid var(--rtq-border, #e2e8f0);
	border-left: 3px solid var(--rtq-primary, #3730a3);
	border-radius: var(--rtq-radius-sm, 8px);
	background: var(--rtq-surface-alt, #f8fafc);
}

.rtq-source-notice p {
	margin: 0;
	font-size: var(--rtq-text-sm, 0.9375rem);
	line-height: 1.6;
	color: var(--rtq-body, #475569);
}
