/* merchant auth page clean v1 */

/* 只隐藏由脚本确认属于登录页底部导航的元素 */
html.merchant-auth-page-clean [data-merchant-auth-nav-hidden="1"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* 登录页不再为底部导航预留空间 */
html.merchant-auth-page-clean,
html.merchant-auth-page-clean body,
html.merchant-auth-page-clean #app {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* 登录、注册页面不显示客服注入元素 */
html.merchant-auth-page-clean #merchant-online-service-restored,
html.merchant-auth-page-clean #merchant-online-service-inline-v2,
html.merchant-auth-page-clean #merchant-online-service-inline-v3 {
    display: none !important;
}

/* 防止认证页被全局底部栏撑高，但不改变登录表单本身 */
html.merchant-auth-page-clean body {
    min-height: 100vh !important;
}
