.tpc-editor-wrap {
    border: 1px solid #dbe1ea;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.tpc-editor-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px;
    border-bottom: 1px solid #edf0f5;
    background: #f8fafc;
}

.tpc-editor-toolbar button {
    border: 1px solid #dbe1ea;
    background: #fff;
    border-radius: 8px;
    padding: 6px 10px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}

.tpc-editor-toolbar button:hover {
    background: #eef4ff;
}

.tpc-editor-area {
    min-height: 160px;
    padding: 14px;
    outline: none;
    line-height: 1.7;
    background: #fff;
}

.tpc-editor-area:focus {
    box-shadow: inset 0 0 0 2px rgba(13, 110, 253, .18);
}

.tpc-editor-area h2,
.tpc-editor-area h3,
.tpc-editor-area p,
.tpc-editor-area ul,
.tpc-editor-area ol {
    margin-bottom: 10px;
}
