#wppm-overlay {
position: fixed;
inset: 0;
background: rgba(0,0,0,.6);
display: none;
z-index: 9998;
}
#wppm-popup {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #1d1d1d;
width: 420px;
max-width: 90%;
padding: 0;
display: none;
z-index: 9999;
border-radius: 8px;
}
.wppm-image-wrapper{
width: 100%;
height: auto;
position: relative;
margin: 0 auto;
overflow: hidden;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.wppm-content-wrapper{
display: flex;
justify-content: space-between;
align-items: center;
font-family: 'Bralow Condensed', sans-serif;
gap: 0;
padding: 24px;
}
.wppm-content-wrapper__text,.wppm-content-wrapper__button {
display: flex;
flex-direction: column;
gap: 8px;
}
.wppm-content-wrapper__button{
justify-content: flex-start;
align-items: center;
}
.wppm-content-wrapper__button a{
outline: none;
}
.wppm-content-wrapper__button a:hover{
color: #E9F3E3;
}
.wppm-content-wrapper h2, .wppm-content-wrapper p{
margin: 0;
}
.wppm-close {
position: absolute;
display: flex;
width: 50px;
height: 50px;
justify-content: center;
align-items: center;
top: 0;
right: 0;
background: none;
border: none;
font-size: 32px;
line-height: 32px;
padding: 0;
cursor: pointer;
z-index: 999;
}
.wppm-button {
display: flex!important;
justify-content: center;
align-items: center;
height: 50px;
width: 100%;
max-width: 130px;
padding: 10px 16px;
background: #c23535;
color: #E9F3E3;
text-decoration: none;
transition: all .2s linear;
outline: none;
}
.wppm-button:hover {
color: #E9F3E3;
background: #782526;
}
.wp-list-table .column-wppm_shortcode code {
font-size: 13px;
}
.wppm-button{
font-size: 15px;
min-width: 140px;
font-family:'Barlow',sans-serif;
font-weight: 500;
border-radius: 5px;
}
.wppm-content-wrapper__text h2{
font-size: 28px;
line-height: 1.1;
}
@media all and (max-width: 800px){
.wppm-button{
font-size: 15px;
min-width: 110px;
}
.wppm-content-wrapper__text h2{
font-size: 24px;
font-weight: 500;
line-height: 1.1;
}
}