/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/separator/editor.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.separator-style-options {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.separator-option {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  cursor: pointer;
}
.separator-option.active {
  border-color: #007cba;
  box-shadow: 0 0 5px rgba(0, 124, 186, 0.5);
}

.separator-preview {
  position: relative;
  margin-bottom: 8px;
}
.separator-preview.style1 {
  width: 100%;
  padding-top: 2px;
}
.separator-preview.style1 :before, .separator-preview.style1 :after {
  content: "";
  height: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.separator-preview.style1 :before {
  left: 0;
  right: calc(50% + 3px);
}
.separator-preview.style1 :after {
  right: 0;
  left: calc(50% + 3px);
}
.separator-preview.style1 .center-part {
  position: absolute;
  width: 20%;
  height: 5px;
  background-color: rgb(0, 0, 0);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.separator-preview.style2 {
  border-top: 2px dotted rgba(0, 0, 0, 0.4);
  width: 100%;
}
.separator-preview.style3:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
}
.separator-preview.style3 .left-part {
  width: 20%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(0%, -20%);
  position: absolute;
}
.separator-preview.style3:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.separator-preview.style4 {
  width: 100%;
  height: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.separator-preview.style5 {
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.4), transparent);
}
.separator-preview.style6 {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.separator-preview.style6 .tagline {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 5px;
  display: flex;
}
.separator-preview.style6 .beforeStyle {
  border-top: 2px solid rgba(0, 0, 0, 0.4);
  width: 50%;
  margin-top: 6%;
}
.separator-preview.style6 .afterStyle {
  border-top: 2px solid rgba(0, 0, 0, 0.4);
  width: 50%;
  margin-top: 6%;
}
.separator-preview.style7 {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.separator-preview.style7 .tagline {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  display: flex;
}
.separator-preview.style7 .beforeStyle {
  border-top: 2px solid rgba(0, 0, 0, 0.4);
  width: 50%;
  height: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  margin-top: 3%;
}
.separator-preview.style7 .afterStyle {
  border-top: 2px solid rgba(0, 0, 0, 0.4);
  width: 50%;
  height: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  margin-top: 3%;
}

/*# sourceMappingURL=index.css.map*/