/*in override CSS to remove scroll bars, sub scripts, superscripts and word break starts*/
/*div.container {*/
/*  overflow: visible;*/
/*}*/
.text .cmp-text ul, 
.text .cmp-text ol {
  word-wrap: break-word;
  word-break: break-word;
}

/*Breadcrumb Nav item page non-clickable - TA Pages*/

a.cmp-breadcrumb__item-link[href*='/home/obszary_terapeutyczne/choroby-kardiologiczne-nefrologiczne-i-metaboliczne.html'],
a.cmp-breadcrumb__item-link[href*='/home/obszary_terapeutyczne.html'],
a.cmp-breadcrumb__item-link[href*='/home/obszary_terapeutyczne/choroby-ukladu-oddechowego-i-autoimmunologiczne.html']
{
    pointer-events: none;
    color: darkgray;
    cursor: default;
}
 
/*Breadcrumb Nav item page non-clickable - Product Pages*/

a.cmp-breadcrumb__item-link[href*='/home/produkty/produkty-lecznicze/tezpire.html'],
a.cmp-breadcrumb__item-link[href*='/home/produkty/produkty-lecznicze/symbicort.html'],
a.cmp-breadcrumb__item-link[href*='/home/produkty/produkty-lecznicze/forxiga/forxiga-T2D.html'],
a.cmp-breadcrumb__item-link[href*='/home/produkty/produkty-lecznicze/forxiga/Forxiga-HF.html'],
a.cmp-breadcrumb__item-link[href*='/home/produkty/produkty-lecznicze/forxiga/forxiga-CKD.html'],
a.cmp-breadcrumb__item-link[href*='/home/produkty/produkty-lecznicze/fasenra.html'],
a.cmp-breadcrumb__item-link[href*='/home/produkty/produkty-lecznicze/trixeo.html']
{
    pointer-events: none;
    color: darkgray;
    cursor: default;
}