/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 16 2026 | 12:26:45 */
/* ===== TBS – Fix chồng layout khi mở tất cả tab accordion (Astra) ===== */

/* mỗi tab tách bạch, không chồng */
body.single-product .ast-woocommerce-accordion.woocommerce-tabs .ast-single-tab{
  clear: both !important;
  overflow: visible !important;
  margin: 0 0 14px !important;
}

/* panel content luôn là block và có khoảng cách chuẩn */
body.single-product .ast-woocommerce-accordion.woocommerce-tabs .ast-accordion-content{
  display: block !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  padding-top: 10px !important;
}

/* ===== Bảng thuộc tính (additional info) gọn + không rớt chữ ===== */
body.single-product .ast-woocommerce-accordion.woocommerce-tabs table.shop_attributes{
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 0 !important;
}

body.single-product .ast-woocommerce-accordion.woocommerce-tabs table.shop_attributes th,
body.single-product .ast-woocommerce-accordion.woocommerce-tabs table.shop_attributes td{
  vertical-align: top !important;
  padding: 12px 14px !important;
  line-height: 1.45 !important;
}

body.single-product .ast-woocommerce-accordion.woocommerce-tabs table.shop_attributes th{
  width: 34% !important;
  white-space: normal !important;
}

body.single-product .ast-woocommerce-accordion.woocommerce-tabs table.shop_attributes td{
  width: 66% !important;
}

/* ===== Reviews không đè lên bảng trên ===== */
body.single-product .ast-woocommerce-accordion.woocommerce-tabs #reviews,
body.single-product .ast-woocommerce-accordion.woocommerce-tabs .woocommerce-Reviews{
  clear: both !important;
  margin-top: 12px !important;
  position: relative !important;
  z-index: 1 !important;
}
