/* Static CSS (not processed by LightningCSS).
   Chrome <=110 ignores linear-gradient(... in oklab ...), so strip the color space. */

.bg-gradient-to-t {
  --tw-gradient-position: to top !important;
}

.bg-gradient-to-b,
.bg-linear-to-b {
  --tw-gradient-position: to bottom !important;
}

.bg-gradient-to-r,
.bg-linear-to-r {
  --tw-gradient-position: to right !important;
}

.bg-gradient-to-l,
.bg-linear-to-l {
  --tw-gradient-position: to left !important;
}

.bg-gradient-to-br,
.bg-linear-to-br {
  --tw-gradient-position: to bottom right !important;
}

.bg-gradient-to-bl,
.bg-linear-to-bl {
  --tw-gradient-position: to bottom left !important;
}

.bg-gradient-to-tr,
.bg-linear-to-tr {
  --tw-gradient-position: to top right !important;
}

.bg-gradient-to-tl,
.bg-linear-to-tl {
  --tw-gradient-position: to top left !important;
}
