/* 2022 Transitional Design Overrides */
/* Temporary Code to override link colours in Customer Rooms - To be removed once space configuration is updated */
.ig-app-customerrooms .ig-widget-layout-individual li {
background: #173042 !important;
}

/* KB Content Styles*/
/* Remove when incorporated into main theme or when KB migrates to Zendesk*/
/* ---Beginning of KB styles--- */
.info-panel{
padding:9px;
overflow:auto;
background: #ebecf2;
border: 1px solid #173042;
margin: 0 0 18px;
line-height: 1.5em;
color: #173042;
border-radius: 4px;
}
.info-panel .fa {
color: #173042;
}

.warning-panel{
padding:9px;
overflow:auto;
background: #dc962f30;
border: 1px solid #dc962f;
margin: 0 0 18px;
line-height: 1.5em;
color: #173042;
border-radius: 4px;
}
.warning-panel .fa {
color: #dc962f;
}

.inline-code{
    background: #f4f8fc;
    border: 1px solid #369;
    border-radius: 3px;
    padding: 0 5px 0 5px;
}

.two-columns-articles{
columns: 2 auto;
}

caption{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    padding: 5px 0px 5px 0px;
}
/* ---Ending of KB styles--- */

.ig-widget-modal-body #fields-modal-layout .linkslist-layout select {
  padding: 0px 0px;
}
/* Support accordions AND tabs together */
div.ps-tab.accordion .ig-cpt-title {
display: inherit !important;
 }
 
/*fixed horizontal scrollbar on Blog Widget*/
.ig-widget-blogarticles .ig-widget-layout-default {
overflow-x: hidden;
}
