/*
 * colorpack-wcag / front.css
 * Loaded as <link rel="stylesheet"> so NSTDA reads it for contrast checks.
 * <style> tags injected via wp_head are NOT read by NSTDA; this file is.
 */

/* ── nanriver.com (Newsmotive theme) ─────────────────────────────────────── */

/* N-B: category panel readmore button — darken orange #f7775e → 4.86:1 w/ white */
.site-categories-panel .btn-readmore {
	background-color: #c04d2a !important;
}

/* N-C: post read-time badge — same orange fix */
.post-read-time {
	background-color: #c04d2a !important;
}

/* N-D: CF7 submit button — same orange fix */
.wpcf7-submit {
	background-color: #c04d2a !important;
}
