.custom-payment-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.custom-payment-amount {
    padding: 10px;
    font-size: 16px;
    width: 120px;
    border-radius: 5px;
}

.custom-payment-button {
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
