/* ═══════════════════════════════════════════════════════════
   ข้อมูลสินค้าเกษตรบนหน้าเว็บหลัก
   ใช้ระบบสีของธีมลูกเกษตรชัวร์ และไม่บังคับฟอนต์ ปล่อยให้รับจากธีม
   ═══════════════════════════════════════════════════════════ */

.ksp-quick{
  margin:14px 0 18px;padding:14px 16px;border:1px solid #dfe6e1;border-radius:12px;
  background:#f7faf8
}
.ksp-quick dl{display:grid;grid-template-columns:auto 1fr;gap:5px 14px;margin:0;font-size:15px}
.ksp-quick dt{color:#5b6b62;white-space:nowrap}
.ksp-quick dd{margin:0;font-weight:600;color:#1b2420}

/* แถบสีความเป็นพิษตามฉลาก */
.ksp-tox{
  display:inline-block;margin-bottom:10px;padding:4px 12px;border-radius:99px;
  font-size:13px;font-weight:700;color:#fff;background:#5b6b62
}
.ksp-tox-bio{background:#1f7a3d}
.ksp-tox-green{background:#1f7a3d}
.ksp-tox-blue{background:#1d4ed8}
.ksp-tox-yellow{background:#b26a00}
.ksp-tox-red{background:#b32d2e}

.ksp-specs{margin:28px 0}
.ksp-specs h2{font-size:19px;margin:0 0 12px}
.ksp-specs h3{
  font-size:14px;font-weight:600;color:#5b6b62;margin:18px 0 6px;
  padding-bottom:5px;border-bottom:1px solid #dfe6e1
}
.ksp-specs table{width:100%;border-collapse:collapse;font-size:15px}
.ksp-specs th{
  width:38%;text-align:left;font-weight:500;color:#5b6b62;
  padding:9px 12px 9px 0;vertical-align:top
}
.ksp-specs td{padding:9px 0;vertical-align:top;line-height:1.65}
.ksp-specs tr+tr th,.ksp-specs tr+tr td{border-top:1px solid #eef2ef}
@media(max-width:520px){
  .ksp-specs th{width:auto;display:block;padding:9px 0 0}
  .ksp-specs td{display:block;padding:0 0 9px;font-weight:600}
  .ksp-specs tr+tr th{border-top:1px solid #eef2ef}
  .ksp-specs tr+tr td{border-top:0}
}

.ksp-warn-box{
  margin-top:18px;padding:12px 14px;border-radius:10px;
  background:#fff6e5;border:1px solid #f3e0b8;color:#8a5200;
  font-size:14px;line-height:1.65
}

.ksp-sold-by{font-size:14px;color:#5b6b62}
