/* Estilos personalizados en estilo de juego */
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #121212;
  color: #fff;
  line-height: 1.6;
  font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Orbitron', sans-serif;
}

header {
  background: linear-gradient(45deg, #ff6a00, #ee0979);
  background-size: cover;
}

section {
  padding: 60px 0;
}

.card {
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
#reviews img {
  width: 165px;
}
.card .card-title {
  font-size: 1.1rem;
}
header img {
  width: 320px;
}
.btn {
  font-weight: bold;
  border-radius: 25px;
}

blockquote {
  border-left: 5px solid #ee0979;
  padding-left: 15px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 5px;
}

.accordion-button {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  border: none;
}

.accordion-button:not(.collapsed) {
  background-color: #444;
  color: #fff;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
/* Estilos para el bloque de cookies */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 0.9rem;
}

.cookie-banner button {
  background-color: #ff6a00;
  border: none;
  color: #fff;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 0.9rem;
}
