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

.pkp_brand_footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
}

.pkp_brand_footer > a {
    display: block;
}

.pkp_brand_footer > a img {
    display: block;
    width: 100%;
    height: auto;
}

.pkp_brand_footer::after {
    display: block;
    margin-top: 0.3rem;
    color: inherit;
    font-size: 0.7rem;
    line-height: 1.25;
    opacity: 0.75;
    cursor: default;
    text-decoration: none;
}

.kman-footer-bar {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 0.3rem 1rem;
    font-size: 0.7rem;
    line-height: 1.2;
}

.kman-footer-bar a {
    color: inherit;
    text-decoration: none;
}

.kman-footer-bar a:hover,
.kman-footer-bar a:focus {
    text-decoration: underline;
}

.kman-footer-bar__license {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
}

.kman-footer-bar__license img {
    width: 44px;
    height: auto;
    flex: 0 0 auto;
}

.kman-footer-bar__trademark {
    white-space: nowrap;
}

@media (max-width: 480px) {
    .kman-footer-bar {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}
