/* 
GLOBAL
*/
body {
    font-family: system-ui, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue;
}

.hidden {
    display: none;
}

.radio-group {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px; /* Generous spacing between touch targets */
}

.radio-card {
  display: flex;
  align-items: center;
  /* padding: 16px; /* Ensures minimum 44px+ height for touch accessibility */ */
  /* border: 2px solid #e2e8f0; */
  /* border-radius: 12px; */
  /* background: #fff; */
  /* cursor: pointer; */
  /* transition: border-color 0.2s, background-color 0.2s; */
}

/* Highlight card when radio is checked */
/* .radio-card:has(input[type="radio"]:checked) { */
/*   border-color: #2563eb; */
/*   background-color: #eff6ff; */
/* } */

/* .radio-card input[type="radio"] { */
/*   accent-color: #2563eb; */
/*   width: 20px; */
/*   height: 20px; */
/*   margin-right: 12px; */
/* } */
/**/
/* .radio-content { */
/*   display: flex; */
/*   flex-direction: column; */
/*   font-size: 16px; */
/*   color: #1e293b; */
/* } */
/**/
/* .radio-content small { */
/*   color: #64748b; */
/*   font-size: 14px; */
/*   margin-top: 2px; */
/* } */
