 .footer-link {
                color: #888;
                text-decoration: none;
                margin: 0 8px;
                transition: color 0.2s ease;
                cursor: pointer;
            }
            .footer-link:hover {
                color: #ff8c00;
            }
            .footer-divider {
                color: #333;
            }
            /* Ukrycie pływającej ikonki/plakietki Google RODO z rogu ekranu */
            .fc-consent-root .fc-badge,
            div[class*="fc-badge"],
            .fc-preference-consent {
                display: none !important;
            }