The Walking Dead: The Telltale Definitive Series

Rango de precios: desde $6.00 hasta $10.00

  • 1 jugador
  • Versión PS4
  • Vibración DUALSHOCK 4
SKU: N/D Categorías: , , , , Etiqueta:
```css /* Fondo oscuro translúcido */ .currency-modal-overlay { display: none; /* Oculto por defecto */ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.75); z-index: 999999; justify-content: center; align-items: center; backdrop-filter: blur(4px); } /* Tarjeta principal */ .currency-modal-card { background: #ffffff; padding: 30px; border-radius: 12px; text-align: center; max-width: 400px; width: 90%; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); } .currency-modal-card h2 { margin-top: 0; color: #333; font-size: 22px; } .currency-modal-card p { color: #666; font-size: 14px; margin-bottom: 20px; } /* Botones de selección */ .currency-options { display: flex; gap: 15px; justify-content: center; } .currency-btn { flex: 1; padding: 12px 15px; border: 2px solid #e0e0e0; border-radius: 8px; background: #f9f9f9; cursor: pointer; font-weight: bold; transition: all 0.2s ease; } .currency-btn span { display: block; font-size: 16px; color: #111; } .currency-btn:hover { border-color: #007cba; background-color: #f0f7fc; transform: translateY(-2px); }