/**
 * Giao diện 10 – Navy & Vàng (kinh tế).
 * Tông navy sang trọng nhấn vàng đồng, sidebar bên trái, hợp trang tin kinh tế - tài chính.
 */

:root {
	--c-primary: #10243e;
	--c-primary-dark: #0a1830;
	--c-accent: #c99a2c;
	--c-alt: #f5f6f8;
	--c-border: #e0e3e9;
	--c-nav-bg: #10243e;
	--c-nav-text: #e8ecf3;
	--c-topbar-bg: #0a1830;
	--c-topbar-text: #9fb0c8;
	--c-footer-bg: #0a1830;
	--c-footer-text: #9fb0c8;
	--c-title: #10243e;
	--c-section-title: #10243e;
	--font-heading: Georgia, "Times New Roman", serif;
	--radius: 4px;
	--radius-lg: 6px;
	--section-title-border: 3px solid #c99a2c;
}

.site-title { color: #10243e; }
.site-title::first-letter { color: #c99a2c; }
.main-nav { border-bottom: 3px solid #c99a2c; }
.primary-menu > li > a:hover, .primary-menu > li.current-menu-item > a { background: rgba(201,154,44,.22); color: #f4d787; }

.section-title, .card-large .card-title, .entry-title { font-family: var(--font-heading); }
.section-title { text-transform: none; }
.cat-badge { color: #c99a2c; }
.ticker-label { background: #c99a2c; color: #10243e; }
.most-read-list li::before { color: #c99a2c; }
.search-submit { background: #10243e; }
.search-submit:hover { background: #c99a2c; color: #10243e; }
.pagination .page-numbers.current { background: #10243e; border-color: #10243e; }
.entry-content blockquote { border-left-color: #c99a2c; }
.button:hover, .comment-form .submit:hover { background: #c99a2c; color: #10243e; }
