.full-resolution-image-trigger {
    display: inline-block;
    max-width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.full-resolution-image-trigger picture,
.full-resolution-image-trigger img {
    display: block;
    max-width: 100%;
    height: auto;
}

.full-resolution-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 24px 24px;
    background: rgba(10, 12, 14, 0.92);
    backdrop-filter: blur(2px);
}

.full-resolution-image-lightbox[hidden] {
    display: none;
}

.full-resolution-image-lightbox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

.full-resolution-image-lightbox__close {
    position: fixed;
    top: 16px;
    right: 20px;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 44px;
    line-height: 1;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

body.full-resolution-image-lightbox-open {
    overflow: hidden;
}
