.image-result .image-storage-notice {
  display: block;
  margin: 10px 0 0;
  padding: 11px 13px;
  border: 1px solid #f0b44f80;
  border-radius: 11px;
  background: #f0b44f17;
  color: var(--text);
  font-size: 13px;
  line-height: 1.5;
  white-space: normal;
}

.image-storage-notice strong {
  color: #ffd174;
  font-size: 14px;
}

html[data-theme=light] .image-result .image-storage-notice {
  border-color: #a95d28;
  background: #fff3dc;
  color: #392213;
}

html[data-theme=light] .image-storage-notice strong {
  color: #7b3512;
}
