/*!
Theme Name: Outgrid Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: outgrid
Version: 1.0.0
Text Domain: outgrid
*/

 /* Add your custom style here */

#donate_section_style {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}

#donation_amount {
	width: 75%;
}

@media only screen and (min-width: 720px) {
	#donate_section_style {
		flex-direction: row;
	}
	#donation_amount {
		width: 20%;
	}
}