  #pwa-ios-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7d6e0; /* پس‌زمینه کلی پاپ‌آپ */
    color: #000;
    z-index: 99999;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Vazir', sans-serif;
    text-align: right;
    direction: rtl;
    padding: 30px 20px;
    box-sizing: border-box;
  }

  #pwa-ios-banner img.logo {
    width: 140px;
    margin-bottom: 0;
  }

  #pwa-ios-banner .content-box {
    background-color: #f2b8c6; /* صورتی تیره‌تر */
    border-radius: 16px;
    padding: 24px;
    max-width: 520px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }

  #pwa-ios-banner .instructions {
    font-size: 16px;
    line-height: 2;
    text-align: right;
    direction: rtl;
  }

  #pwa-ios-banner button {
    margin-top: -25px;
    background-color: #000;
    color: #fff;
    padding: 12px 24px;
    border: none;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
  }

  #pwa-ios-banner button:hover {
    background-color: #333;
  }
.instructions p{
	margin-bottom:10px;
}