.europcar-footer {
    background-color: #009900 !important;
    color: #fff;
    clear: both;
}

.europcar-footer.site-footer {
    padding: 0;
    border: none;
}

.europcar-footer.site-footer a:has(svg) {
    margin-right: 0;
}

.europcar-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    max-width: 1264px;
    margin: 0 auto;
    padding: 40px 24px 36px;
    text-align: center;
}

.europcar-footer__logo .custom-logo-link,
.europcar-footer__logo-link {
    display: inline-block;
    line-height: 0;
}

.europcar-footer__logo img {
    display: block;
    max-height: 48px;
    width: auto;
    height: auto;
}

.europcar-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.europcar-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.europcar-footer__social-link:hover,
.europcar-footer__social-link:focus-visible {
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}

.europcar-footer__social-link svg {
    display: block;
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.europcar-footer__copyright {
    margin: 0;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
}