/*
 Theme Name:   Twenty Twenty-Three Tailwind Child (v2)
 Theme URI:    https://example.com
 Description:  Child theme của Twenty Twenty-Three + Tailwind CDN + WooCommerce templates styled theo demo (nền xanh đậm, chữ trắng, viền bo, accent xanh lá).
 Author:       ChatGPT
 Template:     twentytwentythree
 Version:      1.1
 Text Domain:  twentytwentythree-tailwind-child-v2
*/

/* Fallback CSS (phòng khi Tailwind chưa tải kịp) */
:root { --primary-color: #38e07b; --bg-deep:#122118; --panel-1:#1b3124; --panel-2:#264532; --panel-border:#366348; }
body{background:var(--bg-deep) !important; color:#fff;}
/* Woo buttons */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-element-button{
  background:var(--primary-color) !important; color:#122118 !important; border:none; border-radius:9999px;
  padding:.75rem 1.25rem; font-weight:700;
}
/* Qty input */
.woocommerce input.qty, .quantity .qty{
  width:4.5rem; height:2.25rem; text-align:center; background:var(--panel-2); color:#fff; border:none; border-radius:.5rem;
}
/* Tables & panels */
.woocommerce table.shop_table{border:1px solid var(--panel-border); border-radius:12px; overflow:hidden;}
.woocommerce table.shop_table th{background:var(--panel-1); color:#fff;}
.woocommerce table.shop_table td{background:transparent; color:#fff;}
/* Links */
a, .woocommerce a{color:#e6fff2;}
a:hover{color:var(--primary-color);}
/* Messages */
.woocommerce-info, .woocommerce-message, .woocommerce-error{
  background:rgba(54,99,72,.2); color:#fff; border-color:var(--panel-border);
}
