.storybook-modal{box-sizing:border-box;display:flex;flex-direction:column;gap:24px;align-items:flex-start;padding:32px;border-radius:24px;background:var(--Surface-default,#fff);box-shadow:0 2px 4px -2px rgb(0 0 0/10%),0 4px 6px -1px rgb(0 0 0/10%)}.storybook-modal--medium{width:600px}.storybook-modal--large{width:800px}.storybook-modal__header{display:flex;width:100%;align-items:flex-start;gap:8px}.storybook-modal__header-copy{display:flex;min-width:0;flex:1 0 0;flex-direction:column;gap:8px}.storybook-modal__title{color:var(--Text-headings,#292e36);font-size:20px;font-weight:600;line-height:24px}.storybook-modal__description,.storybook-modal__title{font-family:Geist,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;font-style:normal}.storybook-modal__description{color:var(--Text-body,#3e4450);font-size:16px;font-weight:400;line-height:20px}.storybook-modal__close{display:inline-flex;width:24px;height:24px;flex:0 0 24px;align-items:center;justify-content:center;border:0;background:transparent;color:var(--Text-body,#3e4450);cursor:pointer}.storybook-modal__body{display:flex;width:100%;flex-direction:column;gap:24px}.storybook-modal__footer{display:flex;width:100%;align-items:flex-start;justify-content:flex-end;gap:16px}.storybook-modal-example__group{display:flex;width:100%;flex-direction:column;gap:24px}.storybook-modal-example__section{display:flex;width:100%;flex-direction:column;gap:8px}.storybook-modal-example__section-heading{color:var(--Text-headings,#292e36);font-weight:600}.storybook-modal-example__section-copy,.storybook-modal-example__section-heading{font-family:Geist,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;font-size:16px;font-style:normal;line-height:20px}.storybook-modal-example__section-copy{color:var(--Text-body,#3e4450);font-weight:400}.storybook-modal-example__link-row{display:flex;width:100%;align-items:flex-end;gap:12px}.storybook-modal-example__link-icon{display:inline-flex;width:48px;height:48px;flex:0 0 48px;align-items:center;justify-content:center;border-radius:14px;background:#1e2939;color:#fff}.storybook-modal-example__link-field{flex:1 0 0;min-width:0}.storybook-modal-example__add-link{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;padding:8px 12px;border-radius:8px;color:var(--Text-body,#3e4450);cursor:pointer;font-family:Geist,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;font-size:16px;font-style:normal;font-weight:600;line-height:20px}.storybook-modal-example__divider{width:100%;height:1px;background:#f3f4f6}.storybook-modal-example__visibility{display:flex;flex-direction:column;gap:16px}.storybook-modal-example__visibility-options{display:flex;align-items:flex-start;gap:24px;min-height:24px}