.sudan-bank-account {
        border: 2px solid #0018f2;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 5px;
        background-color: #f8f9fa;
    }
    
    .copy-btn {
        background-color: #0018f2;
        color: white;
        border: none;
        padding: 2px 8px;
        border-radius: 3px;
        cursor: pointer;
        font-size: 12px;
        margin-right: 5px;
    }
    
    .copy-btn:hover {
        background-color: #0033cc;
    }