.border-component {
  position: relative;
  width: 100%;
}

.border-component__line {
  display: block;
  width: 100%;
  background-color: rgba(var(--color-foreground), 0.1);
}
