.px-create-loading{width:min(100%,920px);margin-inline:auto;gap:var(--layout-stack-gap-lg)}.px-create-loading__top{display:flex;justify-content:flex-end}.px-create-loading__visibility{width:clamp(96px,22vw,128px);height:var(--hit-target-size-md);border-radius:var(--radius-pill)}.px-create-loading__masthead{display:grid;grid-template-columns:280px minmax(0,1fr);gap:var(--space-6);align-items:start}.px-create-loading__cover{width:100%;aspect-ratio:var(--media-ratio-event-card);border-radius:var(--radius-lg)}.px-create-loading__headline{gap:var(--space-5)}.px-create-loading__title{max-width:620px;height:var(--text-display);border-radius:var(--radius-md)}.px-create-loading__datetime{height:var(--text-title);border-radius:var(--radius-md)}.px-create-loading__rows{gap:var(--space-1)}.px-create-loading__row{height:clamp(56px,12vw,64px);border-radius:var(--radius-md)}.px-create-loading__divider{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:var(--space-3);align-items:center;margin:0}.px-create-loading__divider>span{color:var(--color-muted);font-size:var(--text-caption);font-weight:var(--font-weight-semibold);line-height:1}.px-create-loading__divider:after,.px-create-loading__divider:before{content:"";height:1px;background:var(--surface-section-rule)}.px-create-loading__submit{width:clamp(160px,40vw,220px);height:var(--hit-target-size-md);border-radius:var(--radius-pill)}@media (max-width:768px){.px-create-loading__masthead{grid-template-columns:minmax(0,1fr)}.px-create-loading__submit{width:100%}}