/* origem: site/0009.css */
/* SOURCE: /assets/refactor-v943/css/site/0029.css */
html body.pc .spb-comments .spb-comment-open{
  width:100%!important;
  border:1px solid var(--primary,var(--spb-primary,#f18043))!important;
  color:var(--primary,var(--spb-primary,#f18043))!important;
  background:#fff!important;
  border-radius:8px!important;
  font-weight:600!important;
  box-shadow:none!important;
}
html body.pc .spb-comments .spb-comment-open:hover,
html body.pc .spb-comments .spb-comment-open:focus{
  background:color-mix(in srgb,var(--primary,var(--spb-primary,#f18043)) 7%,#fff)!important;
  color:var(--primary,var(--spb-primary,#f18043))!important;
  outline:none!important;
  box-shadow:none!important;
}
html body.pc .spb-comments .spb-comment-form button[type="submit"]{
  background:var(--primary,var(--spb-primary,#f18043))!important;
  border:1px solid var(--primary,var(--spb-primary,#f18043))!important;
  color:#fff!important;
  border-radius:8px!important;
  box-shadow:none!important;
}
html body.pc .spb-comments .spb-comment-form button[type="submit"]:hover,
html body.pc .spb-comments .spb-comment-form button[type="submit"]:focus{
  filter:brightness(.96)!important;
  outline:none!important;
  box-shadow:none!important;
}

