/* unset global AUI styles. textarea will be styled by MUI */
.amzn-discussion textarea,
.amzn-discussion textarea:focus {
  all: unset;
}

/*
  default values for design tokens
  TODO: use shadow DOM or something so we don't need to pollute the root scope
*/
:root {
  --discussion-padding-top: 0px;
  --discussion-padding-bottom: 0px;
}


/*# sourceMappingURL=static/js/../js/static/css/styles.4ace67862d0157f16cb5.css.map.js*/