.rx-smart {
  margin: 12px 0 18px;
  padding: 14px;
  border: 1px solid #e5ebf2;
  border-radius: 10px;
  background: #f7f9fc;
}

.rx-smart__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #1f2933;
}

.rx-smart__help {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.45;
  color: #6b7c93;
}

.rx-smart__preview-wrap {
  margin-bottom: 10px;
}

.rx-smart__preview {
  display: block;
  max-width: 100%;
  max-height: 260px;
  border-radius: 8px;
  border: 1px solid #d9e2ec;
  background: #fff;
  object-fit: contain;
}

.rx-smart__meta,
.rx-smart__status {
  margin: 8px 0 0;
  font-size: 13px;
  color: #1f2933;
}

.rx-smart__ocr-label {
  display: block;
  margin: 12px 0 6px;
  font-weight: 600;
  font-size: 14px;
}

.rx-smart__ocr {
  width: 100%;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
  resize: vertical;
}
