/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
.flex {
  display: flex;
}
.h-\[40px\] {
  height: 40px;
}
.w-\[80px\] {
  width: 80px;
}
.w-full {
  width: 100%;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.text-inherit {
  color: inherit;
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.visited\:text-inherit {
  &:visited {
    color: inherit;
  }
}
.hover\:text-inherit {
  &:hover {
    @media (hover: hover) {
      color: inherit;
    }
  }
}
.active\:text-inherit {
  &:active {
    color: inherit;
  }
}
