.storybook-card{position:relative;box-sizing:border-box;display:inline-flex;width:379px;flex-direction:column;align-items:flex-start;gap:0;padding:16px;border-radius:8px;background:#fff}.storybook-card--default{box-shadow:0 1px 3px 0 rgb(0 0 0/10%)}.storybook-card--focus,.storybook-card--hover{box-shadow:0 4px 6px -1px rgb(0 0 0/10%),0 2px 4px -2px rgb(0 0 0/10%)}.storybook-card--focus{gap:16px}.storybook-card--focus:after{content:"";position:absolute;inset:-4px;border:2px solid #ff6d18;border-radius:8px;pointer-events:none}.storybook-card__content-placeholder{box-sizing:border-box;display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;padding:48px 16px;background:#f0f1f3}.storybook-card__placeholder-text{width:100%;color:#858e9e;font-family:Geist,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;font-size:16px;font-style:normal;font-weight:400;line-height:20px}