/* Use available screen width without changing review content. */
.wrap{width:calc(100% - 48px);max-width:none;margin-inline:auto}
#photo-reviews .cell{min-width:0;overflow-wrap:anywhere}
#photo-reviews>.head,#photo-reviews>.row{grid-template-columns:1.05fr .9fr .7fr 1.25fr 1.25fr}
@media(max-width:900px){.wrap{width:calc(100% - 24px)}#photo-reviews>.row{display:block}}
