.app-footer {
    background: #071545;
    color: #ffffff;
    font-size: 14px;
    padding: 3rem 1rem 1rem;
    border-top: 1px solid #e1e1e1;
}

.footer-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.footer-col h4 {
    font-size: 16px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col ul li a {
    color: inherit;
    text-decoration: none;
}

.footer-col ul li a:hover {
    text-decoration: underline;
}

.footer-col.contact li,
.footer-col.contact span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.footer-col.brand .brand-name {
    font-size: 18px;
    font-weight: bold;
}

.footer-col.brand .footer-note {
    color: #ffffff;
    margin-top: 0.5rem;
}

.footer-bottom {
    text-align: center;
    margin-top: 2rem;
    font-size: 13px;
    color: #ffffff;
}
