.gdv-gallery {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 800px;
  margin: auto;
  font-family: 'Sarabun', sans-serif;
}

.gdv-video-card {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.gdv-player-container {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 10px;
}

.gdv-player {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
  left: 0;
}

.gdv-info {
  margin-top: 10px;
  font-size: 16px;
}

.gdv-download {
  display: inline-block;
  margin-top: 5px;
  text-decoration: none;
  color: #0073aa;
  font-weight: bold;
}
.gdv-download:hover {
  color: #005f8d;
}
