.maturecontentwarning {
  flex: 0 1 auto;
}
.maturecontentwarning .header h1 {
  margin: 0px;
  padding: 0.50em;
  font-weight: bold;
  font-size: 130%;
  background-color: #E6B24C;
  color: #000000;
  background-image: linear-gradient(to left top, #ffb733, #cc8400);
}
.maturecontentwarning p {
  margin: 2.0em;
}
.maturecontentwarning .body {
  overflow: hidden;
}
