/* ===== Hide all external branding ===== */

/* Footer with Blog / Mastodon / GitHub / Matrix links */
[role="contentinfo"] {
    display: none !important;
}

/* Left decorative panel on login/register pages (Element logo) */
[role="complementary"] {
    display: none !important;
}

/* Remove external-link behaviour from logo on welcome page */
.mx_Welcome a[href*="element.io"],
.mx_Welcome a[href*="matrix.org"],
.mx_AuthBody a[href*="element.io"],
.mx_AuthBody a[href*="matrix.org"] {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
    color: inherit !important;
}

/* Hide "на основе Matrix" logo image inside h2 */
.mx_Welcome h2 img,
.mx_Welcome h2 a {
    display: none !important;
}

/* Replace heading text — just show "Добро пожаловать!" */
.mx_Welcome h1::after {
    content: "";
}
