.wp-popup-1825bf17 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 320px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px;
    z-index: 9999;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body.admin-bar .wp-popup-1825bf17 {
    /* Bottom aligned, so admin bar offset usually not needed, but safe layout: */
}

.wp-popup-close-1825bf17 {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #888;
    line-height: 1;
    padding: 0;
}

.wp-popup-close-1825bf17:hover {
    color: #333;
}

.wp-popup-title-1825bf17 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.wp-popup-desc-1825bf17 {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}

.wp-popup-btn-1825bf17 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #25d366;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.wp-popup-btn-1825bf17:hover {
    background-color: #128c7e;
    color: #fff;
}

.wp-popup-btn-1825bf17 svg {
    margin-right: 8px;
}