html,
body {
  min-height: auto;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

body {
  padding-top: 0;
  border: 5px solid #fabb22;
  display: grid;
  grid-template-rows: 1fr auto;
}

.big-truendoplaceholder-text {
  padding: 16px;
  overflow-y: auto;
}

.big-truendoplaceholder-buttons {
  container-type: inline-size;
  padding: 8px;
  box-shadow: 0 0 16px 16px rgba(255, 255, 255, 0.75);
  overflow: hidden;
}

@container (max-width: 379px) {
  .big-truendoplaceholder-privacy-center-button {
    display: none;
  }
}

/*# sourceMappingURL=truendoplaceholder.css.map */
