/* In Ấn Q7 – Pre-Footer TikTok v1.0.0 */

.inq7-pretiktok{
  --nen:#a7a8aa;
  --chu:#111827;
  --chu-phu:rgba(17,24,39,.78);
  --nhan:#faa21b;
  background:var(--nen);
  color:var(--chu);
  font-family:"Roboto",-apple-system,"Segoe UI",Arial,sans-serif;
  padding:44px 0 48px;
  margin:0;
}

.inq7-pretiktok *{box-sizing:border-box}

.inq7-pt-wrap{
  width:min(1540px,calc(100% - 32px));
  margin:0 auto;
}

/* ---------------------------------------------------------------- tiêu đề */

.inq7-pt-head{
  text-align:center;
  margin:0 0 30px;
}

.inq7-pt-title{
  margin:0 0 12px;
  color:var(--chu);
  font-size:clamp(20px,2.4vw,29px);
  font-weight:800;
  line-height:1.25;
  letter-spacing:.01em;
  position:relative;
  padding-bottom:14px;
}

.inq7-pt-title::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:56px;
  height:4px;
  background:var(--nhan);
  border-radius:2px;
}

.inq7-pt-sub{
  margin:0;
  color:var(--chu-phu);
  font-size:clamp(13.5px,1.15vw,15.5px);
  line-height:1.6;
  max-width:62ch;
  margin-inline:auto;
}

/* ------------------------------------------------------------------ feed */

.inq7-pt-feed{
  position:relative;
}

/* Khoá ảnh/video của plugin TikTok Feed trong khung, tránh tràn ngang trên mobile. */
.inq7-pt-feed img,
.inq7-pt-feed video,
.inq7-pt-feed iframe{
  max-width:100%;
  height:auto;
  display:block;
}

/* Bo góc nhẹ + đổ bóng cho từng ô video, không phụ thuộc class của plugin. */
.inq7-pt-feed > * > *{
  border-radius:10px;
  overflow:hidden;
}

/* Plugin TikTok Feed đôi khi tự thêm lề âm gây tràn — chặn lại. */
.inq7-pt-feed{
  overflow:hidden;
}

/* --------------------------------------------------------------- mobile */

@media (max-width:900px){
  .inq7-pretiktok{padding:34px 0 38px}
  .inq7-pt-head{margin-bottom:22px}
}

@media (max-width:600px){
  .inq7-pretiktok{padding:28px 0 30px}
  .inq7-pt-wrap{width:calc(100% - 24px)}
  .inq7-pt-title{padding-bottom:11px}
  .inq7-pt-title::after{width:44px;height:3px}
}

/* In ra giấy thì bỏ hẳn khối này */
@media print{
  .inq7-pretiktok{display:none!important}
}
