/* Extracted styles from index.html */

/* Simple page background for contrast */
body {
  background-color: #f3f4f6; /* gray-100 */
}

/* Ensure inputs are clearly visible */
input[type="radio"] {
  margin-right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
}

/* Custom class to hide views */
.hidden {
  display: none;
}

/* Remove underline from links */
.no-underline {
  text-decoration: none;
}
