.site-footer-v67{
    margin-top:44px;
    border-top:2px solid #dc2626;
    background:#f7f7f7;
    color:#171717;
}
.site-footer-inner-v67{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding-top:28px;
    padding-bottom:28px;
}
.site-footer-brand-v67{
    display:flex;
    flex-direction:column;
    gap:3px;
}
.site-footer-brand-v67 strong{
    font-size:19px;
    letter-spacing:.02em;
}
.site-footer-brand-v67 strong span{
    color:#dc2626;
}
.site-footer-brand-v67 small{
    color:#6b6b6b;
    font-size:13px;
}
.site-footer-links-v67{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:flex-end;
    gap:10px 20px;
}
.site-footer-links-v67 a{
    color:#222;
    text-decoration:none;
    font-weight:700;
}
.site-footer-links-v67 a:hover{
    color:#dc2626;
}
@media(max-width:650px){
    .site-footer-v67{margin-top:28px}
    .site-footer-inner-v67{
        align-items:flex-start;
        flex-direction:column;
        padding-top:22px;
        padding-bottom:22px;
    }
    .site-footer-links-v67{
        align-items:flex-start;
        flex-direction:column;
    }
}

/* v6.7.2 – přebití starších globálních stylů footer{background:#111!important} */
html body footer.site-footer-v67{
    background:#f7f7f7 !important;
    color:#171717 !important;
    border-top:2px solid #dc2626 !important;
}

html body footer.site-footer-v67 .site-footer-inner-v67{
    background:#f7f7f7 !important;
    color:#171717 !important;
}

html body footer.site-footer-v67 .site-footer-brand-v67,
html body footer.site-footer-v67 .site-footer-brand-v67 strong,
html body footer.site-footer-v67 .site-footer-brand-v67 small,
html body footer.site-footer-v67 .site-footer-links-v67,
html body footer.site-footer-v67 .site-footer-links-v67 a{
    color:#171717 !important;
}

html body footer.site-footer-v67 .site-footer-brand-v67 strong span,
html body footer.site-footer-v67 .site-footer-links-v67 a:hover{
    color:#dc2626 !important;
}

html body footer.site-footer-v67 .site-footer-brand-v67 small{
    color:#6b6b6b !important;
}

html body footer.site-footer-v67 

.site-footer-copy-v673{
    margin-top:16px;
    padding-top:13px;
    border-top:1px solid #dedede;
    color:#777;
    font-size:12px;
    line-height:1.5;
}

.site-footer-copy-v673 a{
    color:#dc2626 !important;
    text-decoration:none;
    font-weight:800;
}

.site-footer-copy-v673 a:hover{
    text-decoration:underline;
}

@media(max-width:650px){
    .site-footer-copy-v673{
        margin-top:14px;
        padding-top:12px;
    }
}
