/*
 * TPAL Footer Styles
 */

.tpal-footer {
    background-color: #1133AF;
    color: #FFFFFF!important;
    font-family: 'Poppins', sans-serif;
    padding: 32px clamp(16px, 4vw, 48px);
}

.tpal-footer__inner {
    width: min(1200px, 100%);
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tpal-footer__legal-link {
    margin: 0;
    letter-spacing: 0.5px;
    font-size: 1.05rem;
    color: #FFFFFF!important;
}

.tpal-footer__legal-link a {
    color: #FFFFFF !important;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.tpal-footer__legal-link a:hover,
.tpal-footer__legal-link a:focus {
    text-decoration: underline;
}

.tpal-footer__inner p {
    margin: 0;
    font-size: 1.05rem;
}
