/* Bex brand footer styling.
   Mirrors the Tailwind classes used by templates/_partials/footer_brand.html
   so the partial works identically on Tailwind and non-Tailwind pages. */

.bex-footer {
    border-top: 1px solid #334155;
    padding: 1.5rem;
    margin-top: 2rem;
}

.bex-footer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0;
}

.bex-footer-logo {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 0.25rem;
    display: block;
}

.bex-footer-wordmark {
    font-family: "Jura", sans-serif;
    color: #07c107;
    font-size: 2.5rem;
    font-weight: 700;
}

.bex-footer-meta {
    margin: 0.75rem 0 0;
    text-align: center;
    color: #64748b;
    font-size: 0.75rem;
    line-height: 1rem;
}

.bex-footer-link {
    color: inherit;
    text-decoration: underline;
}
