/* 隐藏Jazzmin版本信息 */
.jazzmin-version {
    display: none !important;
}

/* 完全隐藏页脚 */
.main-footer {
    display: none !important;
}

/* 冻结账户样式 */
.frozen-account {
    position: relative;
    color: #333;
}

.frozen-account::after {
    content: "已冻结";
    position: absolute;
    top: -12px;
    right: -20px;
    font-size: 10px;
    background-color: #e74c3c;
    color: white;
    padding: 1px 4px;
    border-radius: 3px;
    transform: scale(0.8);
}
