/* Content cards — used by content.js renderers */
.tw-card-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
  gap:16px;
  margin-top:8px;
}
.tw-title-card .h3{line-height:1.25}
[data-fb="live/stream"]:not(.empty){
  max-width:880px;
  margin-left:auto;
  margin-right:auto;
}
