/* HostingJet v0.28.198 — Activity Timeline / Invoices two-column dashboard host.
 * The live bridge and data contracts remain unchanged; only the dashboard presentation is widened. */
.hj197-timeline-embed{
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    width:100%;
    margin:18px 0 24px;
    padding:0;
    background:transparent;
}
.hj197-timeline-frame{
    display:block;
    width:100%;
    max-width:none;
    height:620px;
    border:0;
    margin:0;
    padding:0;
    background:transparent;
    overflow:hidden;
    opacity:0;
}

@media (max-width:720px){
    .hj197-timeline-embed{justify-content:stretch;margin:14px 0 20px;}
    .hj197-timeline-frame{width:100%;}
}

/* HostingJet v0.28.199 — pure-white Home canvas + flat section chrome.
 * Scope is intentionally limited to the customer Home page. */
body .hj-home-v288.hj-page-current-overview,
body .hj-home-v288.hj-page-current-overview .hj-main,
body .hj-home-v288.hj-page-current-overview .hj288-home {
    --halo-canvas:#fff !important;
    background:#fff !important;
    background-image:none !important;
}

/* v0.28.200 — retain the white Home canvas while allowing the exact
 * domains-light-compact product surface to render without legacy overrides. */
body .hj-home-v288.hj-page-current-overview .hj98-dashboard-share {
    border:1px solid #ECEEF2 !important;
    box-shadow:none !important;
}
body .hj-home-v288.hj-page-current-overview .hjdm-scope .panel {
    border:1px solid rgba(0,0,0,0.08) !important;
    background:linear-gradient(180deg,#FFFFFF 0%,#FCFCFD 100%) !important;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.9),
      0 1px 2px rgba(0,0,0,0.03),
      0 2px 6px rgba(0,0,0,0.035),
      0 30px 60px -32px rgba(20,20,30,0.20) !important;
}

body:has(.hj-home-v288.hj-page-current-overview){background:#fff !important;}
