#bpbooster-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    justify-content: center;
    align-items: center;
}

#bpbooster-popup {
    background: white;
    border-radius: 12px;
    padding: 20px;
    width: 300px;
    text-align: center;
    position: relative;
    z-index: 9999;
}

#bpbooster-popup button {
    display: block;
    background: orange;
    color: white;
    border: none;
    padding: 10px;
    margin: 10px auto;
    border-radius: 8px;
    cursor: pointer;
}

#bpbooster-popup h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

#bpbooster-popup p {
    font-size: 14px;
    margin-bottom: 15px;
}

#bpbooster-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}
