/**
 * USDT TRC20支付插件样式
 */

.wc-usdt-trc20-icon {
    max-width: 64px;
    vertical-align: middle;
    margin-right: 10px;
}

.wc-usdt-trc20-container {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0;
}

.wc-usdt-trc20-container p {
    margin: 5px 0;
}

.wc-usdt-trc20-amount {
    font-weight: bold;
    color: #3498db;
}

.wc-usdt-trc20-address {
    font-family: monospace;
    background-color: #f5f5f5;
    padding: 8px;
    border-radius: 3px;
    word-break: break-all;
}

.wc-usdt-trc20-notice {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    padding: 10px;
    border-radius: 3px;
    margin: 10px 0;
}

.wc-usdt-trc20-success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    padding: 10px;
    border-radius: 3px;
    margin: 10px 0;
} 