/**
 * Yusaso Teal — public footer presentation
 *
 * The Platform footer template owns markup. This file is the sole Teal owner
 * of public footer geometry and colors.
 */

.site_footer {
    display:flex;
    box-sizing:border-box;
    width:100%;
    height:35px;
    min-height:35px;
    margin-top:20px;
    padding:.25rem 1.25rem;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    color:#fff;
    background:#043945;
    font-size:var(--font-sm);
    text-align:center;
    position:relative;
    z-index:1;
    grid-column:1/-1;
    align-self:end;
    visibility:visible;
}

.site_footer > div {
    margin:0;
    padding:0;
    color:inherit;
    line-height:1.2;
    text-align:center;
}
