.flex {
  display: flex
}

.w-\[40\%\] {
  width: 40%
}

.justify-center {
  justify-content: center
}

.whitespace-nowrap {
  white-space: nowrap
}

.border-none {
  border-style: none
}

.\!bg-\[linear-gradient\(180deg\2c rgba\(230\2c 204\2c 130\2c 1\)0\%\2c rgba\(255\2c 255\2c 128\2c 1\)100\%\)\] {
  background-image: linear-gradient(180deg,rgba(230,204,130,1)0%,rgba(255,255,128,1)100%) !important
}

.text-\[0\.36rem\] {
  font-size: 0.36rem
}

.\!text-\[black\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important
}
