.custom-footer__banner2 {
    width: 100% !important;
}

.custom-footer__link-banner {
    padding: 0px !important;
}

@media screen and (max-width: 767px) {

    .seo-odkazy {
        width: 100%;
    }

    .seo-odkazy .custom__link-banner {
        width: 100% !important;
        max-width: 100%;
        padding: 0 20px;
        border-bottom: 1px solid #384271;
    }

    .seo-odkazy .custom__link-banner .banner,
    .seo-odkazy .custom__link-banner .banner-wrapper {
        margin: 0;
        padding: 0;
    }

    .seo-odkazy .custom__link-banner h4 {
        position: relative;
        margin: 0px !important;
        padding: 0px;
        cursor: pointer;
    }

    .seo-odkazy .custom__link-banner h4:after {
        display: block;
        position: absolute;
        top: 25px;
        right: 0;
        font-family: Shoptet;
        font-size: 12px;
        color: var(--color-tertiary-hover);
        content: "\e90e";
        transition: all .2s ease-in-out;
    }

    .seo-odkazy .custom__link-banner ul {
        display: none;
        margin: 0;
        padding: 0 0 10px;
        list-style: none;
        transition: .2s ease-out;
    }

    .seo-odkazy .custom__link-banner.show-list h4:after {
        transform: rotate(180deg);
    }

    .seo-odkazy .custom__link-banner.show-list ul {
        display: block;
    }
}

.type-category .seo-odkazy {
    @media only screen and (min-width: 768px) {
        display: flex;
        padding-bottom: 0px !important;
    }

    margin-top: 40px;
}

.type-category .seo-odkazy .banner {
    margin-bottom: 0px !important;
    min-height: inherit;
}

.type-category .seo-odkazy .custom__link-banner {
    padding: 0px !important;

}

.type-category .seo-odkazy {
    padding-bottom: 40px;
}

.type-category .seo-odkazy ul {
    padding-left: 20px;
    margin-bottom: 10px !important;
}