/* checkAddress.css */
.widCenter.page-container { max-width: 1280px; margin: 18px auto; padding: 18px }
.search-panel { margin-top: 18px!important; display: flex; }
.search-form { margin-left: 50px; }
.search-panel h1 { margin: 35px 0 12px 0; }
.search-panel p { line-height: 40px; margin: 20px 0; text-indent: 2em; }
.search-row { display: flex; gap: 12px; align-items: center }
.search-row .layui-input-inline { width: 60%; }
.card-overview, .card-txs, .card-details, .card-visual { border: 1px solid rgba(0,0,0,0.03); background: #fff; padding: 14px; border-radius: 8px; box-shadow: 0 8px 20px rgba(10,20,40,0.04); margin-bottom: 12px }
.card-overview { flex: 1; }
.card-details { width: 320px; }
.overview-grid .overview-item { padding: 10px }
.overview-item label { color: #888 }
.overview-item .value { font-weight: 700; font-size: 18px; margin-top: 6px }
.risk-safe { color: #16b777 !important; }
.risk-warn { color: #ffb800 !important; }
.risk-danger { color: #ff5722 !important; }
.muted { color: #999; padding: 12px }
.card-txs table { width: 100% }
.card-details dl { margin: 0 }
.card-details dt { color: #999; margin-top: 8px }
.card-details dd { margin: 0 0 6px 0; font-weight: 600 }
.search-result { display: flex; gap: 12px; }
#trxTxTable td { word-break: break-all; white-space: normal; }
#trxTxTable td:last-child { font-size: 12px; color: #666; }
#trxTxTable td:nth-child(1) { font-size: 13px; }
#trxTxTable td:nth-child(3){ font-size: 12px; font-weight:bold; }

#usdtTxTable td { word-break: break-all; white-space: normal; }
#usdtTxTable td:last-child { font-size: 12px; color: #666; }
#usdtTxTable td:nth-child(1) { font-size: 13px; }
#usdtTxTable td:nth-child(3) { font-size: 12px; font-weight: bold; }


@media only screen and (max-width: 768px) {
    .search-row { flex-direction: column; align-items: stretch }
    .search-logo { display: none; }
    .search-row .layui-input-inline { width: 100%; }
    .search-form { margin: 0px; padding: 12px; }
    .search-form h1 { margin-top: 0px; }
    .search-panel { display: block; }
    .search-result { display: block; }
    .card-details { width: 100%; }
}
