/* Main embed */
.dw-shortcode-embed {
    margin: 2em 0;
}

/* Loading state */
.dw-shortcode-embed .dw-embed-message {
    padding: .5em 1em;
    background-color: rgba(0,0,0,.15);
    height: inherit;
}

/* Error state */
.dw-shortcode-embed .dw-embed-error {
    display: inline-block;
    padding: .5em 1em;
    border-radius: .25em;
    background-color: #FEE2E2;
    color: #7F1D1D;
}

/* Form Event Messages */
.dw-shortcode-embed .dw-message-form-complete.message-shown::before,
.dw-shortcode-embed .dw-message-form-cancel.message-shown::before {
    content: attr(data-message);
    display: inline-block;
    padding: .5em 1em;
    width: auto;
    border-radius: .25em;
}

.dw-shortcode-embed .dw-message-form-complete::before {
    background: #D1FAE5;
    color: #047857;
}
.dw-shortcode-embed .dw-message-form-cancel::before {
    background: #FEF3C7;
    color: #B45309;
}
