/* Interior page title band — deliberately separate from each page hero. */
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header,
body.portal-page.page-game-landing .tt-page-header {
    background: #111a2e !important;
    background-image: none !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.09) !important;
    box-shadow: none !important;
    min-height: 154px;
    overflow: hidden;
    padding: 38px 0 !important;
}
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header::before,
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header::after {
    content: none !important;
    display: none !important;
}
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .container,
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .row,
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .tt-page-header-info {
    position: relative;
    z-index: 1;
}
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .tt-page-header-info {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0,1fr) auto;
}
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header h1 {
    color: #f3f6f4 !important;
    font-family: inherit !important;
    font-size: clamp(2rem,4vw,3.2rem) !important;
    font-weight: 700 !important;
    letter-spacing: -.045em !important;
    line-height: 1.08 !important;
}
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .breadcrumb {
    background: transparent !important;
    border: 0 !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
}
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .breadcrumb-item,
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .breadcrumb-item a {
    color: #a6b0ac !important;
    font-size: .86rem !important;
    font-weight: 600 !important;
}
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .breadcrumb-item.active {
    color: #d9deea !important;
}
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .breadcrumb-item + .breadcrumb-item::before {
    color: #66736e !important;
}

/* Remove the legacy floating breadcrumb card while retaining its clear path. */
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .tt-breadcrumb {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    bottom: auto !important;
    box-shadow: none !important;
    color: #a6b0ac !important;
    padding: 0 !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: auto !important;
}
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .tt-breadcrumb .tt-triangle-right {
    display: none !important;
}
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .tt-breadcrumb ol {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 0 !important;
    padding: 0 !important;
}
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .tt-breadcrumb ol li,
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .tt-breadcrumb ol li a,
body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .tt-breadcrumb ol li.active {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

@media (max-width: 767.98px) {
    body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header {
        min-height: 132px;
        padding: 29px 0 !important;
    }
    body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .tt-breadcrumb {
        display: none !important;
    }
    body.portal-page:not(.simple-home):not(.simple-store) .tt-page-header .tt-page-header-info {
        display: block !important;
    }
}

/* The dashboard has its own compact heading and must not repeat a page hero. */
body.page-clientareahome .tt-page-header { display: none !important; }
