

.LiveField__answer {
    outline: 1px solid #DDDDDD;
    background-color: #ffffff;
}
   

/* Container for the form */
.form-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Create 4 equal-width columns */
    gap: 20px; /* Adjust the spacing between the columns */
}

/* Ensure form elements stretch across the columns */
.form-container .form-field {
    width: 100%; /* Make form fields responsive */
}
