@charset "utf-8";
/* CSS Document */

/* Sekce videí – minimální layout (navazuje na tvoje .card/.btn/.muted) */

.videos-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.video-card .video-media{
  margin-top: .75rem;
}

.video-el{
  width: 100%;
  max-width: 100%;
  border-radius: 14px;
  background: #000;
}

.video-title{
  line-height: 1.25;
}

.small{
  font-size: .9em;
  opacity: .9;
}
