/* TaxAI Ver.128.8 remove top blank space globally */

/* main直下の余白を圧縮 */
.taxai-shell,
.taxai-layout,
.taxai-page-shell,
.taxai-app-shell,
.taxai-admin-shell{
    padding-top:0 !important;
}

.taxai-main,
.taxai-content,
.taxai-page-content,
.taxai-admin-main,
main.taxai-main{
    padding-top:16px !important;
}

/* 画面本体ラッパーの上余白を削除 */
.taxai-pro-page,
.taxai-v86-page,
.taxai-v86-main,
.taxai-page,
.taxai-wrapper,
.taxai-container,
.taxai-dashboard,
.taxai-admin-page{
    margin-top:0 !important;
    padding-top:0 !important;
}

/* 最初のhero/cardが下に落ちないようにする */
.taxai-main > *:first-child,
.taxai-content > *:first-child,
.taxai-page-content > *:first-child,
.taxai-pro-page > *:first-child,
.taxai-v86-main > *:first-child{
    margin-top:0 !important;
}

/* hero系の上余白も共通で詰める */
.taxai-hero,
.taxai-pro-hero,
.taxai-auto-hero,
.taxai-os-hero,
.taxai-page-hero{
    margin-top:0 !important;
}

/* ただしカード内のタイトル間隔は維持 */
.taxai-card h1,
.taxai-card h2,
.taxai-card h3,
.taxai-pro-card h1,
.taxai-pro-card h2,
.taxai-pro-card h3{
    margin-top:0;
}

@media (max-width: 900px){
    .taxai-main,
    .taxai-content,
    .taxai-page-content,
    .taxai-admin-main,
    main.taxai-main{
        padding-top:12px !important;
    }
}
