.pbp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    z-index: 999999 !important;
}
.pbp-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pbp-popup {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    z-index: 9999999 !important;
}
.pbp-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.pbp-content {
    position: relative;
    margin: 5vh auto;
    width: 90vw;
    max-width: 600px;
    background: #74747418;
    padding: 20px;
    z-index: 9999999 !important;
    border-radius: 10px;
}

.pbp-notice-floating {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 95px;
    max-width: 200px;
    z-index: 999999;
    font-size: 13px;
}

.pbp-alert-box {
    background-color: #f1f1f1;
    border-left: 4px solid #6366F1;
    border-radius: 5px;
    padding: 10px 12px 10px 10px;
    position: relative;
    color: #222;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    line-height: 1.4;
}

.pbp-alert-box p {
    margin: 0;
    padding-right: 0px;/* espaço pro X */
    font-size: 10px;
}

.pbp-alert-box button {
    position: absolute;
    top: 6px;
    right: 8px;
    background: none;
    border: none;
    font-size: 16px;
    color: #888;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding-right: 5px;
    padding-left: 5px;
}

.pbp-alert-box button:hover {
    color: #000;
}

@media (max-width: 200px) {
    .pbp-notice-floating {
        right: 16px;
        bottom: 80px;
        max-width: 70%;
        font-size: 12px;
    }

    .pbp-alert-box p {
        font-size: 9px;
    }

    .pbp-alert-box button {
        top: 4px;
        right: 6px;
        font-size: 14px;
    }
}
