
#ytmh-home {
  background:#0e0e0e;
  color:#fff;
  padding:12px;
  font-family:system-ui;
}
h2 {
  margin:16px 0 8px;
  font-size:18px;
}
.row {
  display:flex;
  gap:12px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.card {
  flex:0 0 28%;
  background:#1b1b1b;
  border-radius:14px;
}
.card img {
  width:100%;
  border-radius:14px;
  display:block;
}
