.elementor-187 .elementor-element.elementor-element-31769d9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-6c8273f */.prompt-history {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.filter-buttons {
    margin-bottom: 20px;
}

.filter-btn {
    background-color: #f1f5f9;
    border: none;
    padding: 8px 16px;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.filter-btn.active {
    background-color: #4f46e5;
    color: white;
}

.prompt-item {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.prompt-header {
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
}

.prompt-type {
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
}

.prompt-type.chatgpt {
    background-color: #10a37f22;
    color: #10a37f;
}

.prompt-type.midjourney {
    background-color: #7b2bf922;
    color: #7b2bf9;
}

.prompt-content {
    padding: 16px;
    overflow-x: auto;
}

.prompt-content pre {
    white-space: pre-wrap;
    font-family: monospace;
    font-size: 14px;
    line-height: 1.5;
}

.prompt-actions {
    padding: 12px 16px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
}

.copy-btn, .delete-btn {
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #cbd5e1;
    background: white;
    transition: all 0.2s;
}

.copy-btn:hover {
    background: #f1f5f9;
}

.delete-btn {
    color: #ef4444;
    border-color: #ef444433;
}

.delete-btn:hover {
    background: #fef2f2;
}/* End custom CSS */