.divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background-color: rgba(var(--color-background));
}

.divider__bottom-color {
  width: 100%;
  height: 6px;
  color: rgb(var(--color-background));
  background: transparent;
}

.divider__svg {
  display: block;
  width: 100%;
  height: 6px;
}

.divider__bottom-color .divider__path {
  fill: currentColor;
}
