.editor-guidance-panel {
    background: #f0f5ff;
    border-left: 4px solid #2b59ff;
    padding: 14px 16px;
    margin: 12px 0 16px;
    border-radius: 4px;
}

.editor-guidance-title {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 13px;
}

.editor-guidance-message {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}