.root__UsxMn {
  --display: flex;
  justify-content: space-between;
  align-items: center;
}
.root__UsxMn:dir(rtl) {
  --wix-opt-in-direction-multiplier: -1;
}
.root__UsxMn::before {
  content: var(--shapeContent, "") !important;
  display: block;
  position: relative;
  background: var(--lineColor);
  rotate: var(--shapeRotate);
  clip-path: var(--beforeClipPath);
  width: var(--beforeSize);
  aspect-ratio: var(--beforeAspectRatio, 1);
  scale: var(--beforeScale);
}
.root__UsxMn::after {
  content: var(--shapeContent, "") !important;
  display: block;
  position: relative;
  background: var(--lineColor);
  rotate: var(--shapeRotate);
  clip-path: var(--afterClipPath);
  width: var(--afterSize);
  aspect-ratio: var(--afterAspectRatio, 1);
  scale: var(--afterScale);
}
.root__UsxMn .line__V2fTe {
  flex: 1;
  position: var(--linePosition, static);
  display: flex;
  gap: var(--spaceBetween);
  align-items: stretch;
}
.root__UsxMn .line__V2fTe::before {
  content: "";
  display: block;
  width: var(--primaryLineWidth);
  height: var(--primaryLineHeight);
  background: var(--background, var(--lineColor));
  background-repeat: var(--backgroundRepeat);
  background-position: var(--backgroundPosition);
  background-size: var(--backgroundSize);
}
.root__UsxMn .line__V2fTe::after {
  content: var(--secondaryLineContent, none);
  display: block;
  width: var(--secondaryLineWidth);
  height: var(--secondaryLineHeight);
  background: var(--lineColor);
}
.fallbackDirection__HeRgn:not([dir]) {
  direction: var(--wix-opt-in-direction);
}
.presetWrapper__J1yzj {
  display: contents;
}