/* Document-requested refinements; retain the established visual system. */
img, picture, canvas, svg image { -webkit-user-drag:none; -webkit-touch-callout:none; user-select:none; }
.revision13-photo { object-fit:cover; object-position:center; }
.membership13-identity { display:flex; align-items:center; gap:24px; min-height:92px; }
.membership13-identity img { width:112px; height:68px; object-fit:contain; background:#fff; padding:8px; border-radius:6px; }
.membership13-identity span { font-weight:600; }
.phone13-group { display:grid; grid-template-columns:110px minmax(0,1fr); gap:10px; }
.phone13-group input { width:100%; min-width:0; }
@media(max-width:600px) { .membership13-identity {gap:12px}.membership13-identity img {width:80px;height:56px}.phone13-group {grid-template-columns:96px minmax(0,1fr)} }
