<style>
  /* Todo el dise&ntilde;o en un solo sitio para que no falle */
  body { font-family: sans-serif; line-height: 1.6; color: #333; }
  .container { width: 95%; max-width: 800px; margin: 0 auto; padding: 10px; }
  
  /* Arreglo de la imagen para móvil */
  img { 
    max-width: 100% !important; 
    height: auto !important; 
    display: block; 
    margin: 20px auto; 
  }

  /* Estilos del Banner */
  .banner-extractos {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border-bottom: 4px solid #e67e22;
    margin: 30px 0;
  }
  .badge-nuevo { background: #e67e22; padding: 4px 10px; border-radius: 4px; font-weight: bold; }
  .btn-banner { 
    background: white; color: #2c3e50; padding: 8px 18px; 
    border-radius: 20px; text-decoration: none; font-weight: bold; display: inline-block; margin-top: 10px;
  }

  /* Botón Volver */
  .btn-volver {
    display: inline-block; color: #2c3e50; text-decoration: none; font-weight: bold;
    padding: 10px 20px; border: 2px solid #2c3e50; border-radius: 5px; margin-top: 20px;
  }
</style>