#mlangoni-ios-pwa-prompt {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 380px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    z-index: 999999;
    padding: 18px;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
}

.mlangoni-ios-prompt-hidden {
    display: none !important;
}

.mlangoni-ios-prompt-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 17px;
    color: #000;
}

#mlangoni-ios-prompt-close {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #999;
    padding: 0;
    line-height: 1;
    transition: color 0.2s;
}

#mlangoni-ios-prompt-close:hover {
    color: #333;
}

.mlangoni-ios-prompt-content p {
    margin: 8px 0 0 0;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.share-icon, .add-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: bold;
    color: #007aff;
    margin: 0 2px;
    border: 1px solid #ddd;
}
