.create-cover-field{grid-column:1/-1}
.create-cover-preview{display:flex;align-items:center;justify-content:center;min-height:160px;overflow:hidden;border:1px dashed var(--line);border-radius:14px;background:#f7f3ee}
.create-cover-preview img{width:100%;max-height:320px;object-fit:cover;display:block}
.create-cover-remove{justify-self:start}
#evTableSettings{transition:opacity .18s ease}
#evTableSettings.hide{display:none}
@media(max-width:650px){.create-cover-preview{min-height:140px}.create-cover-preview img{max-height:240px}}
