/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/p7-vertical-line/style.css ***!
  \************************************************************************************************************************************************************************************/
.p7-vertical-line-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.p7-vertical-line-block .line {
  stroke-dasharray: 137;
  stroke-dashoffset: 137;
  stroke: var(--line-color, #B69121);
}

.p7-vertical-line-block .diamond {
  fill: var(--diamond-color, none);
}

.editor-visual-editor .p7-vertical-line-block .diamond {
  fill: #B69121 !important;
}

.editor-visual-editor .p7-vertical-line-block .line {
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
  stroke: #B69121 !important;
}

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