:root{--author-accent:#111;--author-accent-soft:#f1f1f1;--author-highlight:#f7d738;--author-border:#d8d8d8;--author-muted:#707070;--author-danger:#b42318}
.author-mode-switch button:disabled{cursor:not-allowed;opacity:.38}.author-document-picker{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:800}.author-document-picker select{max-width:210px;padding:8px;border:1px solid var(--author-border);background:#fff;font:inherit}.author-production-link{border-bottom:1px solid currentColor;color:#111;font-size:11px;font-weight:800;text-decoration:none;white-space:nowrap}.author-production-link:hover,.author-production-link:focus-visible{color:#555}.author-editor-wrap{display:flex;min-height:58vh;border:1px solid var(--author-border);border-radius:9px;overflow:hidden;resize:vertical}.author-editor-gutter{flex:0 0 auto;overflow:hidden;padding:12px 7px 12px 10px;border-right:1px solid var(--author-border);background:#f6f8fa;color:#999;font:13px/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-align:right;user-select:none}.author-editor-gutter>div{white-space:pre}.author-editor-wrap #yaml-source{flex:1;min-height:58vh;border:0;border-radius:0;resize:none}.author-loading{display:none;align-items:center;justify-content:center;gap:10px;padding:64px;color:var(--author-muted)}.author-page.is-loading .author-loading{display:flex}.author-page.is-loading .author-workspace{display:none}.author-spinner{width:22px;height:22px;border:3px solid var(--author-border);border-top-color:#111;border-radius:50%;animation:author-spin .8s linear infinite}@keyframes author-spin{to{transform:rotate(360deg)}}
*{box-sizing:border-box}
body{margin:0;background:#fff;color:#111}
.author-page [hidden]{display:none!important}
.author-page{max-width:1800px;margin:0 auto;padding:18px}
.author-toolbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;margin:-18px -18px 18px;padding:14px 18px;border-bottom:1px solid var(--author-border);background:rgba(255,255,255,.96);backdrop-filter:blur(10px)}
.author-toolbar h1{margin:0;font-size:26px}.author-toolbar p{margin:3px 0 0;color:var(--author-muted);font-size:13px}.author-toolbar__actions{display:flex;align-items:flex-end;flex-direction:column;gap:8px}.author-toolbar__primary,.author-toolbar__downloads{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.author-progress{font-size:13px;font-weight:700}.author-mode-switch{display:flex;border:1px solid var(--author-border);background:#f3f3f3}.author-mode-switch button{border:0;border-right:1px solid var(--author-border);background:transparent;padding:9px 12px;font:inherit;font-weight:800;cursor:pointer}.author-mode-switch button:last-child{border-right:0}.author-mode-switch button.is-active{background:#111;color:#fff}
.author-status{display:none;margin-bottom:14px;padding:10px 13px;border-radius:8px;background:#fff4e5;color:#7a4200}.author-status:not(:empty){display:block}.author-status.is-error{background:#fff0f0;color:var(--author-danger)}
.author-workspace{--author-editor-width:560px;display:grid;grid-template-columns:minmax(320px,var(--author-editor-width)) 10px minmax(420px,1fr);column-gap:12px;align-items:start}.author-editor,.author-yaml{grid-column:1;display:flex;flex-direction:column;gap:24px;min-width:0}.author-splitter{align-self:stretch;grid-column:2;min-height:calc(100vh - 115px);position:relative;cursor:col-resize;touch-action:none}.author-splitter span{background:var(--author-border);height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);transition:background .15s,width .15s;width:1px}.author-splitter:hover span,.author-splitter:focus-visible span,.author-workspace.is-resizing .author-splitter span{background:#111;width:4px}.author-splitter:focus-visible{outline:2px solid var(--author-highlight);outline-offset:1px}.author-workspace.is-resizing{cursor:col-resize;user-select:none}.author-preview-column{grid-column:3;min-width:0}.author-form-card,.author-yaml{border:0;border-top:1px solid #111;background:#fff;padding:18px 0 0}.author-form-card>header,.author-license-dialog header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.author-form-card h2,.author-yaml h2,.author-preview-heading h2,.author-license-dialog h2{margin:2px 0 0;font-size:22px}.author-form-card p{color:var(--author-muted);font-size:13px}.author-step{color:var(--author-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.author-required-key,.author-optional-key{padding:4px 8px;font-size:11px;font-weight:800}.author-required-key{background:var(--author-highlight);color:#111}.author-optional-key{background:var(--author-accent-soft);color:#111}
.author-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.author-field{display:flex;flex-direction:column;gap:5px;font-size:13px;font-weight:700}.author-field--wide{grid-column:1/-1}.author-field span strong{color:var(--author-danger);font-size:10px;letter-spacing:.04em;text-transform:uppercase}.author-field input,.author-field textarea,.author-field select,.author-license-dialog select{width:100%;border:1px solid #bbb;border-radius:2px;background:#fff;color:#171717;padding:10px;font:inherit}.author-field textarea{resize:vertical}.author-field small{color:var(--author-muted);font-size:11px;font-weight:400}.author-field.is-missing input,.author-field.is-missing textarea,.author-field.is-missing select{border-color:#d92d20;background:#fffafa}.author-license-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;background:var(--author-accent-soft)}.author-license-row p{margin:3px 0 0}.author-preview-column{position:sticky;top:92px;max-height:calc(100vh - 110px);overflow:auto;border:1px solid var(--author-border);background:#fff;padding:14px}.author-preview-heading{position:sticky;top:-14px;z-index:8;display:flex;align-items:baseline;justify-content:space-between;margin:-14px -14px 12px;padding:12px 14px;border-bottom:1px solid var(--author-border);background:#fff}.author-preview-heading span{color:var(--author-muted);font-size:12px}
.author-editor input:focus::placeholder,.author-editor textarea:focus::placeholder{color:transparent}
.author-preview-heading__actions{align-items:center;display:flex}.author-preview-heading__copy>span{color:var(--author-muted);display:block;font-size:12px;margin-top:3px}
.author-field.is-missing .author-license-row{box-shadow:inset 0 0 0 1px var(--author-danger);background:#fffafa}
.author-field .author-token-field{align-items:center;display:flex;flex-wrap:wrap;gap:6px;min-height:42px;padding:5px;border:1px solid #bbb;border-radius:2px;background:#fff;cursor:text}.author-token-field:focus-within{border-color:#111;outline:2px solid #111;outline-offset:-1px}.author-token-list{display:contents}.author-token{align-items:center;display:inline-flex;gap:5px;padding:5px 5px 5px 9px;border-radius:999px;background:#111;color:#fff;font-size:11px;font-weight:800;line-height:1}.author-token button{display:grid;width:18px;height:18px;padding:0;place-items:center;border:0;border-radius:50%;background:#fff3;color:#fff;font:700 14px/1 inherit;cursor:pointer}.author-token button:hover,.author-token button:focus-visible{background:#fff;color:#111;outline:0}.author-field .author-token-field input[data-token-input]{flex:1 1 120px;min-width:100px;width:auto;padding:5px;border:0;background:transparent;outline:0}.author-token-field input[type="hidden"]{display:none}
.author-token-message{min-height:16px;color:var(--author-danger);font-size:11px;font-weight:700}
.author-recommended-label{display:inline-block;margin-left:5px;padding:2px 5px;background:var(--author-accent-soft);color:#111;font-size:9px;font-style:normal;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
#card-preview .program-card-panel-rail{display:none}#card-preview .program-card-use__panel{display:block;grid-area:auto;justify-self:start;margin:0 0 22px;position:static;width:100%}#card-preview .program-card-use__reference{grid-area:auto}#card-preview .program-card-actions,#card-preview .program-card-hero__links{display:none}#card-preview .author-panel-hit{position:absolute;z-index:5;width:25px;height:25px;transform:translate(-50%,-50%);border:2px solid #111;border-radius:50%;background:#f7d738cc;color:transparent;cursor:pointer}#card-preview .author-panel-hit:hover,#card-preview .author-panel-hit:focus,#card-preview .author-panel-hit.is-selected{outline:3px solid #fff;background:#fff;box-shadow:0 0 0 4px #111}#card-preview .author-panel-value{cursor:pointer;outline:2px solid transparent}#card-preview .author-panel-value:hover,#card-preview .author-panel-value:focus{outline-color:var(--author-highlight);background:var(--author-highlight)}#card-preview .program-card-panel-switch-position.author-panel-value:not(.has-value){display:flex;min-height:18px;padding:0;border:0;background:transparent;outline:0}#card-preview .author-switch-add-circle{display:block;flex:0 0 16px;width:16px;min-width:16px;max-width:16px;height:16px;min-height:16px;max-height:16px;border:1px solid #111;border-radius:999px;box-sizing:border-box;background:#f7d738cc}#card-preview .program-card-panel-switch-position.author-panel-value:not(.has-value):hover .author-switch-add-circle,#card-preview .program-card-panel-switch-position.author-panel-value:not(.has-value):focus .author-switch-add-circle{outline:2px solid #fff;background:#fff;box-shadow:0 0 0 3px #111}
#card-preview .program-card-page__number{display:none}#card-preview .program-card-hero,#card-preview .program-card-quick-start,#card-preview .program-card-documentation,#card-preview .program-card-about{cursor:pointer;transition:background .15s}#card-preview .program-card-hero:hover,#card-preview .program-card-quick-start:hover,#card-preview .program-card-documentation:hover,#card-preview .program-card-about:hover{background:#f7f7f7}
.author-reference-section{grid-column:1/-1}.author-reference-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.author-reference-grid--controls{grid-template-columns:repeat(2,minmax(0,1fr))}.author-reference-grid--controls .author-reference-component:first-child,.author-reference-grid--controls .author-reference-component:last-child{grid-column:1/-1}.author-reference-io{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.author-reference-component{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;gap:5px 10px;min-height:82px;padding:0;border:1px solid var(--author-border);background:#fff;color:#111;text-align:left;cursor:pointer}.author-reference-component:hover,.author-reference-component:focus-visible{border-color:#111;outline:2px solid #111;outline-offset:-2px}.author-reference-key{grid-column:1/-1;padding:6px 8px;border-bottom:1px solid var(--author-border);background:#f1f1f1;font-size:12px;font-weight:800}.author-reference-copy{display:flex;flex-direction:column;gap:3px;padding:3px 8px 8px}.author-reference-copy strong{font-size:13px}.author-reference-copy small{font-size:12px;line-height:1.25}.author-reference-edit{align-self:end;padding:0 8px 8px;color:var(--author-muted);font-size:11px;font-weight:800;text-transform:uppercase}.author-reference-empty{align-self:center;padding:4px 8px;color:var(--author-muted);font-size:12px;font-weight:700}.author-reference-component>b{display:grid;align-self:center;width:28px;height:28px;margin-right:8px;place-items:center;background:#111;color:#fff;font-size:21px;line-height:1}.author-reference-component.has-value{border-color:#aaa}
.author-reference-label{display:grid;grid-column:1/-1;grid-template-columns:1fr auto;gap:5px 10px;min-height:54px;padding:0;border:0;background:#fff;color:#111;text-align:left;cursor:pointer}.author-reference-label:hover,.author-reference-label:focus-visible{background:#f7f7f7;outline:2px solid #111;outline-offset:-2px}.author-reference-label>b{display:grid;align-self:center;width:28px;height:28px;margin-right:8px;place-items:center;background:#111;color:#fff;font-size:21px;line-height:1}.author-reference-description{grid-column:1/-1;min-height:34px;padding:7px 8px;border:0;border-top:1px solid var(--author-border);background:#fafafa;color:var(--author-muted);font:inherit;font-size:11px;line-height:1.3;text-align:left;cursor:pointer;white-space:normal}.author-reference-description:hover,.author-reference-description:focus-visible{background:var(--author-highlight);color:#111;outline:0}.author-inline-description-input{grid-column:1/-1;width:calc(100% - 16px);min-height:66px;margin:8px;padding:7px;border:2px solid #111;background:#fff;color:#111;font:12px/1.35 inherit;outline:3px solid var(--author-highlight);resize:vertical}
.author-reference-switch{cursor:default}.author-reference-switch:hover{border-color:var(--author-border);outline:0}.author-reference-switch>div{display:grid;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--author-border)}.author-switch-inline-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-height:48px;padding:7px 8px;border:0;background:#fff;color:#111;text-align:left}.author-switch-inline-row>span{min-width:54px;font-size:11px;font-weight:800;text-transform:uppercase}.author-switch-label{align-items:center;display:flex;flex:1;gap:6px;min-height:28px;padding:3px;border:0;background:#fff;color:#111;text-align:left;cursor:pointer}.author-switch-label:hover,.author-switch-label:focus-visible{outline:2px solid #111}.author-switch-label>strong{font-size:12px}.author-switch-label>em{margin-left:auto;color:var(--author-muted);font-size:11px;font-style:normal}.author-switch-label>b{display:grid;width:24px;height:24px;place-items:center;background:#111;color:#fff;font-size:18px}.author-switch-inline-row>.author-reference-description{flex:0 0 100%;margin:0 -8px -7px;padding-left:8px}
.author-reference-note{margin:0 0 10px;color:var(--author-muted);font-size:12px}
.author-different-controls-toggle{align-items:center;display:flex;gap:6px;width:max-content;max-width:100%;margin:8px auto 0;padding:6px 8px;border:1px solid #111;background:#fdfdfd;color:#111;font-size:9px;font-weight:800;line-height:1.05;text-align:left;text-transform:uppercase}.author-different-controls-toggle input{flex:0 0 auto;margin:0;accent-color:#111}.author-different-controls-toggle:has(input:checked){background:var(--author-highlight)}
.author-different-controls-toggle input:disabled{opacity:1}.author-yaml-jump-target{cursor:zoom-in}.author-yaml-jump-target:hover{outline:2px dashed #111;outline-offset:2px}.author-yaml-target-flash{animation:author-yaml-flash .9s ease-out}@keyframes author-yaml-flash{0%,35%{box-shadow:inset 0 0 0 4px var(--author-highlight)}100%{box-shadow:inset 0 0 0 0 transparent}}
.author-yaml{min-height:calc(100vh - 115px)}.author-yaml__head{display:flex;justify-content:space-between;gap:12px}.author-yaml__head p{margin:3px 0;color:var(--author-muted);font-size:13px}#yaml-source{width:100%;min-height:58vh;border:1px solid var(--author-border);border-radius:9px;padding:12px;font:13px/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;resize:vertical}#diagnostics{font-size:13px}.diag-clean{color:#187a35}.diag-summary{font-weight:800}.diag-list{padding-left:20px}.diag--error{color:#b42318}.diag--warning{color:#8a5700}
.author-yaml__diagnostics{padding-bottom:18px;border-bottom:1px solid var(--author-border)}.author-yaml__diagnostics h2{margin:0 0 8px;font-size:18px}.author-yaml__diagnostics .diag-summary{margin-top:0}
.author-icon-button{align-items:center;display:inline-flex;flex:0 0 32px;height:32px;justify-content:center;padding:4px;border:0;background:transparent;color:#111;cursor:pointer}.author-icon-button:hover,.author-icon-button:focus-visible{background:var(--author-accent-soft)}.author-icon-button:focus-visible{outline:2px solid #111;outline-offset:2px}.author-icon-button svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.author-icon-button[aria-pressed="false"] .author-fullscreen-close,.author-icon-button[aria-pressed="true"] .author-fullscreen-expand{display:none}
.author-yaml:fullscreen{box-sizing:border-box;height:100vh;min-height:100vh;overflow:auto;padding:20px;background:#fff}.author-yaml:fullscreen .author-editor-wrap{flex:1;min-height:0;resize:none}.author-yaml:fullscreen #yaml-source{min-height:100%}
.author-preview-column:fullscreen{box-sizing:border-box;height:100vh;max-height:none;overflow:auto;padding:14px;background:#fff}.author-preview-column:fullscreen .author-preview-heading{top:-14px}
.author-add-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--author-border);border-left:1px solid var(--author-border)}.author-add-list>button{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:72px;padding:11px;border:0;border-right:1px solid var(--author-border);border-bottom:1px solid var(--author-border);background:#fff;color:#111;text-align:left;cursor:pointer}.author-add-list>button:hover,.author-add-list>button:focus-visible{background:#f3f3f3}.author-add-list span{display:flex;flex-direction:column;gap:3px}.author-add-list strong{font-size:13px}.author-add-list small{color:var(--author-muted);font-size:11px;font-weight:400}.author-add-list b{display:grid;flex:0 0 30px;height:30px;place-items:center;background:#111;color:#fff;font-size:22px;line-height:1}.author-optional-editors{display:flex;flex-direction:column;gap:0;margin-top:16px}.author-optional-editor{padding:15px 0;border-top:1px solid var(--author-border)}.author-optional-editor>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.author-optional-editor h3{margin:0;font-size:16px}.author-optional-editor>header button{display:grid;width:28px;height:28px;place-items:center;border:1px solid #111;background:#fff;color:#111;font-size:20px;line-height:1;cursor:pointer}.author-optional-editor>header button:hover{background:#111;color:#fff}
.author-inline-label-input{width:100%;min-width:0;border:2px solid #111;background:#fff;color:#111;padding:6px 7px;font:700 13px/1.2 inherit;outline:3px solid var(--author-highlight)}.author-inline-panel-label{z-index:8;width:112px;max-width:none;padding:0;background:transparent}.author-inline-panel-label .author-inline-label-input{width:112px;font-size:11px}.author-inline-switch-position{max-width:none;width:100%;z-index:9}.author-inline-switch-position .author-inline-label-input{padding:3px 4px;font-size:11px;outline-width:2px}.author-reference-component>.author-inline-label-input{grid-column:1/-1;margin:8px;width:calc(100% - 16px)}.author-switch-inline-row>.author-inline-label-input{flex:1;margin-left:8px}
.author-license-dialog{width:min(680px,calc(100vw - 28px));border:0;border-radius:16px;padding:0;box-shadow:0 24px 80px #0006}.author-license-dialog::backdrop{background:#1119}.author-license-dialog form{padding:22px}.author-license-dialog header button{border:0;background:transparent;font-size:28px;cursor:pointer}.author-legal-note{padding:12px;border-left:4px solid #d39b00;background:#fff9df}.author-license-quick>div{display:flex;gap:8px;flex-wrap:wrap}.author-license-quick button{border:1px solid var(--author-accent);border-radius:8px;background:#fff;color:var(--author-accent);padding:9px 12px;font-weight:800;cursor:pointer}.author-license-dialog fieldset{display:flex;flex-direction:column;gap:12px;margin:18px 0;border:1px solid var(--author-border);border-radius:10px}.author-license-dialog fieldset label{display:flex;align-items:center;justify-content:space-between;gap:15px}.author-license-result{min-height:52px;margin:14px 0;padding:12px;border-radius:9px;background:#f5f5f7}.author-license-dialog footer{display:flex;justify-content:flex-end;gap:8px}
.author-license-quick button[aria-pressed="true"]{border-color:#111;background:var(--author-highlight);color:#111;box-shadow:inset 0 0 0 1px #111}
.author-license-boundary{display:flex;flex-direction:column;gap:3px;margin:16px 0 8px;padding:10px 12px;border:2px solid #111;background:#f3f3f3}.author-license-boundary strong{font-size:12px;text-transform:uppercase}.author-license-boundary span,.author-question-help{color:var(--author-muted);font-size:12px;line-height:1.35}.author-question-help{margin:0;padding:8px;border-left:3px solid var(--author-highlight);background:#fafafa}.author-license-dialog a{font-weight:800}
.author-license-dialog{width:min(1080px,calc(100vw - 24px));max-height:calc(100vh - 20px);border-radius:10px;overflow:auto}.author-license-dialog form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto auto auto auto 1fr auto auto;column-gap:18px;row-gap:8px;padding:16px;font-size:12px}.author-license-dialog header{grid-column:1/-1;margin:0}.author-license-dialog h2{font-size:18px}.author-license-dialog h3{margin:4px 0 7px;font-size:13px}.author-license-dialog .author-legal-note{grid-column:1/-1;margin:0;padding:8px 10px;font-size:11.5px}.author-license-boundary{margin:0;padding:7px 9px}.author-license-boundary strong{font-size:11.5px}.author-license-boundary span,.author-question-help{font-size:11px;line-height:1.25}.author-license-boundary--legal{grid-column:1;grid-row:3}.author-license-boundary--preferences{grid-column:2;grid-row:3}.author-license-quick{grid-column:1;grid-row:4}.author-license-quick button{padding:6px 9px;font-size:11.5px}.author-license-questions{grid-column:1;grid-row:5}.author-license-dialog #community-preferences{grid-column:2;grid-row:4/6}.author-license-dialog fieldset{gap:7px;margin:0;padding:9px 10px;border-radius:5px}.author-license-dialog fieldset legend{font-size:11.5px;font-weight:800}.author-license-dialog fieldset label{gap:9px;font-size:12px;line-height:1.2}.author-license-dialog select{width:auto;max-width:58%;padding:5px 7px;font-size:11.5px}.author-license-result{grid-column:1/-1;grid-row:6;min-height:0;margin:0;padding:8px 10px;border-radius:4px;font-size:12px}.author-license-result p{margin:3px 0}.author-license-dialog footer{grid-column:1/-1;grid-row:7}.author-license-dialog footer .btn{padding:7px 10px;font-size:11.5px}
.author-license-result-label{display:block;margin-bottom:3px;color:var(--author-muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.author-license-dialog #use-license:disabled{cursor:not-allowed;filter:grayscale(1);opacity:.42}
.author-license-file-guidance{display:grid;grid-template-columns:auto 1fr auto;gap:3px 10px;align-items:center;margin-top:7px;padding-top:7px;border-top:1px solid var(--author-border)}.author-license-file-guidance>strong{font-size:10.5px;text-transform:uppercase}.author-license-file-guidance p{margin:0;font-size:10.5px;line-height:1.25}.author-license-file-guidance a{font-size:10.5px;white-space:nowrap}.author-license-file-guidance code{font-size:10px}
.author-license-provisional{color:#7a5200}
@media(max-width:1050px){.author-workspace{display:flex;flex-direction:column}.author-editor,.author-yaml,.author-preview-column{width:100%}.author-splitter{display:none}.author-preview-column{position:static;max-height:none;order:-1}.author-toolbar{position:static;margin:-18px -18px 18px;align-items:flex-start;flex-direction:column}.author-toolbar__actions{align-items:flex-end;width:100%}.author-toolbar__primary,.author-toolbar__downloads{width:100%}}
@media(max-width:780px){.author-license-dialog{width:min(680px,calc(100vw - 20px));max-height:calc(100vh - 20px)}.author-license-dialog form{display:block}.author-license-boundary,.author-license-quick,.author-license-dialog fieldset,.author-license-result{margin:10px 0}.author-license-dialog select{width:100%;max-width:none}.author-license-file-guidance{grid-template-columns:1fr}.author-license-file-guidance a{white-space:normal}}
@media(max-width:620px){.author-page{padding:10px}.author-toolbar{margin:-10px -10px 12px;padding:12px}.author-form-grid,.author-add-list,.author-reference-grid,.author-reference-grid--controls,.author-reference-io{grid-template-columns:1fr}.author-reference-grid--controls .author-reference-component:first-child,.author-reference-grid--controls .author-reference-component:last-child{grid-column:auto}.author-field--wide{grid-column:auto}.author-toolbar__actions{width:100%}.author-preview-column{padding:8px}.author-license-dialog fieldset label{align-items:flex-start;flex-direction:column}}
