/* OneTrust form wrapper – used by Cookies and OneTrustForm pages */
.ot-form-wrapper {
  max-width: 750px;
  height: 800px;
  border: 1px solid #c0c2c7;
  margin: auto;
}

.ot-form-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
