/* Reject All button - Red */
#consent-manager .css-1wn42nw button:nth-of-type(2) {
  background: #dc3545 !important;
  color: #fff !important;
  border: 1px solid #dc3545 !important; }

#consent-manager .css-1wn42nw button:nth-of-type(2):hover {
  background: #bb2d3b !important;
  border-color: #bb2d3b !important; }

/* Accept All Cookies button - Green */
#consent-manager .css-1wn42nw button:nth-of-type(3) {
  background: #006400 !important;
  color: #fff !important;
  border: 1px solid #006400 !important; }

#consent-manager .css-1wn42nw button:nth-of-type(3):hover {
  background: #006400 !important;
  border-color: #006400 !important; }
