.white-bg {
  background-color: #ffffff !important;
  color: #000000 !important;   /* make sure text is visible */
  padding: 20px !important;    /* optional spacing */
}

.white-bg:hover {
  background-color: #f27221 !important; /* light gray */
  color: #ffffff !important; /* optional darker text */
}