body {
  margin: 0;
  overflow: hidden;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%; }

main {
  width: 100%; }

.preview {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 20px RGB(0 0 0/7%); }
  .preview .head {
    display: flex;
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #ebebeb; }
    .preview .head .left {
      width: 20%; }
      .preview .head .left .logo span {
        font-size: 26px;
        font-weight: 500; }
      .preview .head .left .logo :nth-child(1) {
        color: #6172fb; }
      .preview .head .left .logo :nth-child(2) {
        color: #e94f25; }
      .preview .head .left .logo :nth-child(3) {
        color: #f0c430; }
      .preview .head .left .logo :nth-child(4) {
        color: #6172fb; }
      .preview .head .left .logo :nth-child(5) {
        color: #4eb241; }
      .preview .head .left .logo :nth-child(6) {
        color: #e94f25;
        transform: rotate(-19deg); }
    .preview .head .right {
      width: 80%; }
      .preview .head .right ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin: 10px 0;
        padding: 0; }
      .preview .head .right li {
        margin-right: 20px; }
      .preview .head .right .searchbar {
        display: flex;
        position: relative; }
        .preview .head .right .searchbar input {
          border: 0 none;
          box-shadow: 0 2px 5px 1px RGB(64 60 67/16%);
          border-radius: 24px;
          width: 100%;
          height: 44px; }

.result {
  padding: 40px 20px 20px; }
  .result .item {
    margin-left: 20%;
    position: relative; }
    .result .item.item-invalid .status i {
      background-color: #df3636; }
      .result .item.item-invalid .status i:before {
        content: "\21"; }
  .result .status {
    position: absolute;
    right: 30px;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%; }
    .result .status i {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      color: #fff;
      background-color: #4eb241; }
      .result .status i:before {
        content: "\f00c"; }

.result input,
.result textarea {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; }

.result .invalid {
  color: #df3636 !important; }

.result .link {
  color: #202124;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 6px 0; }

.result .title {
  color: #1a0dab;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 3px 0; }

.result .description {
  color: #4d5156;
  font-size: 14px;
  line-height: 1.58;
  margin: 6px 0 0 0;
  max-width: 512px;
  min-height: 100px;
  resize: none; }
