.correct-sentence {
    display: flex;
    flex-direction: row;
}

.cs-word {
    height: fit-content;
    position: relative;
}

.cs-edit-group {
    position: relative;
    top: 12px;
    left: -1px;
    height: fit-content;
    width: fit-content;
    display: inline-block;
}

.knq-cs-input-label {
    position: absolute;
    left: 4px;
    font-size: 0.85em;
    background: #fff;
    padding: 0 6px;
    z-index: 2;
    border-radius: 8px;
    color: #888;
    transform: translateY(-50%);
    pointer-events: none;
}

.knq-cs-input-border {
    border: 2px solid #bbb;
    border-radius: 8px;
    padding: 16px 4px;
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
}

.cs-edit-group .knq-cs-input{
    min-width: 0;
    height: 30px;
    font-size: 22px;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    margin-right: 8px;
}

.cs-edit-group .knq-cs-input:focus {
    border: none;
    outline: none;
}

.cs-close {
    padding: 6px 10px;
    border: none;
    background: #eee;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 0;
}
