/* A. Trang "may theo yeu cau" mang lop .ctm-custom-page, khoi tab bi an o MOI
   kho man hinh chu khong rieng dien thoai, va luat do co !important nen phai
   dung !important moi de duoc. Do 13/08/2026. */
html body.ctm-custom-page .woocommerce-tabs { display: block !important; border: 0; margin: 26px 0 0; padding: 0; }
html body.ctm-custom-page .woocommerce-tabs > ul.tabs { display: none !important; }
html body.ctm-custom-page .woocommerce-tabs .woocommerce-Tabs-panel { display: none !important; }
html body.ctm-custom-page .woocommerce-tabs #tab-reviews { display: block !important; max-height: none; overflow: visible; padding: 0 14px; }

/* B. Cac trang san pham con lai: chi mo tu 900px tro xuong */
@media (max-width: 900px) {
html body.single-product .woocommerce-tabs { display: block !important; border: 0; margin: 26px 0 0; padding: 0; }
html body.single-product .woocommerce-tabs > ul.tabs { display: none !important; }
html body.single-product .woocommerce-tabs .woocommerce-Tabs-panel { display: none !important; }
html body.single-product .woocommerce-tabs #tab-reviews { display: block !important; max-height: none; overflow: visible; padding: 0 14px; }
}

/* C. Chinh chu cho de doc va de bam tren dien thoai */
@media (max-width: 900px) {
html body #tab-reviews h2 { font-size: 19px; margin: 0 0 12px; }
html body #tab-reviews .comment-form-rating label,
html body #tab-reviews .comment-form-comment label,
html body #tab-reviews .comment-form-author label,
html body #tab-reviews .comment-form-email label { display: block; font-size: 13px; margin-bottom: 6px; }
html body #tab-reviews textarea,
html body #tab-reviews input[type=text],
html body #tab-reviews input[type=email] { width: 100%; font-size: 16px; }
html body #tab-reviews #submit { min-height: 44px; font-size: 16px; }
}