/*CSS fixes for legacy*/

/*[25/06/25] - Goutham Para - Task 2344231: DI | Print to pdf not rendering any images for DI article page for DI image print pdf */
/* fix for DI image print pdf Task 2344231 starts*/
/* to render DI images set as display none in code base making display block here || 
insights.ui.frontend\src\globals\css\printer-friendly.less - line 565 - 567 */
@media print {
	.cmp-di-share__default {
	    display: block !important;
	}
}
/* fix for DI image print pdf Task 2344231 ends*/


/* Below fix is for DI Legacy templates */

.text.cmp-di-text .cmp-text b{
    font-family: Sabon LT Pro,Calibri,sans-serif;
}
/* fix for DI Legacy templates ends here*/

/* Below fix is for DI new Article templates icon issue*/
.cmp-di-share-inline-with-print .cmp-di-share-bar__links.icon-email, 
.cmp-di-share-inline-with-print .cmp-di-share-bar__links.icon-pinterest
{
    background: #1f1f1f;
    color: #fff;
    margin-right: .575em;
    display: inline-flex;
    width: 29.17px;
    height: 29.17px;
    font-size: 1.125em;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}
/* fix is for DI new Article templates icon issue ends here*/

/* hiding search placeholder text */

.cmp-search .cq-texthint-placeholder{
    display: none;
}
/* 2637359 - Spacing and alignment issues starts*/
.di-branded-landing-page .htmlfragment.aem-GridColumn {
    padding: 0;
}
/* 2637359 - Spacing and alignment issues ends*/
