/* 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;
}

#dev-settings{background-color:lightblue;padding:5px;border:1px solid black;font-family:Arial, Helvetica, sans-serif;font-size:small}#dev-settings-flex{display:flex;grid-gap:40px;gap:40px;flex-wrap:wrap}#style-override-textbox{width:400px;height:calc(100% - 50px)}@media only screen and (max-width: 400px){#style-override-textbox{width:200px;height:calc(100% - 50px)}}@media only screen and (min-width: 700px){#discussion-div{width:500px;margin:auto}}input{margin-left:10px}select{margin-left:10px}


/*# sourceMappingURL=static/js/../js/static/css/styles.5efc1925c0a0d1c7d3f1.css.map.js*/