/* Add your custom styling here to make the instructions look nice */
.covalent-instructions {
  font-family: sans-serif;
  line-height: 1.6;
  margin-bottom: 20px; /*Add bottom Margin*/
}

.covalent-instructions h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
  color: #333; /* Add heading color */
}

.covalent-instructions h3 {
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #555; /* Add subheading color */
}

.covalent-instructions em {
  font-style: italic;
  color: #007bff; /* Highlight em tags */
}

.covalent-instructions strong {
  font-weight: bold;
  color: #007bff; /* Highlight strong tags*/
}