/* RichText Editor images */
.pxth-rt-editor img.rt-img,
[data-edit="richtext"] img.rt-img{
  max-width:100% !important;
  height:auto !important;
  border-radius:8px !important;
  margin:12px 0 !important;
}
.pxth-rt-editor img.align-left,
[data-edit="richtext"] img.align-left{
  float:left !important;
  width:40% !important;
  margin:6px 16px 10px 0 !important;
}
.pxth-rt-editor img.align-right,
[data-edit="richtext"] img.align-right{
  float:right !important;
  width:40% !important;
  margin:6px 0 10px 16px !important;
}
.pxth-rt-editor img.align-center,
[data-edit="richtext"] img.align-center{
  display:block !important;
  margin:14px auto !important;
  float:none !important;
}
.pxth-rt-editor img.align-full,
[data-edit="richtext"] img.align-full{
  display:block !important;
  width:100% !important;
  margin:14px 0 !important;
  float:none !important;
}
.pxth-rt-editor img.pxth-rt-selected{
  outline:3px solid #1677ff !important;
  outline-offset:2px !important;
}
[data-edit="richtext"]::after{
  content:"";
  display:block;
  clear:both;
}
