.v5-foot > .v5-wrap {
    display: block;
}

.v5-foot-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.v5-foot-main > .footlogo {
    flex: 0 0 auto;
}

.v5-foot-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 42px;
    justify-self: end;
}

.v5-foot-nav,
.v5-foot-contact,
.v5-foot-social {
    min-width: 140px;
}

.v5-foot-credit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin-top: 1.75rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.78rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.58);
}

.v5-foot-credit a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.v5-foot-credit a:hover,
.v5-foot-credit a:focus-visible {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.v5-foot-credit-separator {
    opacity: 0.5;
}

@media (max-width: 950px) {
    .v5-foot-main {
        grid-template-columns: 1fr;
        gap: 24px;
        align-items: start;
    }

    .v5-foot-main > .footlogo,
    .v5-foot-copy,
    .v5-foot-right {
        justify-self: start;
    }

    .v5-foot-copy {
        white-space: normal;
        text-align: left;
    }

    .v5-foot-right {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 24px 36px;
    }
}

@media (max-width: 640px) {
    .v5-foot-credit {
        gap: 0.35rem;
        text-align: center;
    }
}


/* Unified footer typography */
.v5-foot,
.v5-foot p,
.v5-foot a,
.v5-foot span,
.v5-foot strong,
.v5-foot small,
.v5-foot b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.45;
}

.v5-foot .footlogo b,
.v5-foot .footlogo small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: 0;
}

.v5-foot-copy p,
.v5-foot-nav a,
.v5-foot-contact a,
.v5-foot-contact span,
.v5-foot-social a,
.v5-foot-nav strong,
.v5-foot-contact strong,
.v5-foot-social strong,
.v5-foot-credit {
    font-size: 11px;
}

.v5-foot-credit {
    line-height: 1.45;
}

/* Keep the DC monogram as the visual logo mark. */
.v5-foot .footlogo .dc {
    font-family: Georgia, serif;
    font-size: 38px;
    line-height: 1;
}


/* Bottom meta line: tagline, copyright and credits share one row below the divider. */
.v5-foot-credit {
    justify-content: center;
    white-space: nowrap;
}

@media (max-width: 950px) {
    .v5-foot-main {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .v5-foot-credit {
        justify-content: flex-start;
        white-space: normal;
    }
}
