.wm-gallery{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:40px 24px;color:#eee;font-family:Arial,Helvetica,sans-serif;text-align:left}
.wm-gallery *{box-sizing:border-box}.wm-gallery [hidden]{display:none!important}
.wm-gallery h2{font-size:clamp(28px,4vw,40px);line-height:1.2;font-weight:700;color:#eee;margin:0 0 14px}
.wm-gallery .wm-gallery-intro{color:#bbb;margin:0 0 24px;font-size:17px;line-height:1.6}
.wm-gallery-status{margin:20px 0;color:#bbb;min-height:24px}
.wm-gallery-tabs{display:flex;gap:12px;margin:0 0 24px;flex-wrap:wrap}
.wm-gallery .wm-gallery-tab{background:#17171c;color:#eee;border:1px solid #666;border-radius:6px;padding:12px 20px;font:inherit;min-height:44px;cursor:pointer}
.wm-gallery .wm-gallery-tab[aria-selected=true]{background:#e32636;border-color:#e32636;color:#fff}
.wm-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.wm-gallery .wm-gallery-card{display:block;min-width:0;overflow:hidden;border-radius:12px;background:#17171c;border:1px solid #444;color:#eee;text-decoration:none}
.wm-gallery .wm-gallery-photo{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;background:#222;border-radius:0}
.wm-gallery-details{display:flex;gap:8px;justify-content:space-between;align-items:baseline;padding:16px;flex-wrap:wrap}
.wm-gallery-name{font-size:18px;line-height:1.35;font-weight:700;overflow-wrap:anywhere}.wm-gallery-number{font-size:15px;line-height:1.4;color:#bbb}
.wm-gallery .wm-gallery-view-all,.wm-gallery-fallback a{display:inline-block;background:#e32636;color:#fff;padding:12px 20px;border:1px solid #e32636;border-radius:6px;font-size:16px;font-weight:700;line-height:1.4;text-decoration:none;min-height:44px}
.wm-gallery .wm-gallery-view-all{margin-top:24px}.wm-gallery-fallback{display:flex;gap:12px;flex-wrap:wrap}.wm-gallery a:hover{filter:brightness(1.12)}
.wm-gallery .wm-gallery-credit{font-size:13px;color:#aaa;margin:20px 0 0}.wm-gallery-credit a{color:#ddd;text-decoration:underline}
.wm-gallery a:focus-visible,.wm-gallery button:focus-visible{outline:3px solid #fff;outline-offset:4px}
.wm-gallery-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:1023px){.wm-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}
@media(max-width:599px){.wm-gallery{padding:28px 12px}.wm-gallery-grid{gap:12px}.wm-gallery-details{padding:10px;gap:4px}.wm-gallery-name{font-size:16px}.wm-gallery-number{font-size:13px}.wm-gallery .wm-gallery-tab{padding:10px 16px}}

.wm-gallery-pagination{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}
.wm-gallery .wm-gallery-page-button{background:#e32636;color:#fff;border:1px solid #e32636;border-radius:6px;padding:10px 16px;min-height:44px;font:inherit;cursor:pointer}
.wm-gallery .wm-gallery-page-button:disabled{opacity:.4;cursor:default}
.wm-gallery-page-label{color:#eee;font-size:15px}
