/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.wp-block-drm-simplebox {
  position: relative; }
  .wp-block-drm-simplebox.text-left {
    text-align: left; }
  .wp-block-drm-simplebox.text-center {
    text-align: center; }
  .wp-block-drm-simplebox.text-right {
    text-align: right; }
  .wp-block-drm-simplebox.remove-margins > *:first-child {
    margin-top: 0 !important; }
  .wp-block-drm-simplebox.remove-margins > *:last-child {
    margin-bottom: 0 !important; }
