/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 09:09:26 */
.gift-card-form {
	.form-container {
		border: none !important;
		border-radius: 0 !important;
		background-color: white !important;
		color: black !important;
	}
	
	input#amount {
		border-radius: 0 !important;
	}
	
	button {
		border-radius: 0 !important;
		width: 100% !important;
	}
}