.banner-admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.banner-admin-grid .banner-preview{margin:0}.banner-admin-grid .banner-preview img{aspect-ratio:16/7;object-fit:contain}
.banner-dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:8px;padding:7px 10px;border-radius:999px;background:#24221f66;z-index:10}
.banner-dots button{width:8px;height:8px;border:0;border-radius:50%;padding:0;background:#fff8;cursor:pointer}
.banner-dots button.active{background:#fff;transform:scale(1.25)}
@media(max-width:600px){.banner-dots{bottom:10px}.banner-admin-grid{grid-template-columns:1fr}}