.card-body{
    display: flex;
    flex-direction: row;
}

/*------section-編輯器------*/
.note-editor{
    width: 60%;
}

.note-editor.note-frame .note-editing-area{
    height: 100%;
}

/*------section-統計資訊區塊------*/
#editor-info{
    padding-left: 2%;
    width: 40%;
}

.meter-score{
    display: flex;
    gap: 6px;
}

.meter-score span{
    color: rgb(243, 198, 75);
    font-size: 0.9em;
    font-weight: 600;
}


/*section - 詳細資訊*/
.tab-pane {
    padding: 20px 12px;
}

/*小標題*/
.title-s{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 8px;
}

.title-s div{
    color: chocolate;
    letter-spacing: 1px;
}

.title-s div span{
    border-bottom:1px solid chocolate ;
    padding: 0 8px 2px 8px;
    margin-right: 4px;
    font-weight: 600;
}

.info-textbox{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #9b9b9b;
}

/*建議字詞*/
.suggest-keyword {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
}

.suggest-keyword span{
    padding: 2px 10px;
    margin-bottom: 4px;
    border: 1px solid #9b9b9b;
    color: #707070;
    border-radius: 16px;
    cursor: default;

}

.keyword{
    background-color: chocolate;
    color: #fff !important;
    border-color: chocolate !important;
}