.berszamfejtes-reklam {
  font-family: "Arial", sans-serif;
  max-width: 800px;
  margin: 20px auto;
  padding: 25px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: 3px solid #2c3e50;
  position: relative;
  overflow: hidden;
}

.berszamfejtes-reklam::before {
  content: "AKCIÓ!";
  position: absolute;
  top: 20px;
  right: -30px;
  background: #e74c3c;
  color: white;
  padding: 5px 40px;
  transform: rotate(45deg);
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.berszamfejtes-cim {
  color: #2c3e50;
  font-size: 28px;
  margin-bottom: 15px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.berszamfejtes-ar {
  background: #2c3e50;
  color: white;
  font-size: 32px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  margin: 20px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.berszamfejtes-kod {
  background: #f39c12;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  margin: 10px 0;
  font-size: 20px;
  animation: pulse 2s infinite;
}

.berszamfejtes-link {
  display: block;
  background: #27ae60;
  color: white;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s;
}

.berszamfejtes-link:hover {
  background: #2ecc71;
  transform: scale(1.02);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.berszamfejtes-elonyok {
  background: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
}

.berszamfejtes-elonyok li {
  margin: 8px 0;
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}

.berszamfejtes-elonyok li::before {
  content: "✓";
  color: #27ae60;
  font-weight: bold;
  position: absolute;
  left: 0;
}
