/******************************************
******** CENTRAL PUBLIC CLASSES ***********
******************************************/
:root {

  /* Text Color (see: https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=text&demo=text) */
  --oj-sp-rw-text-color-secondary-invert: rgba(var(--oj-palette-neutral-rgb-0), 0.6);

}

.oj-sp-public-primary-content-container {
  background-color: rgb(var(--oj-palette-neutral-rgb-0));
  box-shadow: var(--oj-core-box-shadow-md);
}

.oj-sp-public-hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/****** END: CENTRAL PUBLIC CLASSES ******/
