.breakdance .bde-columns{max-width:100%;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--bde-column-gap)}.breakdance .bde-column{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;align-items:flex-start;width:calc(var(--column-width) - var(--bde-column-gap) * ((var(--columnCount) - 1) / var(--columnCount)));position:relative;background-size:cover}.breakdance .bde-div{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:100%;position:relative;background-size:cover}.breakdance .bde-heading{max-width:100%;margin:0}.breakdance .bde-text{max-width:100%;margin:0;color:var(--bde-text-color,var(--bde-body-text-color))}.breakdance .bde-button{max-width:100%}.breakdance .dan-toast{position:fixed;pointer-events:none}.breakdance .dan-toast:hover{pointer-events:auto}.breakdance .dan-toast__toast{position:absolute;bottom:0;right:0;width:100%;pointer-events:auto}.breakdance .dan-toast__toast-content{display:flex;align-items:start}.breakdance .dan-toast__toast-body{flex:1;min-width:0;display:flex;flex-direction:column}.breakdance .dan-toast__toast-close{flex-shrink:0;cursor:pointer;border:none;background:transparent;display:flex;width:var(--dimensions);height:var(--dimensions);transition:background 0.2s ease}.breakdance .dan-toast__toast-close>svg{width:100%;height:100%}.breakdance .bde-form-builder{width:100%;max-width:100%}.breakdance .bde-code-block{max-width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left}