/* SE Attorney Mega Widget v2.2.0 */
.seamw-wrap{width:100%;box-sizing:border-box;font-family:inherit}
.seamw-grid{display:grid;grid-template-columns:repeat(var(--seamw-columns,6),minmax(160px,1fr));gap:14px 18px}
.seamw-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}
.seamw-photo-wrap{width:var(--seamw-img-size,72px);height:var(--seamw-img-size,72px);flex:0 0 var(--seamw-img-size,72px);overflow:hidden;background:#f5f6f8}
.seamw-photo{width:100%;height:100%;object-fit:cover;display:block}
.seamw-shape-square .seamw-photo-wrap,.seamw-shape-square .seamw-photo{border-radius:0}
.seamw-shape-rounded .seamw-photo-wrap,.seamw-shape-rounded .seamw-photo{border-radius:8px}
.seamw-shape-circle .seamw-photo-wrap,.seamw-shape-circle .seamw-photo{border-radius:999px}
.seamw-copy{min-width:0;flex:1}
.seamw-name{font-weight:800}
.seamw-entity-summary{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:768px){.seamw-grid{grid-template-columns:1fr}}
