/* Use mdbook theme colors. */

#ethical-ad-placement .ethical-sidebar {
    border: none;
    box-shadow: none;
    background-color: var(--sidebar-bg);
}

#ethical-ad-placement .ethical-sidebar:hover {
    background-color: var(--theme-hover);
}

#ethical-ad-placement .ethical-sidebar a {
      color: var(--sidebar-non-existant);
}

#ethical-ad-placement .ethical-sidebar .ethical-callout {
      color: var(--sidebar-non-existant);
}

/* Multiple id selectors and !important are needed to override the !important in the injected CSS */
#ethical-ad-placement .ethical-sidebar .ethical-callout a {
      color: var(--sidebar-non-existant) !important;
}
