/* --- Begin ParametersListItem/styles.module.css --- */
/* --- Part of docusaurus-plugin-doxygen --- */

:global(tr.doxyParamItem) {
  border: none;
}

:global(td.doxyParamItemDescription) {
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

:global(td.doxyParamItemName) {
  font-weight: bold;
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

/* --- End ParametersListItem/styles.module.css --- */
