/* TaxAI Ver.131.3 layout header minibar */

.taxai-main > .taxai-header:first-child{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
    margin:0 0 10px !important;
    padding:8px 2px 10px !important;
    min-height:0 !important;
    height:auto !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
}

.taxai-main > .taxai-header:first-child h1,
.taxai-main > .taxai-header:first-child .taxai-page-title{
    margin:0 !important;
    font-size:18px !important;
    line-height:1.2 !important;
    font-weight:900 !important;
    letter-spacing:-.02em !important;
    color:#0f172a !important;
}

.taxai-main > .taxai-header:first-child .taxai-page-subtitle{
    display:none !important;
}

.taxai-main > .taxai-header:first-child + .taxai-content{
    margin-top:0 !important;
    padding-top:0 !important;
}
