<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.comp-feedback {
  background: transparent;
  position: relative;
  margin-top: 10px !important;
  width: 100%;
  font-family: "Arial", sans-serif;
}
.comp-feedback.erro .tabs-container button.erro {
  background-color: #5e9ec6;
  color: #fff;
  font-weight: bold;
}
.comp-feedback.erro .tabs-container button.redacao {
  background-color: #fff;
  color: #000;
}
.comp-feedback.erro .container.erro {
  display: flex;
}
.comp-feedback.erro .container.redacao {
  display: none;
}
.comp-feedback.redacao .tabs-container button.erro {
  background-color: #fff;
  color: #000;
}
.comp-feedback.redacao .tabs-container button.redacao {
  background-color: #5e9ec6;
  color: #fff;
  font-weight: bold;
}
.comp-feedback.redacao .container.erro {
  display: none;
}
.comp-feedback.redacao .container.redacao {
  display: flex;
}
.comp-feedback .tabs-container {
  display: flex;
  flex-direction: row;
}
.comp-feedback .tabs-container button {
  padding: 10px;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  color: #666;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0px 0px 2px #999;
}
.comp-feedback .tabs-container button:first-of-type {
  margin-left: 10px;
  margin-right: 5px;
}
.comp-feedback .container {
  padding: 10px;
  background: #5e9ec6;
  border: none;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .comp-feedback .container {
    flex-direction: row;
  }
}
.comp-feedback .container p {
  font-size: 12px;
  color: #000;
  font-family: "Arial", sans-serif;
  padding-right: 15px;
  text-align: justify;
}
.comp-feedback .container p a {
  color: #5e9ec6;
  text-decoration: underline;
}
.comp-feedback .container .text {
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding: 15px;
}
@media (min-width: 769px) {
  .comp-feedback .container .text {
    text-align: justify;
  }
}
.comp-feedback .container .buttons {
  width: auto;
  display: flex;
  margin: 5px 0 10px;
}
@media (min-width: 769px) {
  .comp-feedback .container .buttons {
    min-width: 150px;
    justify-content: space-between;
    margin-top: 10px;
  }
}
.comp-feedback .container .buttons button {
  padding: 10px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  color: #5e9ec6;
  margin-right: 15px;
  text-transform: uppercase;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .comp-feedback .container .buttons button {
    margin-right: 0px;
    justify-content: space-between;
  }
}
@media (max-width: 769px) {
  .comp-feedback .tabs-container button {
    width: 50%;
    margin: 0;
  }
  .comp-feedback .tabs-container button:first-of-type {
    margin: 0;
  }
  .comp-feedback .container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
</pre></body></html>