.solcom-consent-fallback[hidden] {
  display: none;
}

.solcom-consent-fallback {
  align-items: center;
  background: rgba(0, 31, 89, 0.72);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1.5rem;
  position: fixed;
  z-index: 10000;
}

.solcom-consent-fallback__panel {
  background: #ffffff;
  color: #001f59;
  max-width: 34rem;
  padding: 2rem;
  width: min(100%, 34rem);
}

.solcom-consent-fallback__panel h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.solcom-consent-fallback__panel p {
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

.solcom-consent-fallback__close {
  background: #c8ff00;
  border: 0;
  color: #001f59;
  cursor: pointer;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
