/* Unicode Converter Custom Styles */

/* Override styling for both input and output textareas */
.unicode-converter-input,
.unicode-converter-output {
  text-align: left !important;
  resize: vertical;
  min-height: 60px !important;
  height: 120px;
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

