/*
Theme Name:   Flatsome Child - IIoT Việt Nam
Theme URI:    https://iiot.com.vn
Description:  Child theme Flatsome cho website iiot.com.vn - Giải pháp & sản phẩm IIoT công nghiệp
Author:       VMA
Template:     flatsome
Version:      1.0.0
Text Domain:  flatsome-child
*/

/* ===== Tùy biến chung cho site IIoT ===== */

/* Màu chủ đạo công nghiệp: xanh navy + cam nhấn */
:root {
  --iiot-primary: #0b3d62;
  --iiot-accent: #f5821f;
}

/* Nút Yêu cầu báo giá */
.iiot-quote-btn {
  display: inline-block;
  background: var(--iiot-accent);
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
  transition: background 0.2s;
}
.iiot-quote-btn:hover {
  background: #d96f12;
}

/* Badge "Giải pháp" trên product card */
.iiot-badge-solution {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--iiot-primary);
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 3px;
  z-index: 5;
}

/* Ẩn giá khi bật chế độ B2B (class thêm bởi plugin iiot-toolkit) */
body.iiot-hide-prices .price,
body.iiot-hide-prices .woocommerce-Price-amount {
  display: none !important;
}

/* Bảng thông số kỹ thuật trong mô tả sản phẩm */
.iiot-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}
.iiot-spec-table th,
.iiot-spec-table td {
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
  text-align: left;
  font-size: 0.95em;
}
.iiot-spec-table th {
  background: #f5f7fa;
  width: 35%;
  font-weight: 600;
}

/* Section dự án tiêu biểu */
.iiot-case-study {
  border-left: 4px solid var(--iiot-accent);
  background: #f8f9fb;
  padding: 16px 20px;
  margin: 1.2em 0;
}
