[data-ccrc-photo] { cursor: zoom-in; }
[data-ccrc-photo]:focus-visible { outline: 3px solid #357c65; outline-offset: 4px; }
.ccrc-photo-dialog { position: fixed; inset: 0; width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; border: 0; padding: 0; color: white; background: #101914f5; }
.ccrc-photo-dialog::backdrop { background: #101914; }
.ccrc-photo-dialog[open] { display: flex; flex-direction: column; }
.ccrc-photo-toolbar { display: flex; flex-shrink: 0; justify-content: flex-end; gap: 12px; padding: 16px; }
.ccrc-photo-toolbar button { background: #fff; color: #234f40; border: 1px solid #fff; border-radius: 6px; padding: 10px 18px; font: 600 15px/1.4 sans-serif; cursor: pointer; min-height: 44px; }
.ccrc-photo-toolbar button:focus-visible { outline: 3px solid #bade83; outline-offset: 3px; }
.ccrc-photo-stage { flex: 1; min-height: 0; overflow: auto; display: flex; padding: 12px 24px; }
.ccrc-photo-stage img { display: block; margin: auto; object-fit: contain; width: auto; height: auto; max-width: 100%; max-height: 100%; }
.ccrc-photo-stage.is-zoomed img { max-width: none; max-height: none; flex-shrink: 0; }
.ccrc-photo-caption { margin: 0; padding: 16px 24px 24px; text-align: center; font: 15px/1.5 sans-serif; color: #fff; }
html.ccrc-photo-open { overflow: hidden; }
@media (max-width: 600px) { .ccrc-photo-stage { padding: 8px; } .ccrc-photo-toolbar { padding: 12px; } }
