.pr-outlined-button,
.pr-plus-minus-button {
  background-color: #f2f6f4 !important;
}

/* Footer (was dark green) */
#footer {
  background-color: #007bff !important;
  color: #fff !important;
}

.three-col-footer__heading {
  color: inherit !important;
}

#sh-footer-git svg {
  color: #fff !important;
}

.vertical-soc-cont .sh-social-icon {
  background-color: #fff !important;
}

.vertical-soc-cont .sh-social-icon img {
  filter: invert(1);
}

.sh-home-page-prod-section .sh-solid-button:hover {
  background-color: #000;
}

.app-bar {
  background-color: #fff !important;
  color: #000 !important;
}

.app-bar-main svg {
  color: #000 !important;
}

.search-container:before {
  background-color: #000 !important;
}

.search-field .search-input {
  color: #000 !important;
}

/* Buttons (was green) */
.pr-plus-minus-button {
  background-color: #007bff !important;
  color: #fff !important;
}

/* Badge (was green) */
.badge {
  background-color: #007bff;
  color: #fff !important;
}