/* Small integration fixes; the current site's original stylesheet is preserved. */
@media (max-width:790px) {
  .ig-cta {flex-direction:column;align-items:flex-start;gap:16px}
  .ig-cta a {max-width:100%;white-space:normal;overflow-wrap:anywhere}
}
@media (max-width:950px) {
  .shell .workspace {grid-template-columns:minmax(0,1fr)!important}
  .shell .workspace > * {min-width:0;max-width:100%}
}
@media (max-width:650px) {
  .shell .top {flex-wrap:wrap}
  .shell .top-brand {min-width:0;max-width:100%}
  .shell .form-actions {flex-wrap:wrap;align-items:center}
}
@media (max-width:640px) {
  .editor-dialog {width:100%;max-width:100%;box-sizing:border-box}
}
