/* ==========================================================================
   Manuals.Center — storefront footer
   Scoped to .page-footer so the smaller type never leaks into the rest of
   the Hyvä theme.
   ========================================================================== */

/* Hyvä's footer templates put explicit text-size utilities on the links, the
   newsletter form, the reCAPTCHA note and the "Hyvä Theme" brand link, so the
   utilities have to be overridden too — inheriting from .page-footer alone
   would not shrink them. */
.page-footer,
.page-footer :is(.text-xl, .text-lg, .text-base, .text-md, .text-sm, .text-xs) {
    font-size: 0.8125rem; /* 13px */
    line-height: 1.5;
}

/* None of the footer links (the Company/Legal menus, the Hyvä branding links
   and the reCAPTCHA notice) should be clickable. They already inherit the
   surrounding colour and decoration, so disabling the pointer leaves them
   looking like plain text. */
.page-footer a {
    pointer-events: none;
    cursor: default;
}
