.walczak-footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: flex-start !important;
}

@media (min-width: 768px) {
    .walczak-footer-bottom {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 16px !important;
    }
}

.walczak-footer-copy {
    margin: 0 !important;
    flex: 0 0 auto !important;
}

.walczak-footer-legal {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px 12px !important;
}

@media (min-width: 768px) {
    .walczak-footer-legal {
        justify-content: flex-end !important;
        max-width: 70% !important;
    }
}

.walczak-footer-legal-item {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
}

.walczak-footer-legal-item + .walczak-footer-legal-item::before {
    content: "|" !important;
    color: #6b7280 !important;
    margin-right: 12px !important;
}

.walczak-footer-legal-link {
    text-decoration: none !important;
}
