/* Background + tight padding */
.pkp_structure_footer_wrapper {
    background-color: #040037;
    color: #ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* One flex row across the full width */
.pkp_structure_footer {
    display: flex;
    justify-content: space-between;  /* left and right edges */
    align-items: center;
    width: 100%;
    text-align: left;                /* prevent centering */
}

/* Left side: your footer sentence */
.pkp_footer_content {
    margin: 0;
    padding: 0;
}

/* Right side: PKP block, small and white */
.pkp_brand_footer {
    margin: 0;
    padding: 0;
    font-size: 0.7em;
    color: #ffffff;
}

/* Footer links in white */
.pkp_structure_footer_wrapper a {
    color: #ffffff;
}
