.footer {
    margin-bottom: 0 !important;
}

.top-footer-section {
    background-color: var(--bg-card-body);
    color: var(--text-high);
    margin-top: 0.5rem;
    padding-top: 10px;
    border-top: 1px solid var(--primary);
}

.bottom-footer-section {
    margin-bottom: 0 !important;
}


.footer-main {
    padding-top: 8px;
    padding-bottom: 8px;

}

.footer-block-title {
    color: var(--text-high);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

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

.footer-link-list li+li {
    margin-top: 8px;
}

.footer-link-list a {
    color: var(--text-medium);
    font-size: 14px;
    text-decoration: none;
}

.footer-link-list a:hover {
    color: var(--primary);
}

#footer .footer-bottom {
    margin-top: 8px;
    padding: 1.5rem 0;
    text-align: center;

}

.facebook-icon {
    color: var(--primary);

}

#footer .footer-bottom .copyright-text {
    margin-bottom: 0 !important;
    color: var(--text-medium);
}