/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 08 2026 | 06:45:27 */
#webr-custom-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.webr-popup-inner {
    background: #fff;
    padding: 30px;
    max-width: 420px;
    width: 90%;
    border-radius: 6px;
    position: relative;
	display: flex;
	flex-direction: column;
}

.webr-popup-inner img {
    max-width: 100%;
    margin-bottom: 15px;
}

.webr-popup-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}

.webr-popup-btn {
    margin-top: 15px;
	align-self: center;
}