/*
Theme Name: ythanhxai Á Đông
Theme URI: https://ythanhxai.com
Author: Y Thanh
Author URI: https://ythanhxai.com
Description: Website cá nhân của Y Thanh — ứng dụng AI vào Bảo hiểm & Tài chính. Phong cách Á Đông tối giản, nền ngà ấm, Literata + Be Vietnam Pro + JetBrains Mono.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: ythanhxai
Tags: light, minimal, personal-blog, ai, finance, insurance, custom-menu, post-thumbnails, title-tag
*/

/* Styles loaded from assets/css/ythanhxai.css via functions.php */

/* WordPress nav active states — map current-menu-item to .active CSS rules */
.nav__menu .current-menu-item > a,
.nav__menu .current_page_item > a  { color: var(--txt-1); }
.nav__drawer .current-menu-item > a,
.nav__drawer .current_page_item > a { color: var(--gold); }

/* WordPress post content reset */
.wp-entry-content img  { max-width: 100%; height: auto; border-radius: 8px; margin: 24px 0; }
.wp-entry-content a    { color: var(--gold); }
.wp-entry-content a:hover { color: var(--gold-bright); }
.wp-entry-content p    { margin-bottom: 18px; }
.wp-entry-content h2,
.wp-entry-content h3   { font-family: var(--f-display); font-weight: 400; color: var(--txt-1); margin: 36px 0 14px; }
