.nyertes-video {
  max-width: 600px;
  display: block;
  margin: 0 auto;
  max-height: 50vh;
}

.nyertes_item {
  margin-top: 0.5rem;
}

.nyertes_item {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.2rem 0.5rem;
  background-color: var(--blue);
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.nyertes_item a {
  color: white;
}

.nyertes_item:hover {
  background-color: var(--red);
}

h3, h1{
  font-weight: 900;
}

/* Language visibility: hide language-specific blocks based on html[lang] */
html[lang="hu"] .en {
  display: none !important;
}

html[lang="en"] .hu {
  display: none !important;
}