#modern_top_nav {
    float: left;
    width: 100%;
}

#modern_top_nav .navbar {
    background: transparent !important;
    border-bottom: 1px solid lightgray;
}

.section-header {
    font-style: normal;
    font-weight: bold;
    font-size: 15px !important;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333333;
    margin: 24px 0px 24px 0px;
}

/*------- Asset Class Section ----------*/

#asset-class-component-title {
    display: flex;
    align-items: center;
}

#asset-class-component-title span {
    margin: 0px 0px 0px 20px;
}

.asset-class-wrapper {
    display: flex;
    overflow: auto;
}

.asset-class {
    margin: 0px 5px 5px 0px;
}

.asset-class a {
    text-decoration: none;
}

.asset-class-header {
    width: 148px;
    height: 115px;
    border-radius: 4px;
}

.asset-class-header.top-round {
    border-radius: 4px 4px 0px 0px;
}

.asset-class-header .asset-class-header-footer {
    position: relative;
    top: 47px;
    padding: 10px;
}

.asset-class-header .asset-class-header-footer .title .header {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #333333;
}

.asset-class-header .signal {
    position: relative;
    top: 20px;
    left: 9px;

    width: 60px;
    height: 24px;

    background: gray;
    border-radius: 3px;

    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #ffffff;
}

.asset-class-tile {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 16px;
    letter-spacing: 0.01em;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    padding: 10px;
    width: 148px;
    min-height: 64.25px;
    background: #ffffff;
    color: #000000;
    margin: 4px 0px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.tile-signal {
    position: static;
    width: 60px;
    height: 24.25px;
    left: 10px;
    top: 30px;

    margin: 4px 0px;

    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: 0.01em;

    text-align: center;
}

#DomesticEquities {
    background-image: url("/images/research/hub/asset-classes/domestic-equities.png");
    background-image: url("/images/research/hub/asset-classes/domestic-equities.svg"),
        linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

#FixedIncome {
    background-image: url("/images/research/hub/asset-classes/fixed-income.png");
    background-image: url("/images/research/hub/asset-classes/fixed-income.svg"),
        linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

#Currencies {
    background-image: url("/images/research/hub/asset-classes/currency.png");
    background-image: url("/images/research/hub/asset-classes/currency.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

#Commodities {
    background-image: url("/images/research/hub/asset-classes/commodities.png");
    background-image: url("/images/research/hub/asset-classes/commodities.svg"),
        linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

#InternationalEquities {
    background-image: url("/images/research/hub/asset-classes/international-equities.png");
    background-image: url("/images/research/hub/asset-classes/international-equities.svg"),
        linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}
/*------- End Asset Class ----------*/

/*------- Hub Links ----------*/
.hub-links {
    position: relative;
    height: 750px;
    left: 0px;
    top: 0px;
}

.disabled-link {
    opacity: 0.5;
}

.hub-links article a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.hub-links article {
    border-radius: 5px;
}

.hub-links article.disabled-link a {
    display: flex;
    justify-content: center;
    align-items: center;

    color: black;
    font-weight: bolder;
    font-size: 14px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 22px;
}

.hub-links article.disabled-link a p {
    text-align: center;
    padding: 5px;
}

.hub-links article a:hover {
    text-decoration: none;
}

.daily-equity-report-tile {
    position: absolute;
    width: 460px;
    height: 238px;
    left: 0px;
    top: 0px;

    background-image: url("/images/research/hub/der/shadow.svg"), url("/images/research/hub/der/background.svg");
}

.hub-footer {
    padding: 10px;
    width: 100%;
}

.major-indexes-tile {
    position: absolute;
    width: 226px;
    height: 238px;
    left: 467px;
    top: 0px;

    background-image: url("/images/research/hub/major-indexes/shadow.svg"),
        url("/images/research/hub/major-indexes/background.svg");
}

.market-indicators-tile {
    position: absolute;
    width: 226px;
    height: 481px;
    left: 702px;
    top: 0px;

    background-image: url("/images/research/hub/market-indicators/shadow.svg"),
        url("/images/research/hub/market-indicators/background.svg");
}

.domestic-equities-tile {
    position: absolute;
    width: 459px;
    height: 235px;
    left: 234px;
    top: 245px;

    background-image: url("/images/research/hub/domestic-equities/shadow.svg"),
        url("/images/research/hub/domestic-equities/background.svg");
}

.domestic-equities-tile .hub-footer {
    padding: 0px 10px 0px 10px;
}

.hub-links article.domestic-equities-tile a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.symbol_cloud_widget {
    height: 82%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.symbol_cloud_widget .content {
    padding: 0px 20px;
}

.symbol_cloud_widget .content,
.symbol_cloud_widget .widget-content,
.symbol_cloud_widget center {
    height: 100%;
}

.symbol_cloud_widget center,
.symbol_cloud_widget .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.symbol_cloud_widget img {
    height: 27px;
    width: 27px;
}

#htmltagcloud {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    color: white;
}

#htmltagcloud p {
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#htmltagcloud p a {
    text-decoration: none;
    margin: 0px 3px 0px 3px;
}

#htmltagcloud p a:hover {
    text-decoration: none;
    background-color: transparent;
}

.hub-links article.domestic-equities-tile .symbol_cloud_widget a {
    display: inline;
    color: white;
    font-weight: bolder;
}

.hub-links article.domestic-equities-tile .symbol_cloud_widget a.symbol_cloud_report_link {
    display: none;
}

.option-ideas-tile {
    position: absolute;
    width: 225px;
    height: 236px;
    left: 0px;
    top: 245px;

    background-image: url("/images/research/hub/options/shadow.svg"), url("/images/research/hub/options/background.svg");
    background-position: center;
}

.buy-list-tile {
    position: absolute;
    width: 225px;
    height: 236px;
    left: 0px;
    top: 491px;

    background-size: cover;
    background-image: url("/images/research/hub/buy-lists/shadow.svg"),
        url("/images/research/hub/buy-lists/background.jpg");
}

.equity-roster-tile {
    position: absolute;
    width: 304px;
    height: 238px;
    left: 234px;
    top: 491px;

    background-image: url("/images/research/hub/equity-roster/shadow.svg"),
        url("/images/research/hub/equity-roster/background.svg");
}

.partner-product-research-tile {
    position: absolute;
    width: 383px;
    height: 238px;
    left: 545px;
    top: 491px;

    background-image: url("/images/research/hub/partner-product-research/shadow.svg"),
        url("/images/research/hub/partner-product-research/background.svg");
}

.title .date {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 12px !important;
    line-height: 12px;
    letter-spacing: 0.01em;
    color: #ffffff;
}

.title .header {
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #ffffff;
}

/*------- Hero ----------*/

#main-wrapper .container-fluid {
    padding: 0px;
}

.body-wrapper {
    margin: auto;
    padding: 1rem;
    /* max-width: 1300px; */
}

#hero-banner {
    min-height: 200px !important;
    background: #297671 url(/images/research/bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    background-position: 50% 50%;
}

#hero-banner > div {
    /* max-width: 1300px; */
}

#hero-banner h1 {
    margin: 0px 5px 0px 0px !important;
    word-break: break-word;
    width: 100%;
}

#hero-banner #hero-header span.icon {
    padding-top: 7px;
}

#hero-banner #hero-header h2 a {
    color: white;
}

#hero-banner #action-btns {
    margin-top: 18px !important;
}

#market-indicator-banner {
    color: #fff;
}

.hub-page-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px !important;
    width: initial !important;
    letter-spacing: 0.01em;
    color: #ffffff;
    margin: 0px 12px;
    text-align: center !important;
}

#breadcrumbs {
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    border-radius: 2px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 24px;
    color: #ffffff;
    margin: 0px 4px;
    background-color: transparent;
}

#breadcrumbs > option {
    color: #000000;
    background-color: #ffffff;
}

/*-------Sidebar----------*/

aside#main-sidebar {
    top: -107px !important;
}

/*Nav bar page specific updates*/
.navbar.nav-front {
    float: left;
    margin: 0px;
    width: 100%;
}

#company_logo {
    padding: 10px;
}

.post-logo {
    padding-bottom: 20px;
}

#navbarMain.navbar.nav-front .navbar-inner {
    background-color: initial;
    background-image: initial;
    background: transparent;
    border: none;
    box-shadow: none;
    border-style: none none solid none;
    border-width: 2px;
    border-color: rgba(151, 151, 151, 0.35);
}

#market-indicator-banner #as-of {
    font-size: x-small !important;
    margin-left: 30px;
    color: #d8d8d8;
}

#market-indicator-banner {
    color: #fff;
}

#market-indicator-banner div a {
    color: #fff;
}

.ticker-block span.green {
    color: #36cc32;
    font-weight: 500;
}

.ticker-block span.red {
    color: #ef3232;
    font-weight: 600;
}

.divider {
    color: #fff;
}

#email_form {
    margin-bottom: 0px;
}

/* ----------- HUB Component ---------- */
.rh_component {
    position: relative;
}

.rh_component.active {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #fff;
    position: relative;
}

/* ----------- Today's Research Report ---------- */
.rh_report_research {
    position: relative;
}

.rh_report_research.active {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #fff;
    position: relative;
    border: none !important;
}

/* ----------- Daily Summary ---------- */
.rh_daily_summary {
    background: #e4f2ff;
    padding: 5px;
}
.rh_nav {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    list-style: none;
    display: flex;
    padding: 5px;
}
.rh_nav__item {
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #fff;
    background: #fff;
    margin: 5px;
    cursor: pointer;
}
.rh_nav__item:hover {
    background: #f5f7fc;
    border-color: #bcc8e3;
    color: #4b6aac;
}
.rh_nav__item:active {
    background: #e0e5f5;
    border-color: #758fbf;
    transform: translateY(1px);
}
.rh_nav__item.active {
    border: 1px solid #181e33;
    background: #e6e9f5;
    cursor: pointer;
}
.rh_daily_summary__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: max-content;
    grid-gap: 5px;
}
@media (max-width: 768px) {
    .rh_daily_summary__grid {
        grid-template-columns: 1fr;
    }
}

.tabcard-clickable {
    width: 100%;
    height: 100%;
    cursor: pointer;
    user-select: none;
    min-height: 120px;
}

a.rh_daily_summary__card,
.rh_daily_summary__card {
    background-color: #f4f7fc;
    border: 1px solid #758fbf;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}

.rh_daily_summary__card .card-footer {
    background: transparent;
    border: none;
    padding-top: 0;
}

.rh_daily_summary__card:hover {
    background-color: white;
    border-color: #bcc8e3;
}

.rh_daily_summary__card:hover h5,
.rh_daily_summary__card:hover .card-title {
    color: #4b6aac;
}

.rh_daily_summary__card:hover a {
    color: #4b6aac !important;
    text-decoration: none;
}

.rh_daily_summary__card:active {
    background-color: #e6e9f5;
    border-color: #4b6aac;
}

a.rh_daily_summary__card:active,
a.rh_daily_summary__card:visited {
    color: #171717;
    background: #e6e9f5;
    border: #4b6aac;
}

.rh_daily_summary__card:active h5,
.rh_daily_summary__card:active .card-title,
.rh_daily_summary__card:visited h5,
.rh_daily_summary__card:visited .card-title {
    color: #171717;
}

a.rh_daily_summary__card:hover,
.rh_daily_summary__card:hover {
    text-decoration: none;
    border: 1px solid #bcc8e3;
    color: #4b6aac;
    background: #ffffff;
}

.rh_daily_summary__view_article {
    font-weight: bold;
    color: #6f46ce;
}

.card-bg-blue {
    border-color: var(--blue-darker);
    background: var(--nef-semantic-color-background-brand-subtle);
}

.rh_daily_summary__card__date {
    font-size: 1rem;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.tabcard-button {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.tabcard-button .card {
    border: 1px solid #758fbf !important;
    background-color: #f4f7fc !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    height: 100%;
}

.tabcard-button:hover .card {
    border-color: #bcc8e3 !important;
    background-color: white !important;
    box-shadow: none !important;
}

.tabcard-button:hover .card-title {
    color: #4b6aac;
}

.tabcard-button:hover svg path {
    fill: #0080a3;
}

.tabcard-button:active .card {
    /*transform: translateY(1px);*/
    box-shadow: inset 2px 2px 4px 0px rgba(129, 129, 129, 0.14) !important;
    border-color: #bcc8e3 !important;
}

.tabcard-button .card-title {
    color: #181e33;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500 !important;
    letter-spacing: 0.01em;
}

.tabcard-button svg path {
    fill: #0080a3;
}

/* Tabcard Color Button styles */
.tabcard-color-button {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.tabcard-color-button .card {
    border-radius: 4px !important;
    height: 100%;
    color: black;
    border: 1px solid transparent !important;
}

.tabcard-color-button .card .card-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500 !important;
}

.tabcard-color-button:hover {
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) !important;*/
}

.tabcard-color-button:hover .card {
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8) !important;
    border: 1px solid #bcc8e3 !important;
}

.tabcard-color-button:hover .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    pointer-events: none;
}

.tabcard-color-button:hover .card-title,
.tabcard-color-button:hover .card-text,
.tabcard-color-button:hover p {
    color: #4b6aac;
    position: relative;
    z-index: 1;
}

.tabcard-color-button:hover .badge {
    position: relative;
    z-index: 1;
}

.tabcard-color-button:active .card {
    /*transform: translateY(1px);*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #4b6aac !important;
}

.tabcard-color-button .cd_active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #4b6aac !important;
}

/* Model Info Cards Responsive Styles */

@media only screen and (max-width: 768px) {
    .model-info-card {
        flex-direction: column;
    }

    .model-info-card .card {
        width: 100%;
        height: auto;
    }

    .model-info-card .card-title {
        font-size: 16px;
        line-height: 24px;
    }

    .model-info-card .card-content {
        font-size: 14px;
        line-height: 22px;
    }

    .model-info-card .card-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .model-info-card .card-actions a {
        margin-bottom: 10px;
    }
}

/* Dali Drawer */

.tagged-research-drawer::part(header) {
    overflow: visible;
    height: auto;
}

.tagged-research-drawer::part(panel) {
    overflow: auto;
}

.tagged-research-drawer::part(base) {
    height: var(--drawer-height, calc(100% - var(--bottom-menu-height, 0px)));
    top: 48px;
}

.tagged-research-drawer::part(overlay) {
    display: none;
    top: 48px;
}

.tagged-research-drawer::part(header) {
    font-size: 20pt !important;
    font-weight: 600 !important;
    background: var(--light);
}

.tagged-research-drawer::part(body) {
    margin: 0;
    padding: 0;
    overflow: visible;
    height: auto;
}

.tagged-research-drawer .tab-content.tab-container {
    border-width: 0 !important;
}

.tagged-research-drawer .rh_daily_summary {
    background: var(--light);
    padding-bottom: 8px;
    border-bottom: 3px solid #eee;
}

.table-total-count {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
}

.table-total-count .table-count-text-normal {
    color: var(--Text-Primary, rgba(51, 51, 51, 0.87));
    font-weight: 400;
}

.table-total-count .table-count-text-bold {
    color: var(--global-brand-color2, #08062a);
    font-weight: 700;
}

.dali__small_title {
    font-size: 12pt;
    line-height: 14pt;
    font-weight: bold;
}

/* -----------Morning Video ---------- */
.morning-vid-container {
    border-top: 1px solid #758fbf;
    border-bottom: 1px solid #758fbf;
    border-radius: 0px;
    background-color: #f4f7fc;
    box-sizing: border-box;
}
.morning-vid-container ul {
    margin: 0;
    padding: 0;
    list-style-type: disc;
}

.morning-vid-container ul li {
    padding: 5px;
    border-bottom: 1px solid #ccd4ea;
}

.morning-vid-container ul li:last-child {
    border-bottom: none;
}

/* -----------Media Queries ---------- */
@media only screen and (max-width: 1287px) {
    .hub-links {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .hub-links .market-indicators-tile {
        top: 492px;
        left: 0px;
        height: 236px;
    }

    .partner-product-research-tile {
        width: 220px;
        left: 471px;
    }
}

/* Responsive styles for Equity Roster tile */
@media only screen and (max-width: 768px) {
    .equity-roster-tile {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .equity-roster-tile .card {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .equity-roster-tile .card-title {
        font-size: 16px;
        line-height: 24px;
    }

    .equity-roster-tile .card-content {
        font-size: 14px;
        line-height: 22px;
    }

    .equity-roster-tile .card-actions {
        margin-top: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .equity-roster-tile .card-actions a {
        font-size: 14px;
        line-height: 22px;
    }
}

/* Responsive styles for Daily Equity Report tile */
@media only screen and (max-width: 768px) {
    .daily-equity-report-tile {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .daily-equity-report-tile .card {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .daily-equity-report-tile .card-title {
        font-size: 16px;
        line-height: 24px;
    }

    .daily-equity-report-tile .card-content {
        font-size: 14px;
        line-height: 22px;
    }

    .daily-equity-report-tile .card-actions {
        margin-top: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .daily-equity-report-tile .card-actions a {
        font-size: 14px;
        line-height: 22px;
    }
}

/* Responsive styles for Partner Product Research tile */
@media only screen and (max-width: 768px) {
    .partner-product-research-tile {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .partner-product-research-tile .card {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .partner-product-research-tile .card-title {
        font-size: 16px;
        line-height: 24px;
    }

    .partner-product-research-tile .card-content {
        font-size: 14px;
        line-height: 22px;
    }

    .partner-product-research-tile .card-actions {
        margin-top: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .partner-product-research-tile .card-actions a {
        font-size: 14px;
        line-height: 22px;
    }
}

/* Responsive styles for Option Ideas tile */
@media only screen and (max-width: 768px) {
    .option-ideas-tile {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .option-ideas-tile .card {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .option-ideas-tile .card-title {
        font-size: 16px;
        line-height: 24px;
    }

    .option-ideas-tile .card-content {
        font-size: 14px;
        line-height: 22px;
    }

    .option-ideas-tile .card-actions {
        margin-top: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .option-ideas-tile .card-actions a {
        font-size: 14px;
        line-height: 22px;
    }
}

/* Responsive styles for Hub Links section */
@media only screen and (max-width: 768px) {
    .hub-links {
        height: auto;
        padding: 10px;
    }

    .hub-links article {
        margin-bottom: 10px;
    }

    .hub-links article a {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .hub-links article.disabled-link a {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .hub-links article.disabled-link a p {
        padding: 0;
        margin-left: 10px;
    }
}

/* Responsive styles for Signal component */
@media only screen and (max-width: 768px) {
    .signal {
        width: 50px;
        height: 20px;
        font-size: 14px !important;
        line-height: 20px;
    }

    .signal span {
        display: none;
    }

    .signal:before {
        content: attr(data-signal);
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}

/* Responsive styles for Equity Roster table */
@media only screen and (max-width: 768px) {
    .equity-roster-table {
        width: 100%;
        overflow-x: auto;
    }

    .equity-roster-table th,
    .equity-roster-table td {
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .equity-roster-table th {
        background: #f4f7fc;
        position: relative;
    }

    .equity-roster-table th:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background: #0080a3;
    }

    .equity-roster-table td {
        border-top: 1px solid #ddd;
    }
}

/* Responsive styles for Daily Summary component */
@media only screen and (max-width: 768px) {
    .rh_daily_summary {
        padding: 10px;
    }

    .rh_daily_summary__grid {
        grid-template-columns: 1fr;
    }

    .rh_daily_summary__card {
        margin-bottom: 10px;
    }
}

/* Responsive styles for Hub Page title */
@media only screen and (max-width: 768px) {
    .hub-page-title {
        font-size: 18px !important;
        line-height: 26px;
        margin: 0px 8px;
    }
}

/* Responsive styles for Breadcrumbs */
@media only screen and (max-width: 768px) {
    #breadcrumbs {
        font-size: 14px !important;
        line-height: 20px;
        padding: 8px;
    }

    #breadcrumbs > option {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Responsive styles for Market Indicator Banner */
@media only screen and (max-width: 768px) {
    #market-indicator-banner {
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
    }

    #market-indicator-banner div a {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Responsive styles for Ticker Block */
@media only screen and (max-width: 768px) {
    .ticker-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .ticker-block span {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Responsive styles for Navbar */
@media only screen and (max-width: 768px) {
    .navbar.nav-front {
        flex-direction: column;
        align-items: flex-start;
    }

    #company_logo {
        margin-bottom: 10px;
    }

    #navbarMain.navbar.nav-front .navbar-inner {
        padding: 10px;
    }
}

/* Research Pane Extension */
.tagged-research-drawer-extension {
    /* Inherits styles from tagged-research-drawer */
}

.tagged-research-drawer-extension .asset-research-pane-header {
    background: var(--light) !important;
    font-size: 20pt !important;
    font-weight: 600 !important;
}

.tagged-research-drawer-extension .asset-research-pane-content {
    overflow: auto;
    height: auto;
}

.tagged-research-drawer-extension .tab-content.tab-container {
    border-width: 0 !important;
}

/* Ensure proper layering */
.tagged-research-drawer {
    z-index: 9999 !important;
}
