.mod-menu__sub > .nav-item > a, .mod-menu__sub > .nav-item > span {
    font-size: 1.125rem;
    white-space: nowrap;
}

.mod-menu__sub > .nav-item > a > img {
    margin-right: 8px;
}

.header-main-menu .mod-menu__sub > .nav-item > a {
    color: #1E1F1F;
}

.footer-menu .mod-menu {
    margin-top: 0;
}

.footer-menu .mod-menu__heading {
    font-size: 1.1875rem;
    font-weight: 700;
    color: #fff;
    padding: 0;
}

.footer-menu .mod-menu__heading:hover {
    text-decoration: unset;
}

.footer-menu .mod-menu__sub {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
    flex: 1 0 auto;
}

.footer-menu .mod-menu__sub li {
    padding-bottom: 10px;
}

.footer-menu .mod-menu__sub li:last-of-type {
    padding-bottom: 0;
}

.footer-menu .mod-menu__sub li a {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    padding-left: 20px;
    position: relative;
    box-decoration-break: clone;
}

.footer-menu .mod-menu__sub li a:hover {
    color: var(--color-accent);
}

.footer-menu .mod-menu__sub li a:before {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    height: 100%;
    width: 3px;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.footer-menu .mod-menu__sub li a:hover:before {
    background: var(--color-accent);
}
