.osc-upload-widget {
  width: 100%;
}

.osc-upload-widget__header {
  margin-bottom: 18px;
}

.osc-upload-widget__title {
  margin: 0 0 8px;
}

.osc-upload-widget__intro {
  margin: 0;
}

.osc-upload-widget__intro p:last-child {
  margin-bottom: 0;
}

.osc-upload-widget .mvu-form {
  max-width: 100%;
}

.osc-upload-widget .mvu-field select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  background: #fff;
}

.osc-upload-widget .mvu-field input[type="file"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

.osc-upload-widget__file-display {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  background: #fff;
}

.osc-upload-widget__file-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  color: #fff;
  background: #1f5eff;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.osc-upload-widget__file-name {
  min-width: 0;
  color: #4b5563;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.osc-upload-widget__video-help {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #d7e2ff;
  border-radius: 8px;
  background: #f5f8ff;
}

.osc-upload-widget__video-help p {
  margin: 0;
  font-size: 13px;
}

.osc-upload-widget__missing {
  padding: 16px;
  border: 1px solid #f0c6c6;
  border-radius: 12px;
  background: #fff5f5;
  color: #9f1d1d;
  font-weight: 600;
}

@media (max-width: 767px) {
  .osc-upload-widget__header {
    margin-bottom: 14px;
  }
}
