:root {
  --focus-color: #097efb;
  --focus-color-dark-bg: #3b99fc;
}
@media (prefers-color-scheme: dark) {
  :root {
    --focus-color: #3b99fc;
    --focus-color-dark-bg: #097efb;
  }
}
table {
  max-width: 750px;
  margin-bottom: 40px;
}
table.api-table tbody th {
  min-width: 150px;
}
table.api-table tbody td {
  text-align: left;
}
table.api-table tbody th,
table.api-table tbody td {
  word-break: break-word;
  /* allow breaking words */
  overflow-wrap: anywhere;
  /* break at allowed points */
  line-break: hyphens;
}
@media only screen and (min-width: 720px) {
  table.api-table tbody th {
    word-break: inital;
    /* allow breaking words */
    line-break: initial;
    white-space: nowrap;
  }
}
/*# sourceMappingURL=how-to-create-an-enscribe-plugin.css.map */