.crownpopup_block_container {
    display: flex;
}

.crownpopup_block_container img {
    max-width: 252px !important;
}

.crownpopup_block_image {
    margin-right: -70px;
    z-index: 2;
    position: relative;
}

body .pum-container {
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: transparent !important;
}

.crownpopup_block_content {
    padding: 48px 80px;
    display: flex;
    flex-direction: column;
    background: center / cover no-repeat url(/wp-content/uploads/2024/02/white_yellow.jpg);
    border-radius: 24px;
}

.custom_black_btn.yellow_button {
    background-image: url(/wp-content/uploads/2024/02/white_yellow.jpg); /* Градієнтний текст */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
}

.button_wrap.custom_black_btn {
    background-color: #0A1118;
    border-radius: 40px;
}

.button_wrap.custom_black_btn:hover {
    background-color: transparent;
    background-image: url(/wp-content/uploads/2024/02/white_yellow.jpg);
    background-position: center;
    background-size: cover;
}

.button_wrap.custom_black_btn:hover .custom_black_btn.yellow_button {
    color: #000;
    -webkit-text-fill-color: #000;
}


@media screen and (max-width: 768px) {
    body .pum-container {
        max-width: 500px !important;
    }

    .crownpopup_block_content {
        padding: 20px 30px;
        flex-basis: 100%;
        align-items: center;
    }

    body .crownpopup_block_image {
        display: none;
    }

    .crownpopup_block_title {
        font-size: 22px !important;
    }

    .crownpopup_block_title {
        padding: 0 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
    body .crownpopup_block_content {
        justify-content: center;
        align-items: center;
        padding: 24px 80px;
    }

    body .crownpopup_block_container img {
        max-width: 150px !important;
    }
}

.crownpopup_block_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    /*background:url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center/cover;*/
    /*-webkit-background-clip:text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: #1E2A35;
    margin-bottom: 24px;
}

.pum-close.popmake-close {
    right: 15px !important;
    padding: 0 !important;
    top: 15px !important;
}

.pum-close.popmake-close:before {
    content: '';
    background: url("/wp-content/uploads/2024/03/popup-close-black-icon.svg");
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
