/* High-specificity contrast layer: prevents WordPress themes from recoloring controls. */
.cc-app .cc-tabs button {
  background: transparent !important;
  color: #385a78 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.cc-app .cc-tabs button:hover {
  background: #edf5fd !important;
  color: #174f84 !important;
}

.cc-app .cc-tabs button.active {
  background: #ffffff !important;
  color: #096dcc !important;
  box-shadow: 0 3px 11px rgba(24, 80, 130, .12) !important;
}

.cc-app .cc-tabs button b {
  background: #e6f1fc !important;
  color: #286caa !important;
}

.cc-app button:not(.cc-tabs button):not(.cc-select-trigger):not(.cc-select-option):not(.cc-cancelled-subnav button) {
  color: #ffffff !important;
  text-shadow: none !important;
}

.cc-app button.cc-secondary,
.cc-app .cc-pager button,
.cc-app .cc-close {
  color: #29425b !important;
}
