/**
 * Footer - CCHLA UFRN
 */

.cchla-footer-contact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 1024px) {
    .cchla-footer-contact--with-logos {
        grid-template-columns: minmax(120px, 180px) 1fr minmax(160px, 220px);
        gap: 2.5rem;
    }
}

.cchla-footer-brasao img,
.cchla-footer-logo-ufrn img {
    display: block;
    width: auto;
    height: auto;
    max-height: 120px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .cchla-footer-brasao img {
        margin-left: 0;
        margin-right: auto;
    }

    .cchla-footer-logo-ufrn img {
        margin-left: auto;
        margin-right: 0;
    }
}

.cchla-footer-contact-info {
    text-align: center;
}

.cchla-footer-contact-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.cchla-footer-contact-line + .cchla-footer-contact-line {
    margin-top: 0.625rem;
}

.cchla-footer-contact-line--plain {
    padding-left: 0;
}

.cchla-footer-contact-line i {
    flex-shrink: 0;
    font-size: 0.95rem;
    color: #ffffff;
    opacity: 0.95;
}

.cchla-footer-contact-line a {
    font-weight: 600;
    text-decoration: none;
}

.cchla-footer-contact-line a:hover,
.cchla-footer-contact-line a:focus-visible {
    text-decoration: underline;
}

.cchla-footer-copyright {
    font-size: 0.875rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

.cchla-footer-credits {
    margin-top: 0.75rem;
}

.cchla-footer-credits img {
    display: inline-block;
    width: 2rem;
    height: auto;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.cchla-footer-credits a:hover img,
.cchla-footer-credits a:focus-visible img {
    opacity: 1;
}
