.photolive-upload {
  border: 1px solid #dcdcde;
  border-radius: 12px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 480px;
  padding: 16px;
  text-align: var(--photolive-text-align, left);
  width: 100%;
}

.photolive-upload__file-input {
  display: none;
}

.photolive-upload__action {
  background: var(--photolive-button-bg, #2271b1);
  border: 0;
  border-radius: 8px;
  color: var(--photolive-button-text, #ffffff);
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 14px;
  min-height: 44px;
  padding: 11px 14px;
  width: 100%;
}

.photolive-upload__action:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.photolive-upload .photolive-upload__note,
.photolive-upload .photolive-upload__note:focus {
  border: 1px solid #8c8f94;
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--photolive-note-text, #000000) !important;
  font-size: 16px;
  margin-bottom: 14px;
  padding: 10px;
  width: 100%;
}

.photolive-upload .photolive-upload__note::placeholder,
.photolive-upload .photolive-upload__note::-webkit-input-placeholder,
.photolive-upload .photolive-upload__note::-moz-placeholder {
  color: var(--photolive-placeholder-text, #8c8f94) !important;
  opacity: 1 !important;
  text-align: center !important;
}

.photolive-upload .photolive-upload__status,
.photolive-upload p.photolive-upload__status {
  color: var(--photolive-status-text, #3c434a) !important;
  font-size: 14px;
  margin: 0;
  min-height: 1.2em;
  text-align: inherit;
}

.photolive-upload .photolive-upload__status:empty {
  display: none;
}
