/*
Theme Name: Giai Phap Xay Dung
Theme URI: https://giaiphapxaydung.com.vn
Author: Agency Team
Author URI: https://3asignature.com
Description: Block Theme (Full-Site-Editing) tối giản, hiệu năng cao cho giaiphapxaydung.com.vn — phong cách Tropical Modern. Site vệ tinh của thương hiệu thiết kế & thi công biệt thự cao cấp 3asignature.
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gpxd
Tags: full-site-editing, block-styles, block-patterns, custom-colors, custom-logo, blog, editor-style
*/

/*
 * GHI CHÚ: Gần như toàn bộ style được điều khiển bởi theme.json (màu, font, spacing,
 * kiểu heading/nút/link). File style.css này chỉ giữ vài quy tắc tối thiểu.
 * Hiệu ứng động (reveal, hover card, sticky header, TOC) nằm ở assets/theme-extra.css
 * và được enqueue riêng trong functions.php.
 */

/* Reset nhẹ đảm bảo ảnh không tràn và bo tinh gọn */
img,
figure {
	max-width: 100%;
	height: auto;
}

/* Nút bo tròn dạng "pill" — bổ trợ cho style trong theme.json */
.wp-block-button__link {
	border-radius: 999px;
}

/* Con trỏ khi hover phần tử tương tác tuỳ biến */
.is-style-ghost .wp-block-button__link {
	background-color: transparent;
}
