.pc-lightbox-trigger { position: relative; display: block; max-width: 100%; margin-inline: auto; border-radius: var(--pc-component-radius); cursor: zoom-in; }
.pc-lightbox-trigger:focus-visible { outline: 3px solid var(--pc-color-brand); outline-offset: 4px; }
.pc-lightbox-trigger::after { position: absolute; right: var(--pc-space-2); bottom: var(--pc-space-2); display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: var(--pc-component-radius); background: rgba(8, 9, 11, 0.78); color: #fff; content: "+"; font-size: 1.35rem; line-height: 1; pointer-events: none; }
.pc-lightbox-trigger:hover::after, .pc-lightbox-trigger:focus-visible::after { border-color: var(--pc-color-brand); background: var(--pc-color-brand); }
.pc-lightbox-trigger img { pointer-events: none; }
.pswp--playcentral { --pswp-bg: rgba(8, 9, 11, 0.97); --pswp-icon-color: #fff; --pswp-icon-color-secondary: #111216; z-index: 100000; }
.pswp--playcentral .pswp__button { width: 44px; height: 44px; }
.pswp--playcentral .pswp__button:focus-visible { outline: 3px solid var(--pc-color-brand); outline-offset: -3px; }
.pswp--playcentral .pc-pswp-status { display: flex; min-height: 44px; align-items: center; margin-inline: 12px auto; color: #fff; font-size: 0.875rem; font-weight: 700; }
.pswp--playcentral .pc-pswp-caption { position: absolute; z-index: 10; box-sizing: border-box; width: max-content; max-width: calc(100% - 20px); padding: 10px 14px; border-radius: 6px; background: rgba(8, 9, 11, 0.72); color: #fff; text-align: left; overflow: hidden; overflow-wrap: anywhere; pointer-events: none; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.pswp--playcentral .pc-pswp-caption[hidden] { display: none; }
.pswp--playcentral .pc-pswp-caption p { margin: 0; }
.pswp--playcentral .pc-pswp-caption__copy { font-size: 0.9375rem; line-height: 1.45; }
.pswp--playcentral .pc-pswp-caption__credit { margin-top: 4px !important; color: rgba(255, 255, 255, 0.76); font-size: 0.8125rem; line-height: 1.4; }
.pswp--playcentral .pc-pswp-caption--credit-only { padding: 8px 12px; }
.pswp--playcentral .pc-pswp-caption--credit-only .pc-pswp-caption__credit { margin-top: 0 !important; font-weight: 400; line-height: 1.38; }
@media (max-width: 600px) {
	.pc-lightbox-trigger::after { display: none; content: none; }
	.pswp--playcentral .pc-pswp-caption { max-width: calc(100% - 16px); padding: 8px 10px; }
	.pswp--playcentral .pc-pswp-caption--credit-only { padding: 7px 10px; }
}
@media (prefers-reduced-motion: reduce) {
	.pc-lightbox-trigger::after { transition: none; }
}
