/* =========================
   Gutenberg Editor Width Fix
   (Admin Post Editor)
========================= */

/* Main editor area */
.editor-styles-wrapper {
    max-width: 860px !important;
    margin: 0 auto !important;
}

/* Title (Post Title) */
.editor-post-title__block .editor-post-title__input,
.wp-block-post-title {
    max-width: 860px !important;
    margin: 0 auto 15px auto !important;
    font-size: 28px;
}

/* Content blocks */
.wp-block {
    max-width: 860px !important;
}

/* Remove extra side spacing feel */
.interface-interface-skeleton__content {
    background: #f7f7f7;
}
.footer-newspaper-info p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
.footer-newspaper-info strong {
    color: #d32f2f;
}

.footer-social-icons a img {
    vertical-align: middle;
    transition: transform 0.3s;
}

.footer-social-icons a img:hover {
    transform: scale(1.2);
}
