/*
Theme Name: Kiosko Child
Template: kiosko
Version: 0.2.1
Text Domain: kiosko-child

Description: Child theme for Kiosko (WooCommerce). Customizations live here to keep updates safe.
*/

/* ===== Minimal layout safety for FD Estimator (can be refined later) ===== */
.single-product .fd-tabs{
  display:block;
  width:100%;
  max-width:100%;
  clear:both;
  float:none;
  box-sizing:border-box;
  margin:24px 0 0;
}
.single-product .fd-tabs,
.single-product .fd-tabs *{
  box-sizing:border-box;
}
.single-product .fd-tabs .fd-tabbar{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  max-width:100%;
}
