.t4c-directory{max-width:1100px;margin:24px auto;padding:0 12px;}
.t4c-directory__filters{display:flex;gap:8px;align-items:center;margin-bottom:16px;flex-wrap:wrap;}
.t4c-inline{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#374151;}
.t4c-checkbox{width:16px;height:16px;}
.t4c-typeahead-flex{flex:1 1 320px;min-width:280px;}
.t4c-ngo-dropdown{flex:1 1 320px;min-width:280px;}
.t4c-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;}
.t4c-card{display:block;border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff;text-decoration:none;box-shadow:0 2px 10px rgba(0,0,0,0.04);}
.t4c-card:hover{box-shadow:0 6px 18px rgba(0,0,0,0.08);}
.t4c-card__title{font-weight:700;font-size:16px;color:#111827;margin-bottom:6px;}
.t4c-card__meta{font-size:13px;color:#4b5563;}
.t4c-badge{display:inline-block;font-size:12px;padding:3px 8px;border-radius:999px;background:#e0f2fe;color:#075985;}
.t4c-badge--gray{background:#f3f4f6;color:#374151;}
.t4c-badge--warn{background:#fff7ed;color:#9a3412;}
.t4c-badge--ok{background:#ecfdf5;color:#065f46;}
.t4c-widget{max-width:1000px;margin:24px auto;padding:16px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;}
.t4c-widget h3{margin:0 0 10px 0;font-size:20px;}
.t4c-widget__meta{color:#6b7280;font-size:13px;margin-bottom:12px;}
.t4c-row{display:flex;gap:16px;flex-wrap:wrap;}
.t4c-col{flex:1;min-width:280px;}
.t4c-label{display:block;font-weight:600;margin:10px 0 6px 0;}
.t4c-input,.t4c-select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:12px;font-size:14px;}
.t4c-btn{display:inline-block;padding:10px 14px;border-radius:12px;border:1px solid #111827;background:#111827;color:#fff;text-decoration:none;cursor:pointer;margin-top:10px;}
.t4c-btn--secondary{background:#fff;color:#111827;}
.t4c-help{font-size:12px;color:#6b7280;margin-top:10px;line-height:1.4;}
.t4c-status{margin-top:10px;font-size:13px;}
.t4c-status.ok{color:#065f46;}
.t4c-status.err{color:#991b1b;}
.t4c-qr-wrap{margin-top:10px;}
.t4c-qr{width:220px;height:220px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;}
.t4c-disclaimer{margin-top:14px;padding:12px;border-radius:12px;background:#f9fafb;border:1px solid #e5e7eb;font-size:13px;color:#374151;}
.t4c-receipt{max-width:900px;margin:24px auto;padding:0 12px;}
.t4c-receipt__box{border:1px solid #e5e7eb;border-radius:16px;padding:16px;background:#fff;}
.t4c-receipt__pay{margin-top:16px;border:1px dashed #d1d5db;border-radius:16px;padding:16px;background:#fff;}
.t4c-receipt__actions{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap;}
.t4c-claim{margin-top:18px;padding:14px;border-radius:16px;background:#f9fafb;border:1px solid #e5e7eb;}
.t4c-claim h4{margin:0 0 8px 0;font-size:16px;}
.t4c-submit{max-width:900px;margin:24px auto;padding:16px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;}
.t4c-submit h2{margin:0 0 10px 0;}
.t4c-submit hr{border:0;border-top:1px solid #e5e7eb;margin:16px 0;}
code{background:#f3f4f6;padding:2px 6px;border-radius:8px;}
@media print{
  body{background:#fff;}
  .t4c-btn,.t4c-directory__filters{display:none!important;}
  .t4c-widget,.t4c-receipt__pay{border:none!important;}
}


/* Typeahead suggestions */
.t4c-typeahead-wrap{position:relative;}
.t4c-suggest-box{position:absolute;left:0;right:0;top:100%;z-index:999;background:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:6px;box-shadow:0 10px 30px rgba(0,0,0,.08);max-height:320px;overflow:auto;}
.t4c-suggest-row{padding:10px;border-radius:8px;cursor:pointer;}
.t4c-suggest-row:hover,.t4c-suggest-row.active{background:rgba(0,0,0,.05);}
.t4c-suggest-title{font-weight:600;}
.t4c-suggest-meta{font-size:12px;opacity:.75;margin-top:2px;}

/* A–Z bar */
.t4c-az{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 14px;}
.t4c-az a{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border:1px solid #d9d9d9;border-radius:999px;text-decoration:none;font-size:13px;}
.t4c-az a.active{background:#111;color:#fff;border-color:#111;}
