.privacy-embed {
  display: grid;
  min-height: 180px;
  place-items: center;
  margin: 1.5rem auto;
  padding: 1.5rem;
  border: 1px solid #d6d6d6;
  background: #f5f5f5;
  text-align: center;
}

.privacy-embed-copy {
  max-width: 42rem;
}

.privacy-embed button {
  padding: 0.65rem 1rem;
  border: 1px solid #454545;
  background: #454545;
  color: #fff;
  cursor: pointer;
  font: inherit;
}

.privacy-embed button:hover,
.privacy-embed button:focus {
  background: #222;
}

.privacy-embed .privacy-embed-reset {
  margin-left: 0.75rem;
  background: transparent;
  color: #454545;
}

.privacy-embed .privacy-embed-reset:hover,
.privacy-embed .privacy-embed-reset:focus {
  background: #e5e5e5;
}

.privacy-embed-frame {
  display: block;
  width: 100%;
  min-height: 350px;
  border: 0;
}

.privacy-embed > .privacy-embed-reset {
  justify-self: center;
  margin: 0.75rem 0 0;
}
