/*
 * CWS Suite — BlurHash crossfade.
 *
 * The blurred preview is emitted as an inline background-image on each
 * <img class="cws-blurhash-image"> by the PHP filters. The browser paints
 * that background on first parse, then draws the real image on top once it
 * loads. The JS clears the inline background after the load event so any
 * transparency in the real image doesn't reveal the blur behind it.
 */

.cws-suite-single-input-wrap-button .cws-suite-single-input-button {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cws-suite-single-input-wrap-button .cws-suite-action-status {
    font-size: 13px;
    opacity: 0.85;
}
