.venti-sf-overlay {
position: fixed;
inset: 0;
display: none;
align-items: center;
justify-content: center;
padding: 6px;
background: rgba(14, 22, 54, 0.5);
z-index: 999999;
}
.venti-sf-overlay.is-open { display: flex; }
.venti-sf-modal {
width: 100%;
max-width: 1200px;
background: #fff; border: 6px solid transparent;
border-image: linear-gradient(60deg, #e75213, #ed7b0b, #f4a007, #fdd400) 1;
box-shadow: 0 12px 40px rgba(0,0,0,0.25);
position: relative;
padding: 0;
}
@media (min-width: 768px) {
.venti-sf-modal {
width: 80%;
}
}
.venti-sf-close {
position: absolute;
right: 6px;
top: 6px;
width: 40px;
height: 40px;
border: 0;
line-height: 40px;
cursor: pointer;
font-size: 40px;
color: #fff;
border-radius: 50%;
background-color: rgb(231, 81, 18);
display: flex;
align-items: center;
justify-content: center;
}
.venti-sf-close:hover {
background-color: rgb(241, 142, 9);
}
.venti-sf-content {
line-height: 1.55;
a:hover {
color: #f5ae05;
}
}
.venti-sf-content p {
margin-bottom: 0 !important;
}
.venti-sf-content .venti-sf-video {
display: block;
width: 100%;
height: auto;
pointer-events: none;
}
.venti-sf-content .venti-sf-link {
display: block;
cursor: pointer;
}
html.venti-sf-lock { overflow: hidden; }