.configure-field .configure-field-back-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.configure-field .configure-field-header-description {
  margin-bottom: 24px;
}
.configure-field .configure-field-tabs {
  margin-top: 25px;
}
.configure-field .context-controls {
  display: flex;
  margin-top: 8px;
  margin-bottom: 40px;
}
.configure-field .context-controls :first-child {
  flex-grow: 1;
}
.configure-field .context-tooltip {
  margin-left: 5px;
}
.configure-field table {
  margin-bottom: 23px;
}
.configure-field table td.name-cell .description,
.configure-field table td.description-cell button {
  font-size: 12px;
}
.configure-field table td.description-cell,
.configure-field table td.default-value-cell {
  word-break: break-word;
}
.configure-field table th.name-header,
.configure-field table th.default-value-header {
  width: 30%;
}
.configure-field table th.actions-header {
  width: 50px;
}
.configure-field table .collapsed-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.configure-field table .config-scheme-default-value ~ span > button {
  margin-left: 0;
}
.configure-field .screens-summary-message {
  margin-top: 8px;
  margin-bottom: 40px;
}
.configure-field .screens-summary-message .field-name {
  font-weight: bold;
  text-transform: lowercase;
}
