/**
 * Chauffeur Booking Engine — Partner registration + portal
 *
 * Loaded on the standalone partner pages on top of cbe-front.css. Same quiet-luxury language as the
 * customer front pages: ivory surfaces, gold hairlines, one accent. Surfaces that hold text are
 * OPAQUE — never translucent white, which is unreadable when the preset paints a dark page.
 *
 * @since 2.20.0
 */

.cbe-pt { --pt-gold:#c5a96a; --pt-ink:#1a1a1a; --pt-dim:#6b6253; --pt-line:#e8dcc8; --pt-surf:#fff; --pt-bg:#faf8f4; }
.cbe-pt.cbe-fp-dark { --pt-ink:#f3efe6; --pt-dim:#a9a294; --pt-line:#333; --pt-surf:#1c1c1c; --pt-bg:#121212; }

.cbe-pt { background:var(--pt-bg); color:var(--pt-ink); min-height:100vh; }
.cbe-pt-main { max-width:860px; margin:0 auto; padding:22px 18px 60px; }
.cbe-pt h1 { font-size:24px; font-weight:800; letter-spacing:-.2px; margin:0 0 16px; color:var(--pt-ink); }
.cbe-pt h2 { font-size:14px; font-weight:800; letter-spacing:1.4px; text-transform:uppercase; color:var(--pt-dim); margin:26px 0 10px; }
.cbe-pt h3 { font-size:16px; font-weight:700; margin:0; color:var(--pt-ink); }

/* ── Chrome ─────────────────────────────────────────────────────── */
.cbe-pt-top { display:flex; align-items:center; justify-content:space-between; gap:14px;
    padding:14px 18px; background:var(--pt-surf); border-bottom:1px solid var(--pt-line); }
.cbe-pt-brand { display:flex; flex-direction:column; gap:2px; text-decoration:none;
    font-size:15px; font-weight:800; letter-spacing:2px; color:var(--pt-gold); }
.cbe-pt-brand span { font-size:9px; font-weight:700; letter-spacing:1.6px; text-transform:uppercase; color:var(--pt-dim); }
/* 2.24.0 — logo beside the portal name. The logo sits on the surface, not on black, so a
   transparent PNG made for a dark e-mail header still reads on the light portal chrome. */
.cbe-pt-brand.has-logo { flex-direction:row; align-items:center; gap:12px; }
.cbe-pt-brand.has-logo span { font-size:10px; letter-spacing:1.8px; padding-left:12px;
    border-left:1px solid var(--pt-line); }
.cbe-pt-logo { height:30px; width:auto; max-width:170px; object-fit:contain; display:block; }
.cbe-pt.cbe-fp-dark .cbe-pt-logo { filter:none; }
@media (max-width:420px) {
    .cbe-pt-logo { height:24px; max-width:120px; }
    .cbe-pt-brand.has-logo { gap:8px; }
    .cbe-pt-brand.has-logo span { padding-left:8px; font-size:9px; }
}
.cbe-pt-out { text-decoration:none; font-size:12.5px; font-weight:600; color:var(--pt-dim); }
.cbe-pt-out:hover { color:var(--pt-gold); }

.cbe-pt-nav { display:flex; gap:2px; overflow-x:auto; background:var(--pt-surf);
    border-bottom:1px solid var(--pt-line); padding:0 10px; -webkit-overflow-scrolling:touch; }
.cbe-pt-navi { flex:0 0 auto; display:inline-flex; align-items:center; gap:7px; padding:13px 14px;
    text-decoration:none; font-size:13px; font-weight:600; color:var(--pt-dim); border-bottom:2px solid transparent; white-space:nowrap; }
.cbe-pt-navi i { font-size:13px; opacity:.75; }
.cbe-pt-navi:hover { color:var(--pt-ink); }
.cbe-pt-navi.active { color:var(--pt-gold); border-bottom-color:var(--pt-gold); }

/* ── Cards & banners ────────────────────────────────────────────── */
.cbe-pt-card { max-width:460px; margin:34px auto; padding:28px 24px; background:var(--pt-surf);
    border:1px solid var(--pt-line); border-radius:16px; box-shadow:0 10px 34px rgba(90,75,40,.09); }
.cbe-pt-wizard { max-width:620px; }
.cbe-pt-eyebrow { font-size:10px; font-weight:800; letter-spacing:2.4px; text-transform:uppercase; color:var(--pt-gold); margin-bottom:8px; }
.cbe-pt-lead { font-size:13.5px; color:var(--pt-dim); line-height:1.6; margin:0 0 18px; }
.cbe-pt-foot { margin:20px 0 0; font-size:12.5px; }
.cbe-pt-foot a { color:var(--pt-gold); text-decoration:none; font-weight:600; }

.cbe-pt-banner { display:flex; gap:10px; align-items:flex-start; padding:13px 15px; border-radius:11px;
    font-size:13px; line-height:1.55; margin-bottom:18px; }
.cbe-pt-banner.wait { background:#fdf6e7; border:1px solid #e8cf9a; color:#6b5320; }
.cbe-pt-banner.bad  { background:#fef2f2; border:1px solid #fecaca; color:#991b1b; }
.cbe-pt-ok { padding:11px 15px; border-radius:10px; background:#f0fdf4; border:1px solid #bbf7d0;
    color:#166534; font-size:13px; font-weight:600; margin-bottom:16px; }
.cbe-pt-err { padding:11px 15px; border-radius:10px; background:#fef2f2; border:1px solid #fecaca;
    color:#991b1b; font-size:13px; margin:14px 0 0; }
.cbe-pt-note { padding:11px 14px; border-radius:10px; background:#fdf6e7; border:1px solid #e8cf9a;
    color:#6b5320; font-size:12.5px; line-height:1.55; margin-bottom:12px; }
.cbe-pt-empty { font-size:13px; color:var(--pt-dim); padding:14px 0; }

.cbe-pt-pill { display:inline-block; padding:3px 10px; border-radius:20px; font-size:10.5px;
    font-weight:800; letter-spacing:.6px; text-transform:uppercase; }
.cbe-pt-pill.wait { background:#fdf6e7; color:#8a6d20; border:1px solid #e8cf9a; }
.cbe-pt-pill.good { background:#f0fdf4; color:#166534; border:1px solid #bbf7d0; }
.cbe-pt-pill.bad  { background:#fef2f2; color:#991b1b; border:1px solid #fecaca; }

/* ── Stats & tables ─────────────────────────────────────────────── */
.cbe-pt-stats { display:grid; grid-template-columns:repeat(auto-fit,minmax(130px,1fr)); gap:10px; margin-bottom:8px; }
.cbe-pt-stat { background:var(--pt-surf); border:1px solid var(--pt-line); border-radius:12px; padding:14px 16px; }
.cbe-pt-stat b { display:block; font-size:26px; font-weight:800; color:var(--pt-ink); line-height:1.1; }
.cbe-pt-stat span { display:block; margin-top:3px; font-size:10.5px; font-weight:700; letter-spacing:.8px;
    text-transform:uppercase; color:var(--pt-dim); }

.cbe-pt-tbl { width:100%; border-collapse:collapse; background:var(--pt-surf);
    border:1px solid var(--pt-line); border-radius:12px; overflow:hidden; }
.cbe-pt-tbl td { padding:12px 14px; border-bottom:1px solid var(--pt-line); font-size:13px; vertical-align:top; color:var(--pt-ink); }
.cbe-pt-tbl tr:last-child td { border-bottom:none; }
.cbe-pt-tbl td.num { text-align:right; white-space:nowrap; font-weight:700; color:var(--pt-gold); }
.cbe-pt-tbl small { color:var(--pt-dim); font-weight:400; }

.cbe-pt-sum { width:100%; border-collapse:collapse; margin-bottom:14px; }
.cbe-pt-sum td { padding:7px 0; border-bottom:1px solid var(--pt-line); font-size:13px; color:var(--pt-ink); }
.cbe-pt-sum td:first-child { color:var(--pt-dim); width:42%; }

/* ── Forms ──────────────────────────────────────────────────────── */
.cbe-pt-form { background:var(--pt-surf); border:1px solid var(--pt-line); border-radius:14px;
    padding:18px; margin-bottom:14px; }
.cbe-pt-formhead { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px; }
.cbe-pt-fld { margin-bottom:12px; }
.cbe-pt-fld label, .cbe-pt-lbl { display:block; margin-bottom:5px; font-size:11px; font-weight:700;
    letter-spacing:.7px; text-transform:uppercase; color:var(--pt-dim); }
.cbe-pt-fld input, .cbe-pt-fld select, .cbe-pt-input {
    width:100%; box-sizing:border-box; padding:11px 13px; border:1px solid var(--pt-line);
    border-radius:9px; background:var(--pt-surf); color:var(--pt-ink); font-size:15px; font-family:inherit; }
.cbe-pt-fld input:focus, .cbe-pt-fld select:focus, .cbe-pt-input:focus {
    outline:none; border-color:var(--pt-gold); box-shadow:0 0 0 3px rgba(197,169,106,.16); }
.cbe-pt-fld input.bad { border-color:#dc2626; background:#fef2f2; }
.cbe-pt-code { letter-spacing:9px; font-size:22px; font-weight:700; text-align:center; }
/* 2.28.0 — the terms consent on the last registration step. Full-size hit area and a real
   checkbox: this is a legal act, not a nicety, and it has to be obvious that it was taken. */
.cbe-pt-consent { display:flex; gap:10px; align-items:flex-start; margin:16px 0 0;
    font-size:13px; line-height:1.55; color:var(--pt-ink); cursor:pointer; }
.cbe-pt-consent input { flex:0 0 auto; width:18px; height:18px; margin:1px 0 0; accent-color:var(--pt-gold); cursor:pointer; }
.cbe-pt-consent a { color:var(--pt-gold); font-weight:600; }
.cbe-pt-btn[disabled] { opacity:.5; cursor:not-allowed; }

.cbe-pt-btn { display:block; width:100%; margin-top:14px; padding:13px 22px; border:none; border-radius:10px;
    background:var(--pt-gold); color:#fff; font-family:inherit; font-size:14.5px; font-weight:700;
    letter-spacing:.3px; cursor:pointer; }
.cbe-pt-btn:hover { background:#b6995a; }
.cbe-pt-btn:disabled { opacity:.55; cursor:not-allowed; }
.cbe-pt-link { display:inline-block; margin-top:10px; padding:0; border:none; background:none;
    color:var(--pt-gold); font-family:inherit; font-size:12.5px; font-weight:600; cursor:pointer; text-decoration:underline; }
.cbe-pt-hp { position:absolute; left:-9999px; width:1px; height:1px; opacity:0; }

/* ── Chat wizard ────────────────────────────────────────────────── */
.cbe-pt-chat { display:flex; flex-direction:column; gap:14px; }
.cbe-pt-b { border-radius:13px; }
.cbe-pt-q { font-size:14.5px; font-weight:600; color:var(--pt-ink); line-height:1.5; margin-bottom:8px; }
.cbe-pt-a { font-size:13px; color:var(--pt-dim); padding:10px 14px; background:var(--pt-bg);
    border:1px solid var(--pt-line); border-radius:11px; line-height:1.6; }
.cbe-pt-cur { padding:16px; background:var(--pt-bg); border:1px solid var(--pt-line); }
.cbe-pt-cur .cbe-pt-q { margin-bottom:12px; }
.cbe-pt-cur .cbe-pt-fld input, .cbe-pt-cur .cbe-pt-fld select { background:var(--pt-surf); }
.cbe-pt-row { padding:12px; margin-bottom:10px; background:var(--pt-surf);
    border:1px solid var(--pt-line); border-radius:11px; }
.cbe-pt-chips { display:flex; flex-wrap:wrap; gap:9px; }
.cbe-pt-chip { flex:1 1 170px; display:inline-flex; align-items:center; justify-content:center; gap:8px;
    padding:15px 16px; border:1px solid var(--pt-line); border-radius:11px; background:var(--pt-surf);
    color:var(--pt-ink); font-family:inherit; font-size:14px; font-weight:600; cursor:pointer; }
.cbe-pt-chip i { color:var(--pt-gold); }
.cbe-pt-chip:hover { border-color:var(--pt-gold); background:#fffdf8; }

.cbe-pt-done { text-align:center; padding:22px 6px; }
.cbe-pt-done-i { font-size:44px; color:#22c55e; margin-bottom:12px; }
.cbe-pt-done h2 { margin:0 0 8px; font-size:19px; font-weight:800; letter-spacing:0;
    text-transform:none; color:var(--pt-ink); }
.cbe-pt-done p { font-size:13.5px; color:var(--pt-dim); line-height:1.65; margin:0; }

/* ── Narrow ─────────────────────────────────────────────────────── */
@media (max-width:520px) {
    .cbe-pt-main { padding:16px 12px 50px; }
    .cbe-pt-card { margin:18px auto; padding:22px 18px; border-radius:14px; }
    .cbe-pt h1 { font-size:21px; }
    .cbe-pt-stat b { font-size:22px; }
    .cbe-pt-chip { flex:1 1 100%; }
}

/* ── Photo slot (2.21.0) ────────────────────────────────────────── */
.cbe-pt-photo { margin-bottom:14px; }
.cbe-pt-photo > label { display:block; margin-bottom:6px; font-size:11px; font-weight:700;
    letter-spacing:.7px; text-transform:uppercase; color:var(--pt-dim); }
.cbe-pt-photo-row { display:flex; gap:14px; align-items:flex-start; }
.cbe-pt-photo-prev { flex:0 0 96px; width:96px; height:120px; border-radius:10px; overflow:hidden;
    background:var(--pt-bg); border:1px solid var(--pt-line); display:flex; align-items:center;
    justify-content:center; color:var(--pt-line); font-size:26px; }
.cbe-pt-photo-prev img { width:100%; height:100%; object-fit:cover; display:block; }
/* 2.26.0 — the preview IS the card crop: portrait tile for a person, landscape for a
   car, and tapping it moves the focus point (see initFocus in cbe-partner.js). */
.cbe-pt-photo-prev.is-veh { flex:0 0 150px; width:150px; height:94px; }
.cbe-pt-photo-prev.can-focus { cursor:crosshair; position:relative; }
.cbe-pt-photo-prev.can-focus::after { content:""; position:absolute; inset:0; border:2px dashed rgba(255,255,255,.55);
    border-radius:inherit; opacity:0; transition:opacity .15s ease; pointer-events:none; }
.cbe-pt-photo-prev.can-focus:hover::after, .cbe-pt-photo-prev.can-focus.focused::after { opacity:1; }
.cbe-pt-focus-hint { margin-top:4px; }
.cbe-pt-photo-act { flex:1; min-width:0; }
.cbe-pt-photo-act .cbe-pt-file { display:block; width:100%; font-size:12.5px; color:var(--pt-dim);
    margin-bottom:8px; }
.cbe-pt-photo-act .cbe-pt-btn { margin-top:0; }
.cbe-pt-hint { margin:8px 0 0; font-size:11.5px; color:var(--pt-dim); line-height:1.5; }
/* 2.28.0 — the dark-skin photo slot. A quiet second block, set off by a dark preview
   ground so the two sets are told apart at a glance rather than by reading the labels. */
.cbe-pt-photo-dark { margin-top:-4px; padding-top:12px; border-top:1px dashed var(--pt-line, #e6e0d4); }
.cbe-pt-photo-dark .cbe-pt-photo-prev { background:#0b0b0b; color:#5c5233; }
.cbe-pt-photo-dark > .cbe-pt-hint { margin:-2px 0 8px; }
.cbe-pt-photo-msg { margin:8px 0 0; font-size:12px; color:#166534; word-break:break-all; }
.cbe-pt-photo-msg.bad { color:#991b1b; }
@media (max-width:420px) {
    .cbe-pt-photo-row { flex-direction:column; }
    .cbe-pt-photo-prev { width:100%; height:150px; flex:none; }
}

/* ── AI proposal panel (2.22.0) ─────────────────────────────────── */
.cbe-pt-ai { margin-top:14px; padding:14px; border:1px solid var(--pt-line); border-radius:12px; background:var(--pt-bg); }
.cbe-pt-ai-head { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:8px; }
.cbe-pt-ai-head span { font-size:12.5px; font-weight:700; color:var(--pt-ink); }
.cbe-pt-ai-head i { color:var(--pt-gold); margin-right:6px; }
.cbe-pt-ai-head small { font-size:11px; color:var(--pt-dim); }
.cbe-pt-ai-note { margin:0 0 10px; font-size:11.5px; color:var(--pt-dim); line-height:1.55; font-style:italic; }
.cbe-pt-ai-pair { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:12px; }
.cbe-pt-ai-pair figure { margin:0; }
.cbe-pt-ai-pair figcaption { font-size:10px; font-weight:700; letter-spacing:.7px; text-transform:uppercase;
    color:var(--pt-dim); margin-bottom:4px; }
.cbe-pt-ai-pair img { width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:9px;
    border:1px solid var(--pt-line); display:block; background:var(--pt-surf); }
.cbe-pt-ai-pair .prop img { border:2px solid var(--pt-gold); }
.cbe-pt-ai-chk { margin-bottom:6px; }
.cbe-pt-ai-chk b { display:block; margin-bottom:6px; font-size:12px; color:var(--pt-ink); }
.cbe-pt-ai-chk label { display:flex; align-items:flex-start; gap:8px; margin-bottom:5px;
    font-size:12.5px; color:var(--pt-ink); line-height:1.45; cursor:pointer; }
.cbe-pt-ai-chk input { margin-top:2px; flex:0 0 auto; accent-color:var(--pt-gold); }
.cbe-pt-ai-row { display:flex; flex-wrap:wrap; gap:16px; }
.cbe-pt-ai-msg { margin:8px 0 0; font-size:12px; color:var(--pt-dim); }
.cbe-pt-ai-msg.bad { color:#991b1b; }
@media (max-width:420px) { .cbe-pt-ai-pair { grid-template-columns:1fr; } }

/* ── Documents (2.22.0) ─────────────────────────────────────────── */
.cbe-pt-doc { padding:12px 0; border-bottom:1px solid var(--pt-line); }
.cbe-pt-doc:last-of-type { border-bottom:none; }
.cbe-pt-doc-head { display:flex; align-items:center; gap:9px; flex-wrap:wrap; margin-bottom:6px; }
.cbe-pt-doc-head b { font-size:13.5px; font-weight:600; color:var(--pt-ink); }
.cbe-pt-doc-file { margin:0 0 6px; font-size:12.5px; }
.cbe-pt-doc-file a { color:var(--pt-gold); text-decoration:none; font-weight:600; }
.cbe-pt-doc-file i { margin-right:5px; }
.cbe-pt-doc-warn { margin:0 0 6px; font-size:12px; color:#8a6d20; }
.cbe-pt-doc-warn.bad { color:#991b1b; }
.cbe-pt-doc-row { display:flex; flex-wrap:wrap; gap:12px; align-items:flex-end; }
.cbe-pt-doc-row input[type="file"] { flex:1 1 210px; min-width:0; font-size:12.5px; color:var(--pt-dim); }
.cbe-pt-doc-exp { flex:0 0 auto; font-size:10.5px; font-weight:700; letter-spacing:.6px;
    text-transform:uppercase; color:var(--pt-dim); }
.cbe-pt-doc-exp input { display:block; margin-top:4px; padding:9px 11px; border:1px solid var(--pt-line);
    border-radius:8px; background:var(--pt-surf); color:var(--pt-ink); font-size:14px; font-family:inherit; }
@media (max-width:420px) { .cbe-pt-doc-row input[type="file"], .cbe-pt-doc-exp { flex:1 1 100%; } }

/* ── 2.23.0 — tab rows, readiness panel, fare adjustment ────────── */

/* 2nd row: one tab per entity (car / driver) + "+ add" */
.cbe-pt-tabs { display:flex; gap:6px; flex-wrap:wrap; margin:0 0 14px; }
.cbe-pt-tab { flex:0 0 auto; padding:9px 14px; border:1px solid var(--pt-line); border-radius:10px;
    background:var(--pt-surf); color:var(--pt-dim); text-decoration:none; font-size:13px; font-weight:700; }
.cbe-pt-tab:hover { color:var(--pt-ink); }
.cbe-pt-tab.active { border-color:var(--pt-gold); color:var(--pt-gold); box-shadow:inset 0 0 0 1px var(--pt-gold); }

/* content pills inside one entity (details / pricing / garage / documents) */
.cbe-pt-subs { display:flex; gap:4px; flex-wrap:wrap; margin:0 0 14px; }
.cbe-pt-subs .cbe-pt-tab { padding:6px 12px; border-radius:999px; font-size:12px; }

/* readiness panel on the control panel */
.cbe-pt-ready { background:var(--pt-surf); border:1px solid #e5c26a; border-left:4px solid #e5c26a;
    border-radius:12px; padding:12px 16px; margin:0 0 18px; font-size:13.5px; }
.cbe-pt-ready.ok { border-color:#7bb87b; border-left-color:#7bb87b; }
.cbe-pt-ready p { margin:0; }
.cbe-pt-ready.ok p { color:#2e7d32; font-weight:600; }
.cbe-pt.cbe-fp-dark .cbe-pt-ready.ok p { color:#9be29b; }
.cbe-pt-ready ul { margin:8px 0 0; padding-left:20px; color:var(--pt-dim); }
.cbe-pt-ready li { margin:3px 0; }
.cbe-pt-ready i { color:var(--pt-gold); margin-right:6px; }

/* fare adjustment on a ride row */
.cbe-pt-fa-row td { padding-top:0 !important; border-top:none !important; }
.cbe-pt-fa summary { cursor:pointer; font-size:12.5px; font-weight:700; color:var(--pt-gold);
    list-style:none; padding:2px 0 8px; }
.cbe-pt-fa summary::-webkit-details-marker { display:none; }
.cbe-pt-fa summary::before { content:'+ '; }
.cbe-pt-fa[open] summary::before { content:'− '; }
.cbe-pt-fa-form { display:flex; flex-wrap:wrap; gap:10px; align-items:flex-end;
    background:var(--pt-bg); border:1px solid var(--pt-line); border-radius:10px; padding:12px; margin-bottom:8px; }
.cbe-pt-fa-form label { display:flex; flex-direction:column; gap:4px; font-size:10.5px; font-weight:700;
    letter-spacing:.6px; text-transform:uppercase; color:var(--pt-dim); }
.cbe-pt-fa-form input { padding:9px 11px; border:1px solid var(--pt-line); border-radius:8px;
    background:var(--pt-surf); color:var(--pt-ink); font-size:14px; font-family:inherit; }
.cbe-pt-fa-form input[name="amount"] { width:110px; }
.cbe-pt-fa-form input[name="note"] { width:min(320px,72vw); }
.cbe-pt-fa-form .cbe-pt-btn { width:auto; padding:10px 16px; margin:0; }
.cbe-pt-fa-form .cbe-pt-hint { flex-basis:100%; margin:0; }
.cbe-pt-fa-done { margin:0 0 8px; font-size:12.5px; color:#8a6d20; }
.cbe-pt-fa-done i { margin-right:5px; }
.cbe-pt-fa-done small { display:block; color:var(--pt-dim); }

/* cross-border checkbox in the profile */
.cbe-pt-chk label { display:flex; gap:8px; align-items:flex-start; font-size:14px; color:var(--pt-ink); cursor:pointer; }
.cbe-pt-chk input { width:17px; height:17px; margin-top:2px; accent-color:var(--pt-gold); flex:0 0 auto; }
.cbe-pt-chk .cbe-pt-hint { margin:6px 0 0 25px; }

/* ── 2.24.0 — registration in the chat-booking shape ────────────── */

/* Answered steps collapse into pills; clicking one goes back to that question. */
.cbe-pt-pills { display:flex; flex-wrap:wrap; gap:6px; margin:0 0 4px; }
.cbe-pt-pill-btn { display:inline-flex; align-items:center; gap:6px; cursor:pointer;
    padding:6px 11px; border:1px solid var(--pt-line); border-radius:999px;
    background:var(--pt-surf); color:var(--pt-dim); font:inherit; font-size:12px; }
.cbe-pt-pill-btn i { font-size:9px; opacity:.55; }
.cbe-pt-pill-btn:hover { color:var(--pt-ink); border-color:var(--pt-gold); }

.cbe-pt-backbtn { display:inline-flex; align-items:center; gap:7px; cursor:pointer;
    background:none; border:none; padding:0; margin:0 0 10px;
    font:inherit; font-size:12.5px; font-weight:600; color:var(--pt-dim); }
.cbe-pt-backbtn:hover { color:var(--pt-gold); }

/* The lookup widget sits inside a wizard card, so it drops its own frame. */
.cbe-pt-clk .cbe-clk { border:none; padding:0; margin-bottom:14px; background:none; }
.cbe-pt-clk .cbe-clk-country, .cbe-pt-clk .cbe-clk-q { background:var(--pt-surf); }

/* 2.24.2 — brand block above the sign-in and registration cards, matching the portal header. */
.cbe-pt-mark { display:flex; flex-direction:column; gap:3px; margin:0 0 18px; }
.cbe-pt-mark b { font-size:15px; font-weight:800; letter-spacing:2px; color:var(--pt-gold); }
.cbe-pt-mark span { font-size:9px; font-weight:700; letter-spacing:1.6px;
    text-transform:uppercase; color:var(--pt-dim); }
.cbe-pt-mark.has-logo { flex-direction:row; align-items:center; gap:12px; }
.cbe-pt-mark.has-logo span { padding-left:12px; border-left:1px solid var(--pt-line); }

/* 2.24.2 — a document row uploads on its own, so it needs its own little status line. */
.cbe-pt-doc-up { display:flex; flex-wrap:wrap; align-items:center; gap:10px; flex:1 1 240px; min-width:0; }
.cbe-pt-doc-up .cbe-pt-btn { width:auto; margin:0; padding:9px 16px; font-size:13px; }
.cbe-pt-docfile { flex:1 1 160px; min-width:0; font-size:12.5px; color:var(--pt-dim); }
.cbe-pt-doc-msg { flex-basis:100%; font-size:12px; }
.cbe-pt-doc-msg.ok { color:#2e7d32; }
.cbe-pt-doc-msg.bad { color:#991b1b; }
