/* Friction against casual saving, not an access-control/security boundary. */
.preview-save-guard {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Scoped to a protected public modal; ordinary page zoom remains available. */
.preview-fixed-viewport {
    touch-action: pan-x pan-y;
}
.photo-delivery-notice {
    margin: 0 0 .65rem;
    padding: .55rem .7rem;
    border: 1px solid #c9dfd1;
    border-radius: .6rem;
    background: #f0f8f3;
    color: #234b35;
    font-size: .82rem;
    line-height: 1.35;
    text-align: left;
}
.photo-delivery-notice strong { font-weight: 700; }
