/* استایل مخصوص ادیتور گوتنبرگ */
.api-code-snippet-block-editor {
    border: 2px dashed #ddd;
    padding: 20px;
    background-color: #fafafa;
    border-radius: 8px;
    margin: 10px 0;
}

.api-code-snippet-header {
    margin-bottom: 20px;
}

.api-code-snippet-item {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #fff;
}

.api-code-snippet-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.api-code-snippet-item-header h4 {
    margin: 0;
}

/* استایل عمومی برای نمایش بلاک در فرانت‌اند */
.wp-block-api-code-snippet {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 6px;
    margin: 20px 0;
}
