/* Copyright (c) 2026 Aeirya Mohammadi.
Licensed under the GNU General Public License v3.0. */

/* Add only the optional yellow legacy strip above the permanent base strip. */
.pkp_structure_footer_wrapper::after {
    content: var(--tritheme-footer-copyright, "");
    height: 2rem;
    padding: 0 0.75rem 1rem;
    background: linear-gradient(
        to bottom,
        var(--tritheme-accent-color, #f7bc4a) 0,
        var(--tritheme-accent-color, #f7bc4a) 50%,
        var(--tritheme-base-color, #1e6292) 50%,
        var(--tritheme-base-color, #1e6292) 100%
    );
    color: rgba(0, 0, 0, 0.84);
    font-size: 0.7rem;
    line-height: 1rem;
    text-align: start;
    white-space: nowrap;
}
