/* Truth & BBQ - Recipe Vault */
.tbb-card{
  border:1px solid rgba(0,0,0,.1);
  border-radius:14px;
  padding:16px;
  margin:18px 0;
  background:#fff;
}
.tbb-kicker{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.75;
  margin-bottom:8px;
}
.tbb-title{
  font-size:28px;
  line-height:1.2;
  margin:0 0 12px 0;
}
.tbb-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:12px 0 14px;
}
.tbb-meta > div{
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  padding:8px 10px;
  font-size:14px;
  display:flex;
  gap:8px;
  align-items:baseline;
}
.tbb-meta > div > span{
  font-size:12px;
  opacity:.7;
}
.tbb-meta__print{
  margin-left:auto;
}
.tbb-print{
  cursor:pointer;
  border:1px solid rgba(0,0,0,.18);
  border-radius:12px;
  padding:8px 12px;
  background:transparent;
}
.tbb-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:14px;
  margin-top:12px;
}
@media(min-width: 820px){
  .tbb-grid{ grid-template-columns: 1fr 1fr; }
}
.tbb-col h3, .tbb-section h3{
  margin:0 0 10px 0;
  font-size:18px;
}
.tbb-list, .tbb-steps{
  margin:0;
  padding-left:18px;
}
.tbb-list li, .tbb-steps li{
  margin:6px 0;
}
.tbb-section{
  margin-top:16px;
  padding-top:14px;
  border-top:1px dashed rgba(0,0,0,.12);
}
.tbb-muted{
  opacity:.7;
  margin:0;
}
.tbb-yt{
  margin-top:18px;
  padding-top:14px;
  border-top:1px dashed rgba(0,0,0,.12);
}
.tbb-yt__title{
  font-weight:700;
  margin-bottom:10px;
}
.tbb-yt__frameWrap{
  position:relative;
  width:100%;
  max-width:420px;
  aspect-ratio: 9/16;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.10);
}
.tbb-yt__frame{
  position:absolute; inset:0;
  width:100%; height:100%;
}
.tbb-yt__link{
  display:inline-block;
  margin-top:10px;
  font-size:14px;
}
@media print{
  .tbb-print, .tbb-yt { display:none !important; }
  .tbb-card{ border:none; padding:0; }
}
