/* Review attachments stay out of the compact carousel and appear in its cloned dialog card. */
.tpl-google-reviews .tpl-review-photos,
.tpl-review-dialog-body .tpl-review-photos{display:none}
.tpl-review-dialog-body .tpl-review-photos:has(img){display:grid;grid-template-columns:minmax(0,1fr);gap:16px;margin:28px 0 0;padding:0}
.tpl-review-dialog-body .tpl-review-photos>h4{margin:0;font:600 16px/1.4 Arial,sans-serif;color:#e8cc91}
.tpl-review-dialog-body .tpl-review-photos figure{min-width:0;margin:0}
.tpl-review-dialog-body .tpl-review-photos img{display:block;box-sizing:border-box;width:100%;height:auto;max-height:560px;object-fit:contain;border:1px solid #9a82535c;border-radius:12px;background:#081e17}
.tpl-review-dialog-body .tpl-review-photos figcaption{margin:8px 0 0;font:400 13px/1.5 Arial,sans-serif;color:#c3d3ca}
.tpl-review-dialog-body .tpl-review-photos a{display:block;border-radius:12px}
.tpl-review-dialog-body .tpl-review-photos a:focus-visible{outline:3px solid #efd093;outline-offset:3px}
@media(max-width:600px){.tpl-review-dialog-body .tpl-review-photos:has(img){gap:12px;margin-top:24px}.tpl-review-dialog-body .tpl-review-photos img{max-height:420px}}
