#rsorangetech-container ul.rsorangetech-images {
    list-style:none; padding:0; display:flex; flex-wrap:wrap; gap:10px;
}
#rsorangetech-container li.gallery-item {
    position:relative;
}
#rsorangetech-container li.gallery-item img {
    width:100px; height:100px; object-fit:cover; border:1px solid #ccc;
}
#rsorangetech-container li.gallery-item button.remove-image {
    position:absolute; top:-5px; right:-5px; background:red; color:#fff; border:none; border-radius:50%; width:20px; height:20px; cursor:pointer;
}
/* CSS for admin meta box */