.ocr-return-page {
  width: 100%;
}

.ocr-panel {
  margin-bottom: 24px;
  padding: 30px 34px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.ocr-panel .form-group {
  display: block;
  margin: 0 0 24px !important;
  padding: 0 !important;
  clear: both;
}

.ocr-panel label {
  display: block;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #414141;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left !important;
}

.ocr-panel .form-control {
  display: block;
  width: 100% !important;
  height: 40px !important;
  min-height: 40px;
  margin: 0 !important;
  padding: 0 12px !important;
  float: none !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  color: #414141 !important;
  font-size: 14px;
  line-height: 40px;
  box-shadow: none !important;
  outline: 0 !important;
}

.ocr-panel .form-control:focus {
  border-color: #999 !important;
  box-shadow: none !important;
}

.ocr-panel select.form-control {
  padding: 0 42px 0 12px !important;
  cursor: pointer;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23414141' d='M5 6L0 0h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 10px 6px !important;
}

.ocr-panel select.form-control::-ms-expand {
  display: none;
}

.ocr-panel textarea.form-control {
  height: auto !important;
  min-height: 120px;
  padding: 10px 12px !important;
  line-height: 1.5;
}

.ocr-hidden {
  display: none !important;
}

.ocr-panel .btn.btn-primary {
  padding: 10px 28px !important;
  border: 1px solid var(--motiveColor, #e41a21) !important;
  border-radius: 0 !important;
  background: var(--motiveColor, #e41a21) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none !important;
}

.ocr-panel .btn.btn-primary:hover,
.ocr-panel .btn.btn-primary:focus {
  border-color: #222 !important;
  background: #222 !important;
  color: #fff !important;
}

.ocr-download-form {
  display: inline-block;
  margin-top: 12px;
}

.ocr-panel h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.25rem;
}

.ocr-products {
  margin-bottom: 24px;
}

.ocr-product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.ocr-product-row:first-child {
  border-top: 1px solid #eee;
}

.ocr-product-choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  flex: 1 1 auto;
}

.ocr-product-choice input {
  margin-top: 4px;
}

.ocr-product-choice small {
  display: block;
  margin-top: 3px;
  color: #666;
}

.ocr-quantity {
  width: 120px;
  flex: 0 0 120px;
}

.ocr-quantity label,
.ocr-quantity small {
  display: block;
}

.ocr-return-methods {
  margin-bottom: 20px;
}

.ocr-return-method {
  display: block;
  margin-bottom: 10px;
}

.ocr-return-method input {
  margin-right: 8px;
}

@media (max-width: 575px) {
  .ocr-panel {
    padding: 20px;
  }

  .ocr-product-row {
    display: block;
  }

  .ocr-quantity {
    width: 100%;
    margin-top: 12px;
  }
}
