body {
    overflow: visible!important;
}

.popup-live-container {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    color: white;
}

.popup-live-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.popup-live-container > * {
    position: relative;
    z-index: 2;
}

.popup-logo img {
    width: 120px;
    height: auto;
    margin-bottom: 15px;
}


.popup-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.popup-logo .logo-left {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
    height: auto;
}

.popup-logo .logo-center {
    width: 120px;
    height: auto;
}

.popup-live-container h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.popup-live-container p {
    font-size: 16px;
    max-width: 90%;
    margin-bottom: 15px;
    font-weight: bold;
}

.popup-live-container a {
    background: #ff6600;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s;
}

.popup-live-container a:hover {
    background: #cc5500;
}


div[class^="block-hmds-popupliveblock-modal spb_overlay"] {
    display: flex;
}

.block-hmds-popupliveblock-modal .spb-popup-main-wrapper {
    padding: 1px;
    border: 1px solid #fff
}

.spb-controls .spb_close {
    width: 32px;
    height: 32px;
    z-index: 999;
    background-color: rgb(255, 255, 255);
    position: absolute;
    right: -23px;
    top: -19px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.spb-controls .spb_close::before {
    content: "\f00d";
    font-family: fontAwesome;
    display: inline-block;
    width: 30px;
    height: 28px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

@media (max-width: 992px) {
    .block-hmds-popupliveblock-modal .spb-popup-main-wrapper.spb_top_center {
        width: 90% !important;
    }
}

@media (max-width: 768px) {
    .popup-logo {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .popup-logo .logo-left {
        position: static;
    }

    .popup-logo .logo-center {
        margin-top: 10px;
    }
}
