.watermark {
  display: none !important;
}

/* https://indd.adobe.com/view/publication/b88a7b3c-ff57-4519-a748-6077b291b9b2/1/publication-web-resources/pdf/9829-ESC-Brand-Guidelines-2024-v30.pdf */
/* Primary robot / assistant action */
.robotButton {
  background-color: #005694; /* ESC Navy */
  color: #ffffff;
  transition: background-color 0.2s ease-in-out;
}

.robotButton:hover,
.robotButton:focus-visible {
  background-color: #ae1022; /* ESC Red */
}

.robotButton:active {
  background-color: #971022; /* ESC Red – darker digital gradient tone */
}

/* Do not scale the login background cover */
.object-cover {
  object-fit: none !important;
}

.object-cover.grayscale {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow) invert() !important;
}
