/**
 * Giveaway form, Gravity Form 3
 *
 * Migrated from Elementor Custom Code: snippet 2131 "Form Giveaway".
 * Loaded only on pages carrying form 3 (currently /giveaway), rather than
 * site-wide as the snippet did.
 *
 * Rebranded on migration: 3 occurrences of #BF1A2F to #FF3400.
 */

/* ── Inputs: text, email, tel, url ──────────────────────────── */
#gform_3 input[type="text"],
#gform_3 input[type="email"],
#gform_3 input[type="tel"],
#gform_3 input[type="url"] {
  background:    #0000008C !important;
  color:         #FFFFFF !important;
  font-family:   'Poppins', sans-serif !important;
  font-size:     16px !important;
  padding:       13px 14px !important;
  border-radius: 4px !important;
  width:         100% !important;
  height:        auto !important;
  min-height:    50px !important;
  line-height:   1.4 !important;
  box-sizing:    border-box !important;
	font-weight: 500!important;
	border-radius: 10px!important;
	border: 0.5px solid #686e77!important;
}

#gform_3 input::placeholder,
#gform_3 textarea::placeholder {
	color: #FFFFFF !important;
	font-weight: 600!important;
}
	
#gform_3 .gform-field-label {
	color: #ffffff;
	font-size: 16px !important;
	text-transform: uppercase;
	font-weight: 600;
}

#gform_3 .gform_button{
	background-color: #FF3400!important;
	border-radius: 10px!important;
}
	
#gform_3 .gfield-choice-input{
  background: #0000008C !important;
	width: 45px;
	height: 45px;
	border-radius: 10px;
}
	
#gform_3 .gchoice .gchoice_3_8_1{
	 justify-items: center;
} 
	
#gform_3 .gfield-choice-input::before{
	color: #FF3400!important;
	font-size: 30px;
}
	
#gform_3 .text-terms a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
	margin: 20px 0px 10px 0px;
}

#gform_3 .text-terms a:hover{
	color: #FF3400!important;
}
