.ohdsi-cookie-consent--theme-2 {
  background: #ffffff;
  color: var(--ohdsi-cookie-text-primary);
  box-shadow:
    0 12px 24px rgba(19, 39, 57, 0.12),
    0 10px 26px rgba(0, 0, 0, 0.16);
}

.ohdsi-cookie-consent--theme-2::after {
  background: none;
}

.ohdsi-cookie-consent--theme-2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ohdsi-blue) 0%, #729dbb 55%, var(--ohdsi-orange) 100%);
  border-radius: 1rem 1rem 0 0;
  pointer-events: none;
}

.ohdsi-cookie-consent--theme-2 .ohdsi-cookie-consent__title {
  color: var(--ohdsi-cookie-text-primary);
  text-shadow: none;
}

.ohdsi-cookie-consent--theme-2 .ohdsi-cookie-consent__text {
  color: var(--ohdsi-cookie-text-secondary);
}

.ohdsi-cookie-consent--theme-2 .ohdsi-cookie-consent__accept {
  border: 1px solid #d49f00;
  background: #d49f00;
  color: #ffffff;
}

.ohdsi-cookie-consent--theme-2 .ohdsi-cookie-consent__accept:hover,
.ohdsi-cookie-consent--theme-2 .ohdsi-cookie-consent__accept:focus-visible {
  background: #f7b100;
  border-color: #f7b100;
  color: #ffffff;
}

.ohdsi-cookie-consent--theme-2 .ohdsi-cookie-consent__info {
  border: 1px solid rgba(32, 66, 90, 0.18);
  color: var(--ohdsi-cookie-text-primary);
  background: rgba(32, 66, 90, 0.04);
  text-decoration: none !important;
  box-shadow: inset 0 0 0 1px rgba(32, 66, 90, 0.04);
}

.ohdsi-cookie-consent--theme-2 .ohdsi-cookie-consent__info:hover,
.ohdsi-cookie-consent--theme-2 .ohdsi-cookie-consent__info:focus-visible {
  border-color: rgba(32, 66, 90, 0.3);
  background: rgba(32, 66, 90, 0.08);
  color: var(--ohdsi-cookie-text-primary);
  text-decoration: none !important;
}

.ohdsi-cookie-consent--theme-2 .ohdsi-cookie-consent__title {
  text-decoration: underline;
}
