    .button_simulator_redirect {
      display: flex;
      align-items: center;
      background-color: #d50000; /* czerwony */
      color: white;
      border: none;
      border-radius: 8px;
      padding: 12px 20px;
      font-size: 16px;
      font-family: Arial, sans-serif;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .button_simulator_redirect:hover {
      background-color: #b71c1c; /* ciemniejszy czerwony */
    }

    .button_simulator_redirect .icon {
      margin-right: 10px;
      font-size: 14px;
    }
