/* Hide on mobile (up to 767px) and tablets (768px–1024px) */
@media screen and (max-width: 1024px) {
  .wcs_button_label {
    display: none !important;
  }
}


#downloadBtn {
  padding: 12px 20px;
  background: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 6px;
}

.popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
}

.popup-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 350px;
  border-radius: 8px;
  text-align: center;
  position: relative;
}

#closePopup {
  position: absolute;
  top: 10px; right: 15px;
  cursor: pointer;
  font-size: 20px;
}

 
.download-btn {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.download-btn:hover {
  background-color: #0056b3;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.3);
  position: relative;
}

.popup-content input {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.submit-btn {
  background: #28a745;
  color: white;
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.submit-btn:hover {
  background: #218838;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

#captchaBox {
  background: #f2f2f2;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 8px;
  user-select: none;
}

 