Using container size and style queries - CSS | MDN
Container queries enable you to apply styles to elements nested within a specific container based on the features of that container. The query returns true or false depending on whether the query condition is true for the container.
@firefoxwebdevs That was a very clear and concise presentation. I appreciate the comparison with other options, how they fare with the problem at hand and what their drawbacks are. Thanks!