.qs-footer {
    background: var(--site-main-color-lighter, #f1f9f9);
    color: var(--site-main-color-dark, #0b2c5d);
    font-size: 15px;
}

.footer-logo {
    width: 48px;
    height: 48px;
}

.footer-brand h4 {
    font-weight: 700;
    color: var(--site-main-color-dark, #0b2c5d);
}

.footer-brand small {
    color: #6c757d;
}

.footer-text {
    margin-top: 15px;
    font-weight: 500;
}

.footer-title {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--site-main-color-dark, #0b2c5d);
}

.footer-links,
.footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-social li {
    margin-bottom: 10px;
}

.footer-links a,
.footer-social a {
    text-decoration: none;
    color: var(--site-main-color-dark, #0b2c5d);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-links a:hover,
.footer-social a:hover {
    color: var(--site-main-color, #1f3c88);
}

.footer-social i {
    font-size: 18px;
}

.footer-bottom {
    border-top: 1px solid #bfcfd1;
    padding: 15px 0;
    color: #5c6f82;
    font-size: 14px;
}

.footer-payments img {
    height: 28px;
    margin-right: 10px;
    margin-top: 5px;
    opacity: 0.9;
}

.footer-payments img:hover {
    opacity: 1;
}

.footer-text.small {
    font-size: 14px;
    color: #5c6f82;
}
