/* dictionary-item.css */

.dictionary-item .type {
  width: max-content !important;
}

.dictionary-item .verb-type {
  width: max-content !important;
}

.dictionary-item .plural {
  width: max-content !important;
}


.dictionary-item .frequency {
  width: max-content !important;
}

.dictionary-item .topic {
  width: max-content !important;
}

.dictionary-item .synonym {
  width: max-content !important;
}

.dictionary-item .antonym {
  width: max-content !important;
}