.gallery-editor{border:1px solid var(--theme-elevation-200);border-radius:4px;margin:1rem 0;padding:1rem}.gallery-editor--selected{box-shadow:0 0 0 2px var(--theme-success-500)}.gallery-editor__actions,.gallery-editor__header,.gallery-editor__media{align-items:center;display:flex;gap:.75rem}.gallery-editor__header{justify-content:space-between;margin-bottom:1rem}.gallery-editor__items{display:grid;gap:.75rem;list-style:none;margin:0 0 1rem;padding:0}.gallery-editor__item{align-items:end;background:var(--theme-elevation-50);display:grid;gap:.75rem;grid-template-columns:minmax(10rem,1fr) minmax(12rem,2fr) auto;padding:.75rem}.gallery-editor__media img{height:3rem;-o-object-fit:cover;object-fit:cover;width:4rem}.gallery-editor__caption span{display:block;font-size:.75rem;margin-bottom:.25rem}.gallery-editor__caption input{width:100%}.gallery-editor__missing,.gallery-editor__validation{color:var(--theme-error-500)}.gallery-editor__validation{margin-bottom:1rem}@media(max-width:900px){.gallery-editor__item{grid-template-columns:1fr}}