/* Generate button inside the native Attachment details panel. */
/*
 * Known cosmetic nit: the button's left border is clipped by a pixel in the
 * Attachment details column. Adding core's own float/clear pattern for that
 * column did not change it, so the cause is elsewhere; left as-is deliberately
 * rather than guessing further.
 */
.aigude-attachment-generate {
    margin: 8px 0 12px;
}

.aigude-attachment-generate .aigude-generate-status {
    margin-left: 8px;
    font-style: italic;
}

.aigude-attachment-generate .description {
    margin: 6px 0 0;
}
