.site-footer {
    flex-shrink: 0;
    width: 100%;
    margin-top: auto;
    padding: 1rem 3% 1.25rem;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid rgba(50, 50, 50, 0.08);
    background: #fff;
}

.site-footer-text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #6b7280;
}

.site-footer a {
    color: rgba(255, 89, 0, 1);
    font-weight: 600;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
