.gallery-heading{display:flex;justify-content:space-between;align-items:center;padding-top:24px;margin-top:10px;border-top:1px solid #dfe7e3}.gallery-heading h2{margin-bottom:3px}.gallery-heading p{margin:0;color:#687872;font-size:.85rem}.gallery-limit{padding:5px 9px;border-radius:99px;background:#e5f1ed;color:#123b34;font-size:.72rem;font-weight:700}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0}.gallery-card{padding:12px;border:1px solid #d9e3df;border-radius:13px;background:#f9fbfa}.gallery-card>div{margin-bottom:9px}.gallery-preview{height:145px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#edf3f0;color:#687872;font-size:.75rem}.gallery-preview img{width:100%;height:100%;object-fit:cover}.gallery-delete-field{display:none}.gallery-remove{width:100%;border:1px solid #f0c8c3;border-radius:8px;background:#fff4f2;color:#a43127;padding:8px;cursor:pointer}.catalog-form>.actions{margin-top:24px}@media(max-width:850px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.gallery-grid{grid-template-columns:1fr}.gallery-heading{align-items:flex-start;gap:10px}}
