.footer-subscribe {
    text-align: center;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    padding: 40px;
    border-radius: 10px;
    color: white;
    max-width: 400px;
    margin: auto;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.footer-subscribe h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.footer-subscribe p {
    font-size: 14px;
    margin-bottom: 20px;
}
.footer-subscribe input {
    width: 80%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
}
.footer-subscribe button {
    background: white;
    color: #6e8efb;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
.footer-subscribe button:hover {
    background: #e8e8e8;
}

.wp-block-post-title {
		display: none;
}

main {
    padding-top: 0;
    margin-top: 0;
}

.wp-site-blocks {
    padding-top: 0;
}

.wp-block-group.alignwide {
    margin-top: 0;
}

.story-title{
		padding-top: 20px;
}