/* SMS rich-text editor output: shared storefront renderer. */
.shopcube-editor-align-left { text-align: left; }
.shopcube-editor-align-center { text-align: center; }
.shopcube-editor-align-right { text-align: right; }
.shopcube-editor-align-justify { text-align: justify; }

.shopcube-editor-font-size-10 { font-size: 10px; }
.shopcube-editor-font-size-12 { font-size: 12px; }
.shopcube-editor-font-size-14 { font-size: 14px; }
.shopcube-editor-font-size-16 { font-size: 16px; }
.shopcube-editor-font-size-18 { font-size: 18px; }
.shopcube-editor-font-size-20 { font-size: 20px; }
.shopcube-editor-font-size-24 { font-size: 24px; }
.shopcube-editor-font-size-32 { font-size: 32px; }
.shopcube-editor-font-size-48 { font-size: 48px; }

.shopcube-editor-font-noto-sans-kr { font-family: "Noto Sans KR", sans-serif; }
.shopcube-editor-font-pretendard { font-family: "Pretendard", sans-serif; }

.shopcube-editor-horizontal-rule {
  height: 2px;
  margin: 24px 0;
  border: 0;
  background: #111827;
}
