.vsl-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 85%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.vsl-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 500px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.close-popup {
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}
.close-popup:hover {
    color: #ff0000;
}
.vsl-popup-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: black;
}
.vsl-popup-header {
    width: 100%;
    height: 54px;
    border-radius: 9px 9px 0 0;
    background-color: black;
    border: none;
}
.vsl-popup-title {
    font: normal normal 700 20px "Roboto", sans-serif;
    letter-spacing: 0.64px;
    color: #57af35;
    gap: 5px;
}
.vsl-popup-footer {
    display: flex;
    margin-bottom: 15px;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.slots-remaining {
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal normal 16px "Roboto", sans-serif;
    letter-spacing: 0.64px;
    color: white;
    gap: 5px;
}
.access-warning {
    background-color: #ff0000;
    color: white;
    padding: 10px;
    margin: 0 10px;
    border: none;
    font: normal normal 700 16px "Roboto", sans-serif;
    letter-spacing: 0.28px;
}
.highlight-text-green {
    font: normal normal 500 18px "Roboto", sans-serif;
    letter-spacing: 0.28px;
    margin: 0;
    color: #57af35;
    text-transform: uppercase;
}
.vsl-wrapper {
    position: relative;
    width: 100%;
    background-color: black;
    margin: 15px 0;
}
.elementor-element:has(#smartplayer) {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .access-warning {
        font: normal normal 700 14px "Roboto", sans-serif;
    }
}
