/* Northwind Global Resources — Master Stylesheet */
@import url('base.css');
@import url('sections.css');

/* Bulletproof Icon Scaling */
.top-bar-inner svg, 
.footer-contact svg, 
.contact-info svg, 
.info-item svg {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px;
    flex-shrink: 0;
}
.contact-info li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

/* Footer list reset — kill all bullet points */
.footer ul,
.footer-nav,
.footer-contact ul,
.contact-info {
    list-style: none !important;
    padding: 0 !important;
    margin: 0;
}

.footer-title {
    font-family: var(--font-primary);
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px;
}
