/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2025 | 05:41:18 */
#component_1745800083 {
	.component_option_radio_buttons_container  {
		display: flex;
		border: 2px solid #5E5E5E;
		border-radius: 12px;
		
		.component_option_radio_button {
			margin-bottom: 0 !important;
			
			.radio_button_input {
				display: none;
			}
			
			.radio_button_description {
				justify-content: center;
				
				.radio_button_title title {
					margin-right: 0;
				}
			}
		}
		
		.component_option_radio_button::before {
			content: none;
		}
		
		#component_option_radio_button_8133.selected {
			background: #dc0022;
		}
		
		#component_option_radio_button_8134.selected {
			background: #2300db;
		}
		
	}
}