.security-warnings {
  display: none;
  padding: 1em;
  margin-bottom: 1em;
  border: 3px solid rgba(128, 19, 16, 1);
  border-radius: 0.5em;
  background-color: rgba(255, 251, 247, 1);
  box-shadow: 0 1em 2em rgba(22, 19, 16, 0.2), 0 1em 1em rgba(22, 19, 16, 0.05), 0 1em 0.5em rgba(22, 19, 16, 0.05);
}
.security-warnings-content {
  display: none;
}
.security-warnings-content-close-button {
  width: 1.2em;
  height: 1.2em;
  float: right;
}