
/* 1.2.370: project photos use the normal link pointer; legacy zoom-in/custom cursors are suppressed. */
body.bwpm-project-gallery main img,
body.bwpm-project-gallery main a img,
body.bwpm-project-gallery .photo-card img,
body.bwpm-project-gallery .gallery-card img,
body.bwpm-project-gallery .gallery-item img {cursor:pointer !important;}
.bwpm-gallery-source-tabs{display:flex;gap:.45rem;flex-wrap:wrap;align-items:center;margin:.75rem 0 0}
.bwpm-gallery-source-tabs button{appearance:none;border:1px solid #b7c5d4;background:#eef3f7;color:#17314f;border-radius:999px;padding:.36rem .7rem;font:inherit;font-size:.88rem;cursor:pointer}
.bwpm-gallery-source-tabs button.active{background:#1764a8;color:#fff;border-color:#1764a8}
.bwpm-gallery-webcam-block{margin:1rem 0;background:#edf2f6;border:1px solid #d2dce6;border-radius:10px;overflow:hidden}
.bwpm-gallery-webcam-block>summary{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:.6rem;padding:.8rem 1rem;cursor:pointer;list-style:none}
.bwpm-gallery-webcam-block>summary::-webkit-details-marker{display:none}.bwpm-gallery-webcam-block>summary:before{content:'›';font-weight:700;transform:rotate(0deg);transition:transform .15s ease}.bwpm-gallery-webcam-block[open]>summary:before{transform:rotate(90deg)}
.bwpm-gallery-webcam-block>summary strong{font-size:1rem}.bwpm-gallery-webcam-block>summary span{color:#1764a8;font-weight:600}.bwpm-gallery-webcam-block>summary small{color:#66788a;justify-self:end}
.bwpm-gallery-webcam-body{padding:0 1rem 1rem}.bwpm-gallery-webcam-schedule{margin:.1rem 0 .8rem;color:#66788a;font-size:.86rem}.bwpm-gallery-webcam-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.65rem}
.bwpm-gallery-webcam-item{display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid #d3dde6;border-radius:9px;overflow:hidden}.bwpm-gallery-webcam-item img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;background:#dfe6ec}.bwpm-gallery-webcam-item span{display:flex;justify-content:space-between;gap:.6rem;align-items:center;padding:.55rem .65rem}.bwpm-gallery-webcam-item small{color:#66788a}
.bwpm-gallery-export-pdf{display:inline-flex;align-items:center;justify-content:center;width:auto!important;margin-left:auto;white-space:nowrap}
.bwpm-album-export-row{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:.45rem!important;min-width:0}.bwpm-album-export-row>.bwpm-album-entry-with-export{grid-column:1/-1;grid-row:1;display:block!important;width:100%!important;min-width:0!important;padding-right:54px!important;box-sizing:border-box}.bwpm-album-entry-with-export .bwpm-album-date{display:block;font-weight:600;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bwpm-album-entry-with-export .bwpm-album-count{display:block;margin-top:.2rem;font-size:.86em;font-weight:400;line-height:1.2;color:#66788a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bwpm-album-no-export>.bwpm-album-entry-with-export{padding-right:10px!important}.bwpm-gallery-export-pdf-small{grid-column:2;grid-row:1;align-self:start;justify-self:end;z-index:2!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:38px!important;min-width:38px!important;height:26px!important;margin:8px 8px 0 0!important;padding:0 6px!important;border-radius:6px!important;font-size:11px!important;line-height:1!important;text-decoration:none!important;box-shadow:none!important}
.bwpm-upload-target{grid-column:1/-1!important;width:100%;border:1px solid #c7d2dd;border-radius:9px;padding:.8rem .9rem;margin:0 0 1rem;display:grid;grid-template-columns:1fr 1fr;gap:.55rem .85rem;min-width:0}.bwpm-upload-target legend{padding:0 .3rem;font-weight:700}.bwpm-upload-mode{display:flex;gap:.45rem;align-items:center;font-weight:600}.bwpm-upload-control{min-width:0}.bwpm-upload-control[data-mode="existing"]{grid-column:1}.bwpm-upload-control[data-mode="new"]{grid-column:2}.bwpm-upload-inner-label{display:flex!important;flex-direction:column!important;gap:.35rem!important;margin:0!important}.bwpm-upload-inner-label select,.bwpm-upload-inner-label input{width:100%!important}.bwpm-upload-summary{grid-column:1/-1;margin-top:.2rem;padding:.55rem .65rem;border-radius:7px;background:#eef3f7;color:#17314f;font-weight:600}
.bwpm-gallery-bulk-toolbar{display:flex;gap:.55rem;flex-wrap:wrap;align-items:center;margin-left:auto}.bwpm-gallery-bulk-actions{display:flex;gap:.45rem;flex-wrap:wrap;align-items:center}.bwpm-gallery-bulk-actions [data-count]{font-size:.84rem;color:#66788a}.bwpm-gallery-select-check{position:absolute;left:8px;top:8px;z-index:6;display:flex;align-items:center;gap:.35rem;padding:.32rem .5rem;border-radius:7px;background:rgba(255,255,255,.96);box-shadow:0 1px 5px rgba(0,0,0,.18);font-size:.8rem;font-weight:600}.bwpm-gallery-select-check input{width:1rem;height:1rem;margin:0}
@media(max-width:1200px){.bwpm-gallery-webcam-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.bwpm-gallery-webcam-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.bwpm-upload-target{grid-template-columns:1fr}.bwpm-upload-control[data-mode="existing"],.bwpm-upload-control[data-mode="new"]{grid-column:1}.bwpm-upload-summary{grid-column:1}}@media(max-width:760px){.bwpm-gallery-webcam-block>summary{grid-template-columns:auto 1fr}.bwpm-gallery-webcam-block>summary small{grid-column:2;justify-self:start}.bwpm-gallery-webcam-grid{grid-template-columns:1fr 1fr}.bwpm-gallery-export-pdf{margin-left:0;width:100%!important}.bwpm-gallery-bulk-toolbar{width:100%;margin-left:0}.bwpm-gallery-bulk-actions{width:100%}}@media(max-width:480px){.bwpm-gallery-webcam-grid{grid-template-columns:1fr}}
