.ffcub-wrap {
  margin: 12px 0;
}

.ffcub-label {
  display: block;
}

.ffcub-label-text {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.ffcub-file-input {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  background: #fff;
}

.ffcub-meta {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.4;
}

.ffcub-help,
.ffcub-description {
  display: block;
  color: #666;
}

.ffcub-status {
  margin-top: 8px;
  font-size: 14px;
}

.ffcub-status.is-loading {
  color: #666;
}

.ffcub-status.is-success {
  color: #1d7f39;
}

.ffcub-status.is-error {
  color: #b42318;
}
