/* Footer layout. */

.footer-inner {
    display: grid;
    justify-items: center;
    width: min(780px, calc(100% - 32px));
    margin: 0 auto;
    text-align: center;
}

.footer-inner p {
    margin: 0;
}

.footer-note {
    max-width: 100%;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

/* --- Footer (exact dark-brown bar) --------------------------------------- */
.wiki-portal-shell .site-footer {
    flex: 0 0 auto;
    margin-top: 0;
    border-top: 1px solid #555555;
    background: var(--m2-dark);
    box-shadow: inset 0 7px 2px -4px rgba(0, 0, 0, 0.1);
}

.wiki-portal-shell .footer-inner {
    gap: 14px;
    padding: 18px 0 22px;
    color: var(--m2-parchment);
    /* Original skin sets no footer font-size: it inherits body 0.9em (~14.4px). */
    font-size: inherit;
}
