/* AltGenAI — Gutenberg Panel Styles */

/* Panel button */
.agai-generate-btn-wrap {
    padding: 4px 0;
}

/* Gallery image list rows */
.agai-gallery-image-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 12px;
}

.agai-gallery-image-row:last-child {
    border-bottom: none;
}

/* Status colors */
.agai-status-done  { color: #22c55e; }
.agai-status-error { color: #ef4444; }
.agai-status-idle  { color: #777; }
