/* In Ấn Q7 – Tra cứu đơn hàng V1.0.0 */
.inq7-tc{
  --p:#23356e;--a:#faa21b;--ink:#1b2233;--muted:#5b6479;--line:#e6e9f0;--soft:#f6f7fb;
  font-family:"Roboto",-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);line-height:1.7;
  width:min(1320px,calc(100% - 32px));margin:0 auto;padding:30px 0 46px;
}
.inq7-tc *{box-sizing:border-box}
.inq7-tc h2,.inq7-tc h3,.inq7-tc h4{margin:0;line-height:1.45;color:var(--p)}
.inq7-tc p{margin:0}

body.inq7-fullwidth-page .inq7-fullwidth-content{padding:0!important;margin:0!important;max-width:none!important}
body.inq7-fullwidth-page .breadcrumbs,
body.inq7-fullwidth-page .page-title,
body.inq7-fullwidth-page .entry-header{display:none!important}

/* hero */
.inq7-tc-hero{background:var(--p);color:#fff;border-radius:14px;padding:32px 30px;margin-bottom:30px}
.inq7-tc-eyebrow{font-size:12.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--a);margin-bottom:10px!important}
.inq7-tc-hero h2{color:#fff;font-size:clamp(23px,2.6vw,32px);font-weight:800;margin-bottom:10px}
.inq7-tc-lead{color:rgba(255,255,255,.83);font-size:15.5px;max-width:80ch}

.inq7-tc-columns{display:grid;grid-template-columns:1fr 340px;gap:30px;align-items:start}
.inq7-tc-main h3{font-size:clamp(18px,2vw,23px);font-weight:800;
  padding-bottom:14px;margin-bottom:14px;border-bottom:2px solid var(--line)}
.inq7-tc-h3-2{margin-top:34px}
.inq7-tc-note{font-size:14.5px;color:var(--muted);margin-bottom:18px!important;max-width:82ch}

/* form tra cứu của WooCommerce */
.inq7-tc-form{background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:26px}
.inq7-tc-form form{margin:0}
.inq7-tc-form p{margin-bottom:14px}
.inq7-tc-form label{display:block;font-size:13.5px;font-weight:700;color:var(--p);margin-bottom:6px}
.inq7-tc-form input[type="text"],
.inq7-tc-form input[type="email"]{
  width:100%;border:1px solid var(--line);border-radius:10px;padding:12px 14px;
  font-size:14px;background:#fff;color:var(--ink);
}
.inq7-tc-form input:focus{outline:none;border-color:var(--a);box-shadow:0 0 0 3px rgba(250,162,27,.18)}
.inq7-tc-form button,
.inq7-tc-form input[type="submit"]{
  padding:13px 28px;border:0;border-radius:999px;cursor:pointer;
  background:var(--a);color:#1b2233;font-size:15px;font-weight:800;
}
.inq7-tc-form button:hover{filter:brightness(1.06)}
.inq7-tc-thieu{font-size:14px;color:var(--muted)}

/* trạng thái đơn */
.inq7-tc-trangthai{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.inq7-tc-trangthai article{background:#fff;border:1px solid var(--line);border-left:3px solid var(--a);
  border-radius:10px;padding:16px 18px}
.inq7-tc-trangthai strong{display:block;font-size:15px;font-weight:800;color:var(--p);margin-bottom:3px}
.inq7-tc-trangthai p{font-size:13.5px;color:var(--muted)}

/* cột phụ */
.inq7-tc-side{display:grid;gap:18px}
.inq7-tc-card{background:var(--soft);border:1px solid var(--line);border-radius:12px;padding:22px}
.inq7-tc-card h4{font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;margin-bottom:12px}
.inq7-tc-card p{font-size:13.5px;color:var(--muted)}
.inq7-tc-card-zalo{background:#fffdf7;border-color:#f3e3c3}
.inq7-tc-card-zalo strong{color:var(--p)}
.inq7-tc-btn{display:flex;align-items:center;justify-content:center;margin-top:14px;padding:12px 20px;
  border-radius:999px;background:#0068ff;color:#fff;font-size:14px;font-weight:700;
  text-decoration:none;transition:.16s}
.inq7-tc-btn:hover{background:#0055d4;color:#fff}
.inq7-tc-btn-ghost{background:#fff;color:var(--p);border:1px solid var(--line)}
.inq7-tc-btn-ghost:hover{background:var(--p);color:#fff;border-color:var(--p)}
.inq7-tc-gio{margin-top:12px!important;font-size:12.5px!important;color:var(--muted)!important;text-align:center}
.inq7-tc-tg{display:flex;align-items:baseline;justify-content:space-between;gap:12px;
  padding:8px 0;border-bottom:1px solid var(--line)}
.inq7-tc-tg:last-of-type{border-bottom:0}
.inq7-tc-tg span{font-size:13.5px;color:var(--ink)}
.inq7-tc-tg em{font-style:normal;font-size:13.5px;font-weight:800;color:#d94f2b;white-space:nowrap}
.inq7-tc-tg-note{margin-top:12px!important;font-size:12.5px!important}
.inq7-tc-link{display:inline-block;margin-top:10px;font-size:13.5px;font-weight:700;
  color:var(--a);text-decoration:none}
.inq7-tc-link:hover{text-decoration:underline}

@media(max-width:1000px){
  .inq7-tc-columns{grid-template-columns:1fr}
  .inq7-tc-trangthai{grid-template-columns:1fr}
}
@media(max-width:640px){
  .inq7-tc{padding:20px 0 32px}
  .inq7-tc-hero{padding:24px 20px}
  .inq7-tc-form{padding:20px 18px}
}
