/* ========================================
   Forms Styles for Dragon Lore Tours Theme
   Author: Your Name, Date: YYYY-MM-DD
   Note: Styles for site-header and header elements
   ======================================== */

   
/* 1. Radio box titles bold */
#form_dragon-lore-tours-oracle .frm_primary_label {
  font-weight: bold;
  margin-bottom: 1rem;
  margin-bottom: 0.8rem;
}

/* 2. Make radio circles 1.5× bigger */
#form_dragon-lore-tours-oracle .frm_radio input[type="radio"] {
  width: 1.6rem;
  height: 1.6rem;
  accent-color: #2e3b77; /* Optional: color the radio icon */
  vertical-align: middle;
  margin-right: 0.5em;
}
#form_dragon-lore-tours-oracle .frm_radio  label {font-size: 1.4rem;}

/* 3. Spacing between option lists */
#form_dragon-lore-tours-oracle  .frm_opt_container  {
  margin-bottom: 2.5rem;
}


/* Remove any border from Elementor Containers */
.e-con, 
.e-n-accordion-item-title,
.frm_form_fields fieldset {
  border-width: none !important;
  border-left-width: none; 
  border-right-width: none;
  border-top-width: none;
  border-bottom-width: none;
  border: none !important;
  box-shadow: none !important;
}

.frm_form_fields fieldset {}

#form_dragon-lore-tours-oracle input,
#form_dragon-lore-tours-oracle textarea {background-color: #fff;}
#form_dragon-lore-tours-oracle .frm_button_submit .frm_final_submit {font-size: 1.4rem; width: 2rem; heigth: 1.6rem;}
