.payment-method-container {
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.grab-pay-info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #eee;
}
