/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./src/components/ui/gradient-text.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.animated-gradient-text {
  position: relative;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  user-select: none;
}

.animated-gradient-text.with-border {
  padding: 2px; /* Adjust as needed */
}

.animated-gradient-text .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.animated-gradient-text .text-content {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  white-space: pre-wrap;
}

