/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 30 2026 | 09:11:35 */
#site-footer .footer-inner {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#site-footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

#site-footer .copyright::before {
    content: "";
    display: inline-block;
    width: 120px;
    height: 80px;
    background-image: url('/wp-content/uploads/2026/03/eu-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}