.simple-box {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

textarea {
  border: none !important;
  resize: none;
  min-height: 185px !important;
  height: fit-content !important;
}

.source, source:focus {
    background-color: #f5f5f5 !important;
}

.result {
    background-color: #f0f0f0 !important;
}

@media (max-width: 767px) {
  .result {
    background-color: #1a73e8 !important;
    color: #ffffff;
  }

  .result:focus {
    color: #ffffff;
  }
}