#emc-album { margin: 24px 0; scroll-margin-top: 90px; }
.emc-album-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.emc-album-photo { display:block; background:#eee; }
.emc-album-photo img { display:block; width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; }
.emc-album-pages { display:flex; justify-content:space-between; gap:12px; align-items:center; margin:20px 0; flex-wrap:wrap; }
.emc-album-dialog { border:0; border-radius:8px; padding:16px; max-width:95vw; width:1000px; max-height:95vh; background:#181818; color:white; }
.emc-album-dialog::backdrop { background:rgba(0,0,0,.85); }
.emc-album-dialog img { display:block; margin:12px auto; max-width:100%; max-height:70vh; object-fit:contain; }
.emc-album-dialog > div { display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap; }
.emc-album-dialog a { color:white !important; text-decoration:underline; }
.emc-album-dialog button { min-height:44px; padding:8px 14px; cursor:pointer; }
@media(max-width:600px) { .emc-album-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
