/**
 * Frontend styles for D365 Embedded Form Block
 */
.wp-block-ttk-website-d365-form {
  width: 100%;
}
.wp-block-ttk-website-d365-form.alignwide {
  width: 100% !important;
  max-width: var(--wp--style--global--wide-size, 1280px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-ttk-website-d365-form.alignfull {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.wp-block-ttk-website-d365-form__embed {
  width: 100%;
}
.wp-block-ttk-website-d365-form--error {
  padding: 1rem;
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
  color: #856404;
}
.wp-block-ttk-website-d365-form--error p {
  margin: 0;
}
