.image-manager{display:grid;grid-template-columns:320px 1fr;gap:1.5rem;max-width:850px;margin:0 auto 3rem;padding:1.5rem;background:#fff;border:1px solid #e0e9e7;border-radius:18px}.image-preview{height:300px;display:grid;place-items:center;border:1px dashed #bdd1cd;border-radius:14px;background:#f4f8f7;overflow:hidden}.image-preview img{width:100%;height:100%;object-fit:contain}.image-preview span{display:none;color:#718096;font-size:.8rem}.image-manager form{display:flex;flex-direction:column;justify-content:center;gap:.7rem}.image-manager label{color:#334e68;font-weight:800}.image-manager small{color:#718096}.image-manager .btn{align-self:start}@media(max-width:700px){.image-manager{grid-template-columns:1fr}.image-preview{height:240px}.image-manager .btn{width:100%}}
