#custom-upload-preview {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}

#custom-upload-preview img {
  display: block;
  margin: 0 auto 5px auto;
  max-width: 100px;
}

#custom-upload-preview button {
  background: #000;
  color: #fff;
  border: 1px solid red;
  border-radius: 4px;
  padding: 6px 12px;
  cursor: pointer;
}

#custom-upload-preview button:hover {
  background-color: red;
  color: white;
}
/*==========================================================*/
.entry-content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
  display: inline !important;
}

.entry-content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  display: inline !important;
}

.entry-content img.aligncenter {
  display: block !important;
  margin: 0 auto 1em;
  float: none !important;
}
.entry-content img[src*="sonnensystem"] {
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
}
.responsive-image-wrapper {
  aspect-ratio: 16 / 9;
  max-width: 100%;
  overflow: hidden;
}
.responsive-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
body .mce-content-body {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  max-width: 100%;
}
