.opciones-vip-container {
      text-align: center;
      font-family: Arial, sans-serif;
      background-color: #800080;
      max-width: 400px;
      margin: 50px auto;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }
    .opciones-vip-button {
      background-color: #FFD700;
      color: #000;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
    .opciones-vip-button:hover {
      background-color: #FFC700;
    }
    .opciones-vip-input {
      padding: 10px;
      width: 100%;
      margin-bottom: 10px;
    }
    .opciones-vip-download-button {
      background-color: #4CAF50;
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      margin: 10px;
    }
    .opciones-vip-download-button:hover {
      background-color: #45A049;
}