/* Temporary css file to be used until furo inheritance bug is fixed. */

/* Reset sidebar width */
aside.sidebar-drawer {
    width: unset;
}


/* Add margins around search box */
.sidebar-search-container {
    margin-left: var(--sidebar-item-spacing-horizontal);
    margin-right: var(--sidebar-item-spacing-horizontal);;
}


/* Styling for icons following external links */
a.external::after {
    content: " " url("../open_in_new_FILL0_wght400_GRAD0_opsz24.svg");
    vertical-align: text-bottom;
    position: relative;
    bottom: -0.5em;
    opacity: 0.7;
}
