/*
Theme Name: Forum Technologów
Theme URI: https://forum-technologow.kurierdrzewny.eu/
Author: KD Media
Description: Dedykowany, lekki motyw WordPress dla serwisu Forum Technologów. Bez zależności od Betheme i builderów.
Version: 1.0.53
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: forum-technologow
*/

/* =========================================================
   Drobne korekty wspólne
   ========================================================= */

.ft-footer-legal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 20px;
    padding: 18px 24px 0;
    border-top: 1px solid rgba(255,255,255,.14);
    font-size: 14px;
    line-height: 1.4;
}

.ft-footer-legal a {
    color: inherit;
    text-decoration: none;
}

.ft-footer-legal a:hover,
.ft-footer-legal a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 767px) {
    .ft-footer-legal {
        gap: 8px 16px;
        margin-top: 16px;
        padding: 16px 20px 0;
        font-size: 13px;
    }
}
