.article-form-container{min-width:60dvw;padding:24px;border-radius:16px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1001;box-shadow:0 0 15px 16px rgba(0,0,0,.1);.article-form{height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:24px;.article-form-fields{height:100%;display:flex;flex-direction:column;gap:16px;.image-input-container{display:flex;flex-direction:column;gap:4px;&:has(.image-input-preview){input[type=file]{display:none}}.image-input-preview{display:flex;flex-direction:column;gap:4px;align-items:flex-end;img{width:100%;object-fit:cover;max-height:260px;border-radius:8px}}}.text-area-group{height:100%;textarea{min-height:260px;height:100%}}}.article-form-options{width:100%;display:flex;justify-content:flex-end;gap:8px}}@media screen and (max-width:800px){width:100%}@media screen and (max-width:600px){height:100dvh}}