#newsletter-popup {
    display: none;
    position: fixed;
    z-index: 100024;
    left: 50%;
    top: 50%;
    width: 50%;
    max-width: 450px;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#newsletter-popup  input{
    width: 95%;
}

.donatepop {
    width: 100%;
    text-align: center;
    text-shadow: none;
}

.donatepop:hover {
    opacity: 0.8;
}

.donatepop.close {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    #newsletter-popup {
        width: 80%;
    }
}

#newsletter-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100023;
}

#newsletter-popup h2 {
    margin-top: 0;
}

#newsletter-popup button {
    margin: 5px;
}

@media (min-width: 921px) {
.archive .ast-row {
    display: flex;
    flex-wrap: wrap;
}

.archive .ast-row .ast-article-post {
    flex: 50%;
}
}