.pishro-wrapper {
    direction: rtl;
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
    font-family: tahoma;
}
.wallet-box {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.wallet-address {
    background: #f5f5f5;
    padding: 4px 8px;
    border-radius: 4px;
}
.pishro-cp-copy-btn {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 4px;
}
.pishro-qr {
    max-width: 200px;
    margin: 15px 0;
}
.pishro-timer-wrapper {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #d00;
}
.cancel-btn {
    display: inline-block;
    margin-top: 10px;
    color: red;
    text-decoration: none;
}
