.main-archive-footer {
    color: #718096;
}

.footer-brand .logo-icon {
    color: #8b6f3d;
    font-size: 1.5rem;
}

.text-gold {
    color: #8b6f3d;
}

.letter-spacing-1 {
    letter-spacing: 1px;
    color: #4a5568;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #718096;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.footer-links a:hover {
    color: #8b6f3d;
    padding-left: 5px;
}

.social-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #8b6f3d;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: #8b6f3d;
    color: #fff;
    transform: translateY(-3px);
}

.footer-bottom {
    font-size: 0.85rem;
}

.footer-contact i {
    font-size: 1rem;
}

.main-archive-footer .row {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .main-archive-footer .footer-contact,
    .main-archive-footer .footer-links {
        margin-bottom: 1.5rem;
    }
}

.letter-spacing-1 {
    letter-spacing: 0.05rem;
}