/* HostingJet v0.28.190 — domain-search hero embed host.
 * The visual implementation lives byte-for-byte in domain-search-hero-v28189.html.
 * This file only sizes the isolated same-origin iframe inside the existing HALO dashboard. */
.hjds-hero-embed{
    display:block;
    width:100%;
    margin:0 0 18px;
    padding:0;
}
.hjds-hero-frame{
    display:block;
    width:100%;
    height:294px;
    min-height:294px;
    border:0;
    margin:0;
    padding:0;
    background:transparent;
    overflow:hidden;
}
@media (max-width:900px){
    .hjds-hero-frame{height:602px;min-height:602px;}
}

/* Keep the new hero flush with the white HALO dashboard canvas. */
body .hj-home-v288.hj-page-current-overview .hj-main,
body .hj-home-v288.hj-page-current-overview .hj288-home,
body .hj-home-v288.hj-page-current-overview .hjds-hero-embed {
    background:#fff !important;
    background-image:none !important;
}
.hjds-hero-frame{background:#fff !important;}
