/*
    Infographics detail page (infographics_details.php)
    Matches the "newdesign" theme. The buy-now/pricing panel and modal reuse
    css/press-details.css + css/press-details-theme.css as-is (same widget,
    same markup) — this file only holds what's specific to this page.
*/

.title_color {
    color: #16484b !important;
}

/* Bootstrap 5's default ol.breadcrumb carries margin-bottom: 1rem, which
   stacked with the .container's own top padding made the gap between the
   breadcrumb and the page title look larger than intended. */
#breadcrumb .page-breadcrumb {
    margin-bottom: 0;
}

.pr-empty-state {
    padding: 40px 20px;
}
