.footer--color-dark .bottom-menu .item:hover .title a,
.footer--color-dark .bottom-menu .item.active .title a {
    color: rgba(227, 164, 85, 0.91) !important;
}

.footer--color-dark .bottom-menu .item a {
    color: #000;
    font-size: clamp(16px, 0.904rem + 0.482vw, 24px) !important;
}

.footer--color-dark a:hover {
    color: var(--theme-more-color) !important;
    font-size: inherit;
}

.items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
