/* Server upload feedback fits the existing file list and form design. */
[data-cms-upload-service][hidden] { display: none !important; }
.cms-file-state { display: block; margin-top: 3px; color: #62716b; font-size: 12px; font-weight: 500; }
.cms-file-state[data-state="done"] { color: #27644c; }
.cms-file-state[data-state="error"], .cms-error { color: #c8102e; }
.file-list .cms-upload-retry { display: inline; width: auto; height: auto; padding: 2px 0; color: #c8102e; background: none; border: 0; font-size: 12px; text-decoration: underline; }
.cms-submit-status { margin: 12px 0 0; font-size: 14px; }
.cms-submit-status:empty { display: none; }
