/* Button hover states - darker on hover */
a[style*="background-color: #222222"]:hover,
button[style*="background-color: #222222"]:hover {
  background-color: #000000 !important;
}

a[style*="background-color: #fff188"]:hover,
button[style*="background-color: #fff188"]:hover {
  background-color: #f5e76e !important;
}

a[style*="background-color: #afe5fc"]:hover,
button[style*="background-color: #afe5fc"]:hover {
  background-color: #7dd3fc !important;
}

/* Border button hovers */
a[style*="border-color: #222222"]:hover,
button[style*="border-color: #222222"]:hover {
  background-color: #f5f5f5 !important;
}
