#ios-install-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none; /* hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 9999;
  direction: rtl;
  font-family: "Cairo", sans-serif;
}

.ios-popup-content {
  background: #fff;
  padding: 25px 20px;
  width: 85%;
  max-width: 360px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.ios-popup-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.ios-popup-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 15px;
}

#ios-install-close {
  background: var(--accentYellow, #ffcc00);
  border: none;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 20px;
  border-radius: 8px;
  cursor: pointer;
}
