/* Download Page Button Fix - HİZALI AMA FRAMEDEN TAŞMAYAN */

/* TÜM BUTONLAR AYNI HİZADA - RELATIVE POSITIONING */
.download-option .btn-steam,
.download-option .btn-patreon,
.download-option button.btn-soon {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  height: 60px !important;
  margin: 20px 0 0 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Download option padding ayarı - butonlar için yer */
.download-option {
  padding-bottom: 40px !important;
  position: relative !important;
}

/* Free version button özellikleri */
.free-option button.btn-soon {
  background: linear-gradient(135deg, #6c757d 0%, #5a6268 50%, #495057 100%) !important;
  color: white !important;
  opacity: 0.7 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 30px !important;
}

/* Icon boyutları */
.btn-icon,
.free-option button svg {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px !important;
}
