/* In Ấn Q7 – Cam kết sản phẩm v1.0.0
   Khối 4 thẻ cam kết đặt ngay dưới bộ ảnh trang sản phẩm (lấp phần trống bên trái). */
.inq7-ck{margin:18px 0 0}
.inq7-ck-title{
  display:flex;align-items:center;gap:10px;
  margin:0 0 12px;font-size:17px;font-weight:800;color:#23356e;letter-spacing:.01em;
}
.inq7-ck-title::after{content:"";flex:1;height:1px;background:#e2e5ec}
.inq7-ck-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.inq7-ck-item{
  display:flex;gap:11px;align-items:flex-start;
  background:#f6f7fb;border:1px solid #e8ebf2;border-radius:12px;padding:13px 14px;
  transition:border-color .15s ease, box-shadow .15s ease;
}
.inq7-ck-item:hover{border-color:#faa21b;box-shadow:0 3px 10px rgba(35,53,110,.08)}
.inq7-ck-ico{
  flex:none;width:34px;height:34px;border-radius:9px;
  display:grid;place-items:center;background:#faa21b;color:#fff;
}
.inq7-ck-ico svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.inq7-ck-body{min-width:0}
.inq7-ck-h{margin:0 0 3px;font-size:13.8px;font-weight:800;color:#23356e;line-height:1.35}
.inq7-ck-p{margin:0;font-size:13px;line-height:1.55;color:#222}
.inq7-ck-p a{color:#23356e;font-weight:700;text-decoration:underline;text-underline-offset:2px}
.inq7-ck-p a:hover{color:#faa21b}

@media(max-width:849px){
  .inq7-ck{margin-top:16px}
  .inq7-ck-grid{grid-template-columns:1fr}
}
