.badge {
    /*margin-left: 10px;*/
    position: relative;
    right: -13px;
}

.yellow a {
    background-color: yellow;
    padding: 5px;
    line-height: 36px;
}
.sentence.yellow {
    display: inline-block;
}
.yellow span.accepted {
    background-color: white;
}

.all-yellow {
    background-color: yellow;
}

#chatgpt-answer {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 10px;
    resize: vertical;
    overflow: auto;
    min-height: 113px;
    width: 100%;
}

a.checked.yellow {
    background-color: yellow!important;
    padding: 5px;
    line-height: 36px;
    text-decoration: none;
    color: #000;
}
a.checked.white {
    background-color: white!important;
    padding: 5px;
    line-height: 36px;
    text-decoration: none;
    color: #000;
}
#checks {
    max-height: 300px;
  overflow: scroll;
  padding: 5px;
  margin: 10px 0;
}