.editable-image { min-width: 0; }
.editable-image__frame { position: relative; min-width: 0; width: 100%; }
.editable-image__frame > img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.editable-image__frame [hidden] { display: none; }
.editable-image__placeholder { display: grid; place-items: center; height: 100%; color: var(--muted); font-size: 12px; }
.editable-image--cover .editable-image__frame { aspect-ratio: 4 / 1; min-height: 100px; border-radius: 6px; background: var(--surface-muted); }
.editable-image--cover .editable-avatar__button { right: 12px; bottom: 12px; }
.editable-image--logo .editable-image__frame { width: 80px; height: 80px; border-radius: 50%; background: var(--surface-muted); }
.image-editor-form--cover .image-upload .image-upload__preview { width: 100%; height: auto; aspect-ratio: 4 / 1; min-height: 100px; }
