/* Footer & Official Account Styles */
.footer-badge-container {
    position: absolute; 
    bottom: 60px; 
    width: 100%; 
    text-align: center; 
    z-index: 2;
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    color: #666;
    font-size: 14px;
    backdrop-filter: blur(5px);
    transition: transform 0.3s;
    cursor: pointer;
}

.footer-badge:hover {
    transform: translateY(-2px);
}

.footer-icp {
    position: absolute; 
    bottom: 20px; 
    width: 100%; 
    text-align: center; 
    z-index: 2; 
    font-size: 13px;
}

.footer-icp a {
    color: #999; 
    text-decoration: none;
    transition: color 0.2s;
}

.footer-icp a:hover {
    color: var(--primary-color);
}

/* Results Footer */
.results-footer {
    text-align: center; 
    padding: 20px 0; 
    color: #ccc; 
    font-size: 13px;
}
