#footer {
    padding: 1.2em 0 !important;
    line-height: 1.5;
    text-align: center;
    color: var(--text-muted);
    border-top: 1px solid var(--border-light);
    margin-top: 10px;
}

.footer-branding {
    font-size: 13px;
    opacity: 0.8;
}

.go-badge {
    background: var(--bg-accent);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
}

.author-name {
    font-weight: 600;
    color: var(--text-primary);
}

.sticky-badge {
    background: linear-gradient(135deg, #ff7675, #d63031);
    color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    box-shadow: 0 2px 4px rgba(214, 48, 49, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky-badge i {
    font-size: 10px;
    margin-right: 4px;
}
