.youtube-consent {
  background: #f5f5f5;
  padding: 1em;
  text-align: center;
  max-width: 640px;
  margin: 1em auto;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.youtube-note {
  font-size: 14px;
  color: #333;
  margin-bottom: 1em;
  text-align: left;
}

.youtube-note a {
  color: #0066cc;
  text-decoration: underline;
}

.youtube-play {
  margin: 1em auto;
}

.youtube-button {
  margin-top: 1em;
}

.youtube-button button {
  padding: 0.6em 1.2em;
  font-size: 14px;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 20px;
  cursor: pointer;
}

.youtube-button button:hover {
  background: #ddd;
}
