/* 底部徽章按钮 */
.zm-footer-badges {
    text-align: center;
    margin-bottom: 5px;
}

.zm-footer-badges .badge-subject {
    display: inline-block;
    border-radius: 4px;
    text-shadow: none;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    margin-bottom: 5px;
    margin-right: 8px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.zm-footer-badges .badge-subject:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.zm-footer-badges .bg-blue       { background-color: #007bff; }
.zm-footer-badges .bg-brightgreen { background-color: #28a745; }
.zm-footer-badges .bg-orange     { background-color: #fd7e14; }
.zm-footer-badges .bg-blueviolet { background-color: #6f42c1; }

.zm-footer-badges .badge-subject a {
    color: #fff !important;
    text-decoration: none;
    display: block;
}

.zm-footer-badges .badge-subject a:hover {
    color: #fff !important;
}
