CSS: fit-content (shrink wrap)
Use width: fit-content
.gZYqc { width: fit-content; }
Example.
This is shrink-wrapped.
Use display: inline-block
.N9gW7 { display: inline-block; }
Example.
This is shrink-wrapped.
Use display: table
.SV3xR { display: table; }
Example.
This is shrink-wrapped.