.ctgl-footer-menu {
    width: 100%;
}

.ctgl-footer-menu__title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.ctgl-footer-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ctgl-footer-menu__item + .ctgl-footer-menu__item {
    margin-top: 8px;
}

.ctgl-footer-menu__link {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.ctgl-footer-menu__link:hover,
.ctgl-footer-menu__link:focus {
    opacity: 0.75;
}

.ctgl-footer-menu__link--text {
    cursor: default;
}
