#cmpwrapper {
  font-size: 16px !important;
}


.consent-overlay {
  text-align: center;
  color: #000;
  padding: 10px;
  font-size: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: rgba(255,255,255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.consent-overlay p:last-child {
  margin-bottom: 0;
}

.consent-overlay .consent-overlay__button--container button {
  margin: 0 0.5rem 0.5rem;
}

.consent-overlay .consent-overlay__button--container {
  padding: 2rem 2rem 0;
}

@media (min-width: 768px) {
  .consent-overlay .consent-overlay__button--container {
    padding: 2rem 2rem 1rem;
  }
  .consent-overlay p{
      font-size: 0.8em;
  }
}

@media (min-width: 992px) {
  .consent-overlay {
    font-weight: 400;
  }

  .consent-overlay p:last-child {
    margin-bottom: 1rem;
  }
}
