.brujula-footer {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    color: inherit;
    background: inherit;
    border-top: 1px solid rgba(128, 128, 128, 0.2);
}

.brujula-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

.brujula-footer-text {
    color: inherit;
    line-height: 1;
}

.brujula-footer-logo {
    height: 24px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.brujula-footer-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

/* Móvil */
@media screen and (max-width: 600px) {
    .brujula-footer-content {
        flex-direction: column;
        gap: 4px;
    }

    .brujula-footer-logo {
        height: 32px;
    }
}
