.khaddar-install-button {
  appearance: none;
  border: 0;
  border-radius: 12px;
  background: #096017;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  direction: rtl;
  box-shadow: 0 8px 22px rgba(9, 96, 23, 0.22);
}

.khaddar-install-button:hover,
.khaddar-install-button:focus {
  background: #074d13;
  color: #fff;
  outline: 2px solid rgba(9, 96, 23, 0.25);
  outline-offset: 2px;
}

.khaddar-floating-install {
  position: fixed;
  right: 14px;
  bottom: 16px;
  left: 14px;
  z-index: 9998;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.khaddar-floating-install .khaddar-install-button {
  width: min(100%, 420px);
  pointer-events: auto;
}

.khaddar-floating-install[hidden],
.khaddar-install-button[hidden] {
  display: none !important;
}

@media (min-width: 782px) {
  .khaddar-floating-install {
    display: none;
  }
}

@media (max-width: 480px) {
  .khaddar-install-button,
  .khaddar-floating-install .khaddar-install-button {
    width: 100%;
  }
}
