.site-footer {
    background: #000 !important;
    background-color: #000 !important;
    color: rgba(255, 255, 255, 0.75);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 20;
}

.footer-inner {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    box-sizing: border-box;
    background: transparent;
}

.footer-copy,
.site-footer p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.75rem !important;
    line-height: 1 !important;
    opacity: 0.7 !important;
    text-align: center !important;
    transform: none !important;
    transition: none !important;
    color: rgba(255, 255, 255, 0.75) !important;
}

@media (max-width: 768px) {
    .site-footer {
        height: 36px;
        min-height: 36px;
        max-height: 36px;
        z-index: 20;
        background: #000 !important;
    }

    .footer-inner {
        padding: 0 12px;
    }

    .footer-copy,
    .site-footer p {
        font-size: 0.75rem !important;
    }
}
