{"version":3,"sources":["wp-editor-custom.scss","wp-editor-custom.css"],"names":[],"mappings":"AAGA,qBCDA,qBACA,qBACA,qBACA,qBACA,qBDGI,WAAA,EACA,YAAA,IACA,YAAA,IAGJ,qBACI,UAAA,KACA,cAAA,KAGJ,qBACI,UAAA,KACA,cAAA,KAGJ,qBACI,UAAA,KACA,cAAA,KAGJ,qBACI,UAAA,KACA,cAAA,KAGJ,qBACI,UAAA,KACA,cAAA,IAGJ,qBACI,UAAA,KACA,cAAA,IAIJ,oBACI,UAAA,KACA,YAAA,IACA,cAAA,KACA,WAAA,ECGJ,oBDCA,yBAEI,YAAA,IACA,UAAA,QAIJ,qBCDA,oBDGI,WAAA,OACA,UAAA,QAIJ,oBACI,UAAA,QACA,gBAAA,UACA,MAAA,QAGJ,0BACI,MAAA,QCGJ,qBDCA,qBAEI,UAAA,KACA,YAAA,IACA,cAAA,KACA,WAAA,EACA,YAAA,EACA,aAAA,KAGJ,qBACI,WAAA,KAGJ,qBACI,WAAA,QAGJ,qBACI,UAAA,KACA,YAAA,IACA,cAAA,IAGJ,uBACI,UAAA,QAIJ,6BACI,UAAA,KACA,YAAA,IACA,OAAA,KAAA,EACA,QAAA,KAAA,KACA,YAAA,IAAA,MAAA,KACA,iBAAA,QACA,WAAA,OAIJ,uBACI,UAAA,KACA,iBAAA,QACA,QAAA,IAAA,IACA,cAAA,IACA,YAAA,aAAA,CAAA,UAGJ,sBACI,UAAA,KACA,YAAA,IACA,iBAAA,QACA,QAAA,KACA,cAAA,IACA,WAAA,KACA,YAAA,aAAA,CAAA,UAIJ,wBACI,UAAA,KACA,YAAA,IACA,gBAAA,SACA,cAAA,KCEJ,qBDCA,qBAEI,QAAA,MACA,OAAA,IAAA,MAAA,KACA,UAAA,QAGJ,qBACI,YAAA,IACA,iBAAA,QAIJ,qBACI,OAAA,KAAA,EACA,OAAA,KACA,WAAA,IAAA,MAAA,KAIJ,wBACI,UAAA,KAIJ,uBACI,UAAA,QACA,iBAAA,QACA,QAAA,IAAA,IAIJ,sBACI,UAAA,QACA,gBAAA,aAIJ,sBACI,UAAA,QACA,gBAAA,UAIJ,sBCDA,sBDGI,UAAA,KACA,YAAA,EAGJ,sBACI,OAAA,EACA,UAAA,KACA,YAAA,IACA,MAAA","file":"wp-editor-custom.min.css","sourcesContent":["@use './abstracts/variables/colors' as *;\n\n/* Styling untuk heading h1-h6 */\n.mce-content-body h1,\n.mce-content-body h2,\n.mce-content-body h3,\n.mce-content-body h4,\n.mce-content-body h5,\n.mce-content-body h6 {\n    margin-top: 0;\n    font-weight: 600;\n    line-height: 1.2;\n}\n\n.mce-content-body h1 {\n    font-size: 40px;\n    margin-bottom: 16px;\n}\n\n.mce-content-body h2 {\n    font-size: 32px;\n    margin-bottom: 14px;\n}\n\n.mce-content-body h3 {\n    font-size: 28px;\n    margin-bottom: 12px;\n}\n\n.mce-content-body h4 {\n    font-size: 24px;\n    margin-bottom: 10px;\n}\n\n.mce-content-body h5 {\n    font-size: 20px;\n    margin-bottom: 8px;\n}\n\n.mce-content-body h6 {\n    font-size: 18px;\n    margin-bottom: 8px;\n}\n\n/* Styling untuk paragraf */\n.mce-content-body p {\n    font-size: 16px;\n    line-height: 1.6;\n    margin-bottom: 16px;\n    margin-top: 0;\n}\n\n/* Styling untuk strong/bold text */\n.mce-content-body strong,\n.mce-content-body b {\n    font-weight: 700;\n    font-size: inherit;\n}\n\n/* Styling untuk emphasis/italic text */\n.mce-content-body em,\n.mce-content-body i {\n    font-style: italic;\n    font-size: inherit;\n}\n\n/* Styling untuk links */\n.mce-content-body a {\n    font-size: inherit;\n    text-decoration: underline;\n    color: $primary-color;\n}\n\n.mce-content-body a:hover {\n    color: $primary-hover-color;\n}\n\n/* Styling untuk lists */\n.mce-content-body ul,\n.mce-content-body ol {\n    font-size: 16px;\n    line-height: 1.6;\n    margin-bottom: 16px;\n    margin-top: 0;\n    margin-left: 0;\n    padding-left: 32px;\n}\n\n.mce-content-body ul {\n    list-style: disc;\n}\n\n.mce-content-body ol {\n    list-style: decimal;\n}\n\n.mce-content-body li {\n    font-size: 16px;\n    line-height: 1.6;\n    margin-bottom: 8px;\n}\n\n.mce-content-body li a {\n    font-size: inherit;\n}\n\n/* Styling untuk blockquotes */\n.mce-content-body blockquote {\n    font-size: 18px;\n    line-height: 1.6;\n    margin: 24px 0;\n    padding: 16px 24px;\n    border-left: 4px solid #ddd;\n    background-color: #f9f9f9;\n    font-style: italic;\n}\n\n/* Styling untuk code elements */\n.mce-content-body code {\n    font-size: 14px;\n    background-color: #f4f4f4;\n    padding: 2px 4px;\n    border-radius: 3px;\n    font-family: 'Courier New', monospace;\n}\n\n.mce-content-body pre {\n    font-size: 14px;\n    line-height: 1.5;\n    background-color: #f4f4f4;\n    padding: 16px;\n    border-radius: 5px;\n    overflow-x: auto;\n    font-family: 'Courier New', monospace;\n}\n\n/* Styling untuk tables */\n.mce-content-body table {\n    font-size: 14px;\n    line-height: 1.4;\n    border-collapse: collapse;\n    margin-bottom: 16px;\n}\n\n.mce-content-body th,\n.mce-content-body td {\n    padding: 0.5rem;\n    border: 1px solid #ddd;\n    font-size: inherit;\n}\n\n.mce-content-body th {\n    font-weight: 600;\n    background-color: #f9f9f9;\n}\n\n/* Styling untuk horizontal rule */\n.mce-content-body hr {\n    margin: 32px 0;\n    border: none;\n    border-top: 1px solid #ddd;\n}\n\n/* Styling untuk small text */\n.mce-content-body small {\n    font-size: 14px;\n}\n\n/* Styling untuk mark/highlight */\n.mce-content-body mark {\n    font-size: inherit;\n    background-color: #fff3cd;\n    padding: 2px 4px;\n}\n\n/* Styling untuk del/strikethrough */\n.mce-content-body del {\n    font-size: inherit;\n    text-decoration: line-through;\n}\n\n/* Styling untuk ins/underline */\n.mce-content-body ins {\n    font-size: inherit;\n    text-decoration: underline;\n}\n\n/* Styling untuk sub and sup */\n.mce-content-body sub,\n.mce-content-body sup {\n    font-size: 12px;\n    line-height: 0;\n}\n\nbody.mce-content-body {\n    margin: 0;\n    font-size: 16px; /* Base font size */\n    line-height: 1.6;\n    color: #333;\n}","/* Styling untuk heading h1-h6 */\n.mce-content-body h1,\n.mce-content-body h2,\n.mce-content-body h3,\n.mce-content-body h4,\n.mce-content-body h5,\n.mce-content-body h6 {\n  margin-top: 0;\n  font-weight: 600;\n  line-height: 1.2;\n}\n\n.mce-content-body h1 {\n  font-size: 40px;\n  margin-bottom: 16px;\n}\n\n.mce-content-body h2 {\n  font-size: 32px;\n  margin-bottom: 14px;\n}\n\n.mce-content-body h3 {\n  font-size: 28px;\n  margin-bottom: 12px;\n}\n\n.mce-content-body h4 {\n  font-size: 24px;\n  margin-bottom: 10px;\n}\n\n.mce-content-body h5 {\n  font-size: 20px;\n  margin-bottom: 8px;\n}\n\n.mce-content-body h6 {\n  font-size: 18px;\n  margin-bottom: 8px;\n}\n\n/* Styling untuk paragraf */\n.mce-content-body p {\n  font-size: 16px;\n  line-height: 1.6;\n  margin-bottom: 16px;\n  margin-top: 0;\n}\n\n/* Styling untuk strong/bold text */\n.mce-content-body strong,\n.mce-content-body b {\n  font-weight: 700;\n  font-size: inherit;\n}\n\n/* Styling untuk emphasis/italic text */\n.mce-content-body em,\n.mce-content-body i {\n  font-style: italic;\n  font-size: inherit;\n}\n\n/* Styling untuk links */\n.mce-content-body a {\n  font-size: inherit;\n  text-decoration: underline;\n  color: #0048FE;\n}\n\n.mce-content-body a:hover {\n  color: #2057d1;\n}\n\n/* Styling untuk lists */\n.mce-content-body ul,\n.mce-content-body ol {\n  font-size: 16px;\n  line-height: 1.6;\n  margin-bottom: 16px;\n  margin-top: 0;\n  margin-left: 0;\n  padding-left: 32px;\n}\n\n.mce-content-body ul {\n  list-style: disc;\n}\n\n.mce-content-body ol {\n  list-style: decimal;\n}\n\n.mce-content-body li {\n  font-size: 16px;\n  line-height: 1.6;\n  margin-bottom: 8px;\n}\n\n.mce-content-body li a {\n  font-size: inherit;\n}\n\n/* Styling untuk blockquotes */\n.mce-content-body blockquote {\n  font-size: 18px;\n  line-height: 1.6;\n  margin: 24px 0;\n  padding: 16px 24px;\n  border-left: 4px solid #ddd;\n  background-color: #f9f9f9;\n  font-style: italic;\n}\n\n/* Styling untuk code elements */\n.mce-content-body code {\n  font-size: 14px;\n  background-color: #f4f4f4;\n  padding: 2px 4px;\n  border-radius: 3px;\n  font-family: \"Courier New\", monospace;\n}\n\n.mce-content-body pre {\n  font-size: 14px;\n  line-height: 1.5;\n  background-color: #f4f4f4;\n  padding: 16px;\n  border-radius: 5px;\n  overflow-x: auto;\n  font-family: \"Courier New\", monospace;\n}\n\n/* Styling untuk tables */\n.mce-content-body table {\n  font-size: 14px;\n  line-height: 1.4;\n  border-collapse: collapse;\n  margin-bottom: 16px;\n}\n\n.mce-content-body th,\n.mce-content-body td {\n  padding: 0.5rem;\n  border: 1px solid #ddd;\n  font-size: inherit;\n}\n\n.mce-content-body th {\n  font-weight: 600;\n  background-color: #f9f9f9;\n}\n\n/* Styling untuk horizontal rule */\n.mce-content-body hr {\n  margin: 32px 0;\n  border: none;\n  border-top: 1px solid #ddd;\n}\n\n/* Styling untuk small text */\n.mce-content-body small {\n  font-size: 14px;\n}\n\n/* Styling untuk mark/highlight */\n.mce-content-body mark {\n  font-size: inherit;\n  background-color: #fff3cd;\n  padding: 2px 4px;\n}\n\n/* Styling untuk del/strikethrough */\n.mce-content-body del {\n  font-size: inherit;\n  text-decoration: line-through;\n}\n\n/* Styling untuk ins/underline */\n.mce-content-body ins {\n  font-size: inherit;\n  text-decoration: underline;\n}\n\n/* Styling untuk sub and sup */\n.mce-content-body sub,\n.mce-content-body sup {\n  font-size: 12px;\n  line-height: 0;\n}\n\nbody.mce-content-body {\n  margin: 0;\n  font-size: 16px; /* Base font size */\n  line-height: 1.6;\n  color: #333;\n}"]}