.tdlw-whois{max-width:1100px;margin:0 auto;padding:24px 18px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,'Noto Sans',sans-serif;color:#1b1b1b}
.tdlw-whois__header{margin-bottom:18px}
.tdlw-whois__header .page-header h1{font-size:28px;margin:0;color:#062f2c}
.tdlw-whois__header .page-header p{color:#555;margin-top:6px}

/* Search form */
.tdlw-whois__form{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin:18px 0;background:transparent}
.tdlw-whois__input{flex:1;min-width:220px;padding:12px 14px;border-radius:8px;border:1px solid #d9d9d9;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.03);font-size:15px}
.tdlw-whois__select{padding:11px 12px;border-radius:8px;border:1px solid #d9d9d9;background:#fff;font-size:15px}
.tdlw-whois__actions{display:flex;gap:10px;align-items:center}
.tdlw-whois__submit{background:#00695f;color:#fff;padding:10px 16px;border-radius:8px;border:none;cursor:pointer;font-weight:600}
.tdlw-whois__reset{background:transparent;color:#00695f;border:1px solid #00695f;padding:9px 14px;border-radius:8px;text-decoration:none;display:inline-block}
.tdlw-whois__submit:hover{background:#00514b}
.tdlw-whois__reset:hover{background:#e8f6f4}

/* Terms / pills */
.tdlw-whois__terms{margin:14px 0}
.tdlw-whois__terms-title{margin-right:10px;font-weight:700;color:#0b3b36}
.tdlw-whois__terms-list{display:flex;flex-wrap:wrap;gap:8px}
.tdlw-whois__term{background:#f7f7f7;padding:7px 12px;border-radius:20px;text-decoration:none;color:#0b3b36;font-size:14px;border:1px solid transparent}
.tdlw-whois__term:hover,.tdlw-whois__term:focus{background:#e9f5f3;border-color:#d1ece8;outline:none}

/* Results grid and cards */
.tdlw-whois__results{margin-top:12px}
.tdlw-whois__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;grid-auto-rows:1fr;align-items:stretch}
.tdlw-person-card{background:#fff;border-radius:10px;padding:12px;display:flex;flex-direction:column;height:100%;border:1px solid #eef3f2;box-shadow:0 6px 18px rgba(11,59,54,0.03);transition:transform .12s ease,box-shadow .12s ease}
.tdlw-person-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(11,59,54,0.06)}
.tdlw-person-card__link{color:inherit;text-decoration:none}
.tdlw-person-card__photo{width:100%;overflow:visible;border-radius:8px;background:#f3f7f6;display:block}
.tdlw-person-card__photo img{width:100%;height:auto;object-fit:contain;display:block}
.tdlw-person-card__avatar{width:100%;height:auto;display:block}
.tdlw-person-card__title{font-size:18px;margin:10px 0 6px;color:#053a36}
.tdlw-person-card__role{color:#6b6b6b;font-size:13px;margin:0 0 8px}
.tdlw-person-card__contact{font-size:14px;color:#444;margin-top:auto}
.tdlw-person-card__contact a{color:#00695f;text-decoration:none}
.tdlw-person-card__contact a:hover{text-decoration:underline}
.tdlw-person-card__tax{margin-top:8px;font-size:13px;color:#666}

/* Pagination */
.tdlw-whois__pagination{margin-top:22px}
.tdlw-whois__pagination .page-numbers{display:inline-block;padding:8px 10px;margin:0 4px;border-radius:6px;border:1px solid #e6e6e6;background:#fff}
.tdlw-whois__pagination .page-numbers.current{background:#00695f;color:#fff;border-color:#00695f}

/* No results */
.tdlw-whois__no-results{padding:18px;border-radius:8px;background:#fff;border:1px solid #f0f0f0}

/* Accessibility focus */
.tdlw-whois__input:focus,.tdlw-whois__select:focus,.tdlw-whois__submit:focus,.tdlw-whois__reset:focus,.tdlw-whois__term:focus{outline:4px solid rgba(0,105,95,0.12);outline-offset:2px}

/* Responsive tweaks */
@media (max-width:900px){
  .tdlw-whois__grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:520px){
  .tdlw-whois__form{flex-direction:column;align-items:stretch}
  .tdlw-whois__grid{grid-template-columns:1fr}
  .tdlw-person-card{min-height:auto}
}
