#published-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.60);
    z-index: 999999;
    display: none;
    padding: 20px;
}

#published-popup .published-popup-box {
    width: 433px;
    padding: 24px;
    background: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

#published-popup .published-popup-box .published-popup-icon {
    margin-bottom: 24px;
}

#published-popup .published-popup-box .published-popup-content {
    text-align: center;
}

#published-popup .published-popup-box .published-popup-top-side {
    margin-bottom: 60px;
}

#published-popup .published-popup-box .published-popup-content h2 {
    color: #333;
    text-align: center;
    font-family: 'Literata';
    font-size: 32px;
    font-weight: 400;
    line-height: 1.18;
    margin-bottom: 24px;
}

#published-popup .published-popup-box .published-popup-content p {
    color: #333;
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

#published-popup .published-popup-box .published-popup-content p strong {
    font-weight: 900;
}

#published-popup .published-popup-box .published-popup-bottom-side #published-popup-close {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    color: #FFF;
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    background: #0F4F1E;
    border: 0;
}

@media only screen and (max-width: 767px) {
    #published-popup .published-popup-box .published-popup-content p {
        font-size: 14px;
    }
}