/*
Theme Name: PQ Flatsome Child
Theme URI: https://phuquyweb.com
Author: Phú Quý Web
Author URI: https://phuquyweb.com
Description: Child theme tối ưu tốc độ & SEO cho Flatsome - giữ nguyên UI, loại bỏ tài nguyên dư thừa.
Template: flatsome
Version: 1.0
Text Domain: pq-flatsome-child
*/

/* =========================
   PQ RESET NHẸ (không phá UI Flatsome)
========================= */

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

/* =========================
   PQ PERFORMANCE CSS
========================= */

/* giảm repaint */
* {
  -webkit-tap-highlight-color: transparent;
}

/* tối ưu font render */
body {
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

/* =========================
   PQ CLEAN UI (tùy chọn mở dần)
========================= */

/* ví dụ: giảm khoảng trắng thừa */
/*
.section {
  padding: 40px 0;
}
*/

/* =========================
   PQ CUSTOM (bạn mở rộng tại đây)
========================= */