/**************************************************
  #### ONETRUST SPECIFIC STYLING
**************************************************/
/* Override general list items styling. */
ul.category-group li:before {
    content: normal;
}

/* Style the cookie-settings button to look like a link in the footer. */
a#ot-sdk-btn.ot-sdk-show-settings {
    color: #2196f3;
    background-color: transparent;
    border: none;
    padding: inherit;
    font-size: inherit;
    line-height: inherit;
    transition: none;
}

/* Style the cookie-settings button to look like a link in the footer. */
a#ot-sdk-btn.ot-sdk-show-settings:hover {
    background-color: transparent;
    color: #2196f3;
    text-decoration: underline;
 }
