.ios-prompt{position:fixed;width:95%;bottom:20px;left:50%;transform:translateX(-50%);background-color:#fff;color:#333;border:1px solid #ccc;border-radius:14px;padding:10px 15px;display:none;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.1);animation:fadeIn .5s;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:13px;line-height:16px}.ios-prompt p{margin-bottom:10px !important}.ios-prompt-heading{font-size:17px;line-height:22px;font-weight:600}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.ios-prompt-content{display:flex;align-items:center;justify-content:space-between;flex-direction:column}.ios-share-icon{display:inline-block;width:24px;height:24px;background:url('/wp-content/themes/newleaf/includes/pwa/images/icons/action-icon-ios7.png') no-repeat center;background-size:contain;margin:0 5px}.ios-prompt-buttons{margin-top:10px;display:flex;gap:10px}.ios-prompt-button{background-color:#007aff;color:#fff;border:none;border-radius:5px;padding:5px 10px;cursor:pointer;font-size:14px;transition:background-color .3s}#ios-dont-show{background-color:transparent;color:#007aff;border:1px solid #007aff;border-radius:5px;padding:5px 10px;cursor:pointer;font-size:14px;transition:background-color .3s,color .3s;text-align:center;text-decoration:none;display:inline-block}#ios-dont-show:hover{background-color:#007aff;color:#fff}.ios-prompt-button:hover{background-color:#005bb5}