/* // TODO: remove once ODS fixed their components and use base in each component */
*[class^='ods-'] {
  *,
  *:before,
  *:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
}
