.bp-popup{
display:none;
position:fixed;
inset:0;
background-color:rgb(13,13,13,.6);
z-index:9999;
align-items: center;
justify-content:center;
width:100%;
height:100vh;
}
.bp-popup-inner{
max-width: 820px;
width:96%;
position:relative;
background-color: rgb(255,255,255,.9);
padding:6px;
}
.bp-popup-close{
position:absolute;
right:-10px;
top:-10px;
border-radius: 50%;
width:32px;
height:32px;
font-size: 14px;
cursor:pointer;
z-index: 50;
transition: all 0.2s linear;
}
.bp-popup-close:hover{
transform: scale(1.03);
}
.bp-popup img{
max-width:100%;
width:100%;
height:auto;
}
.bp-popup a.popup-link{
position: absolute;
width:100%;
height:100%;
z-index:10;
inset:0;
font-size: 0;
}
.bp-popup h2{
font-size: 22px;
margin: 10px;
}
.bp-popup p{
font-size: 15px;
color: rgb(13,13,13);
margin: 0px 10px 15px;
line-height: 20px;
}