/* external link indicators */
a[href^="http"]:not([href*="localhost"]):not([href*="127.0.0.1"]):after {
    content: " ↗";
    font-size: 0.8em;
    opacity: 0.7;
    margin-left: 2px;
}

.research-team {
    line-height: 1.6;
    margin: 1em 0;
}

/* paper links with icons */
.paper-link {
    display: inline-block;
    margin-top: 0.5em;
    padding: 0.2em 0.5em;
    background-color: #f8f9fa;
    border-radius: 4px;
    border-left: 3px solid #2e7d32;
}

a.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

a.navbar-brand img {
    height: 75px !important;
    width: auto !important;
    margin: 0 auto;
}

.bd-sidebar-primary {
    display: none !important;
}

body[data-api-page="true"] .bd-sidebar-primary {
    display: block !important;
}

.bd-main .bd-content {
    max-width: 100% !important;
    margin-left: 0 !important;
}

body[data-api-page="true"] .bd-main .bd-content {
    max-width: unset !important;
    margin-left: unset !important;
}

.bd-container {
    grid-template-columns: 0 1fr 0 !important;
}

body[data-api-page="true"] .bd-container {
    grid-template-columns: var(--bd-sidebar-width) 1fr var(--bd-sidebar-width) !important;
}
