.tiptap-editor .ProseMirror {
    min-height: 180px;
    outline: none;
}

.tiptap-editor .ProseMirror p {
    margin-bottom: 8px;
}

.tiptap-editor .ProseMirror ul,
.tiptap-editor .ProseMirror ol {
    padding-left: 20px;
}


.automation-help-card {
    position: sticky;
    top: 90px;
}

.automation-help-item {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #edf0f5;
}

.automation-help-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 16px;
}

.bg-success-light {
    background: rgba(25, 135, 84, 0.1);
}

.bg-warning-light {
    background: rgba(255, 193, 7, 0.15);
}

.bg-primary-light {
    background: rgba(13, 110, 253, 0.1);
}