.mlcg-customer-gallery { box-sizing:border-box; width:100%; margin:14px 0 20px; }
.mlcg-gallery-button.button { display:inline-flex; align-items:center; justify-content:center; gap:9px; width:100%; min-height:44px; padding:10px 16px; border:1px solid var(--wd-primary-color,#4b35e8); border-radius:var(--btn-default-brd-radius,4px); background:transparent; color:var(--wd-primary-color,#4b35e8); font-weight:600; cursor:pointer; }
.mlcg-gallery-button.button:hover, .mlcg-gallery-button.button:focus-visible { background:var(--wd-primary-color,#4b35e8); color:#fff; }
.mlcg-camera-icon { position:relative; display:inline-block; width:18px; height:13px; border:2px solid currentColor; border-radius:3px; }
.mlcg-camera-icon::before { content:''; position:absolute; left:50%; top:50%; width:5px; height:5px; border:2px solid currentColor; border-radius:50%; transform:translate(-50%,-50%); }
.mlcg-camera-icon::after { content:''; position:absolute; left:2px; top:-5px; width:7px; height:4px; border:2px solid currentColor; border-bottom:0; border-radius:2px 2px 0 0; }
.mlcg-native-gallery { display:none!important; }
