/* Premium CBTT UI */
.cbtt-wrapper.premium { max-width:1100px; margin:28px auto; font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial; color:#0f172a; padding:20px; }
.cbtt-hero { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:18px; }
.cbtt-brand { display:flex; gap:6px; align-items:center; font-weight:800; }
.cbtt-brand-part { padding:6px 8px; border-radius:8px; font-size:16px; }
.cbtt-b1{ background: rgba(225,29,72,0.12); color:#e11d48; }
.cbtt-b2{ color:#111827; font-weight:700; }
.cbtt-b3{ background: rgba(37,99,235,0.10); color:#2563eb; }
.cbtt-b4{ background: rgba(5,150,105,0.08); color:#059669; }
.cbtt-b5{ background: rgba(124,58,237,0.08); color:#7c3aed; }

.cbtt-title { font-size:28px; margin:4px 0 4px; }
.cbtt-sub { color:#6b7280; margin:0; }

.cbtt-hero-right { display:flex; align-items:center; gap:12px; }
.cbtt-tracking-id small { display:block; color:#6b7280; font-weight:700; font-size:12px; text-transform:uppercase; }
.cbtt-tracking-value { font-size:18px; font-weight:900; color:#e11d48; background:rgba(225,29,72,0.05); padding:8px 12px; border-radius:10px; box-shadow: 0 6px 20px rgba(225,29,72,0.06); }

.cbtt-payment { padding:8px 12px; border-radius:12px; font-weight:800; color:#ffffff; }
.cbtt-paid { background:#10b981; }       /* green */
.cbtt-unpaid { background:#ef4444; }     /* red */
.cbtt-partial { background:#f59e0b; }    /* yellow/orange */

.cbtt-card-grid { display:grid; grid-template-columns: repeat(2,1fr); gap:16px; }
.cbtt-card { background:linear-gradient(180deg,#ffffff,#fbfdff); padding:16px; border-radius:12px; box-shadow: 0 8px 30px rgba(2,6,23,.04); }
.cbtt-card.wide { grid-column: 1 / -1; }

.kv { display:flex; justify-content:space-between; align-items:center; padding:8px 0; border-bottom: 1px dashed rgba(15,23,42,0.03); }
.kv span { color:#6b7280; font-weight:700; }
.kv strong { font-weight:800; color:#0f172a; }

.status-row .status-badge { padding:8px 10px; border-radius:999px; background:rgba(11,132,255,0.10); color:#0b84ff; font-weight:800; }
.status-row .status-badge.delivered { background:rgba(16,185,129,0.12); color:#10b981; }

.small-warning { margin-top:10px; background:#fff7ed; border:1px solid #fed7aa; padding:10px; border-radius:10px; color:#92400e; }

.cbtt-note p { margin:6px 0 0; color:#0f172a; }

.cbtt-footer { display:flex; justify-content:space-between; align-items:center; margin-top:18px; gap:12px; }
.cbtt-contact { color:#0b84ff; font-weight:700; text-decoration:none; }
.cbtt-footer-pill { display:inline-block; padding:8px 12px; border-radius:999px; background: linear-gradient(90deg,#7c3aed,#2563eb); color:#fff; font-weight:700; }

@media (max-width:780px) {
  .cbtt-hero { flex-direction:column; align-items:flex-start; }
  .cbtt-hero-right { width:100%; display:flex; justify-content:space-between; }
  .cbtt-card-grid { grid-template-columns: 1fr; }
}
