/* Fit standalone photo bubbles to the image; retain the existing message skin. */
html:not(.mw230) body #root#root .chat-shell .chat-message.photo316:not(.photo24-tile .chat-message)>div {
 width:min-content!important;
 max-width:100%!important;
 padding:0!important;
 border-width:0!important;
 overflow:hidden!important;
 border-radius:18px!important;
}
html:not(.mw230) body #root#root .chat-shell .chat-message.photo316:not(.photo24-tile .chat-message) .social-photo-message {
 width:auto!important;
 max-width:240px!important;
 height:auto!important;
 max-height:260px!important;
 display:block!important;
 border-radius:0!important;
}
html:not(.mw230) body #root#root .chat-shell .chat-message.photo316:not(.photo24-tile .chat-message) .chat-message-meta {
 min-width:0!important;
 overflow-wrap:anywhere;
}
