/* Question Express matching theme — presentation only. */

#cockpit-express-body .text-purple-600 {
  color: rgb(217 119 6) !important;
}

#cockpit-express-body .text-purple-700 {
  color: rgb(180 83 9) !important;
}

#cockpit-express-body .text-purple-500 {
  color: rgb(245 158 11) !important;
}

#cockpit-express-body .border-purple-100 {
  border-color: rgb(254 243 199) !important;
}

#cockpit-express-body .border-purple-200 {
  border-color: rgb(253 230 138) !important;
}

#cockpit-express-body .bg-purple-50 {
  background-color: rgb(255 251 235) !important;
}

#cockpit-express-body .bg-purple-50\/50 {
  background-color: rgb(255 251 235 / 0.72) !important;
}

#cockpit-express-body .hover\:bg-purple-50:hover {
  background-color: rgb(254 243 199) !important;
}

#cockpit-express-body .hover\:bg-purple-600:hover {
  background-color: rgb(217 119 6) !important;
}

#cockpit-express-body .hover\:border-purple-600:hover {
  border-color: rgb(217 119 6) !important;
}

@media (prefers-reduced-motion: no-preference) {
  #cockpit-express-body [aria-label^="Score de match"] > div > div {
    transition: width 220ms ease-out;
  }
}
