.js .paragraph-type-label,
.js .paragraph-type,
.js .paragraph-type-title {
  /* text-overflow: unset !important;
  overflow: visible; */
  white-space: normal;
  flex-basis: auto;
}

.js .paragraph-top {
  -ms-grid-columns: 200px auto 1fr auto;
  grid-template-columns: 200px auto 1fr auto;
}

.js .paragraph-top .paragraph-type {
  display: flex;
  align-items: baseline;
}
.js .paragraph-type-icon {
  width: 25px;
  height: auto;
  max-width: initial;
  margin-right: 10px;
}
