/* ==========================================================================
   React Bits — TextLoop Straight Line Divider CSS
   ========================================================================== */

.text-loop-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 20;
}

.text-loop-svg {
  display: block;
  width: 100%;
  height: 52px;
}

.text-loop-text {
  user-select: none;
  font-family: 'Outfit', 'Inter', sans-serif;
}

.text-loop-measure {
  visibility: hidden;
  pointer-events: none;
  font-family: 'Outfit', 'Inter', sans-serif;
}
