#easyTranslate {
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
}

#easyTranslate h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.wrap .notice:not(.et-notice) {
  display: none;
}

#easyTranslate p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

#easyTranslate p.et_example {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  width: auto;
  background-color: #ccc;
  padding: 5px;
  border-radius: 5px;
}

#easyTranslate ul {
  list-style: disc;
  padding: 0 30px;
}

#easyTranslate ul li {
  font-size: 15px;
  font-weight: 400;
}

