/*
Theme Name: ClickData Quiz (Astra Child)
Theme URI: https://clickdata.org/
Description: Astra child theme powering the ClickData portal — personality quizzes (Career, Lifestyle, Travel) plus Would You Rather and Truth or Dare games. Bilingual EN/VI, no-code editor, reusable scoring engine, unified GTM/GA4/AdSense arbitrage, PWA and web push, REST-ready for a future app.
Author: ClickData
Author URI: https://clickdata.org/
Template: astra
Version: 1.3.1
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clickdata-quiz
*/

:root {
	--cd-brand: #4f46e5;
	--cd-brand-dark: #3730a3;
	--cd-brand-soft: #eef2ff;
	--cd-career: #4f46e5;
	--cd-lifestyle: #0ea5e9;
	--cd-travel: #f59e0b;
	--cd-ink: #111827;
	--cd-muted: #6b7280;
	--cd-line: #e5e7eb;
	--cd-bg: #ffffff;
	--cd-bg-soft: #f9fafb;
	--cd-radius: 16px;
	--cd-radius-sm: 10px;
	--cd-shadow: 0 6px 24px rgba(17, 24, 39, .08);
	--cd-shadow-lg: 0 18px 48px rgba(17, 24, 39, .14);
	--cd-maxw: 1140px;
}

ins.adsbygoogle {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}
.cd-ad-slot, .cd-ad-widget { text-align: center; margin-left: auto; margin-right: auto; }
.cd-ad-slot:empty { display: none; }

.cd-langswitch { display: flex; gap: 4px; justify-content: flex-end; max-width: var(--cd-maxw); margin: 8px auto 0; padding: 0 16px; }
.cd-langswitch a { text-decoration: none; font-weight: 700; font-size: .8rem; padding: .25em .7em; border-radius: 999px; border: 1px solid var(--cd-line); color: var(--cd-muted); }
.cd-langswitch a.on { background: var(--cd-brand); color: #fff; border-color: var(--cd-brand); }
