:root {
    --bs-primary: #20c997;
    --bs-primary-rgb: 32, 201, 151;
}
.text-primary, .btn-primary {
    --bs-primary: #20c997;
}
.btn-primary {
    background-color: #20c997;
    border-color: #20c997;
    color: #000;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #1aa179;
    border-color: #199d71;
    color: #000;
}
a {
    color: #20c997;
}
a:hover {
    color: #1aa179;
}
.bg-primary {
    background-color: #20c997 !important;
}
.page-header h1 a {
    color: #20c997;
    text-decoration: none;
}
.page-header h1 a:hover {
    color: #1aa179;
}
.team-card {
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding: 1rem;
    margin-bottom: 1rem;
}
.lab-logo-placeholder {
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    text-align: center;
}
.partner-logo {
    filter: brightness(0);
    transition: filter 0.15s ease-in-out;
}
[data-bs-theme="dark"] .partner-logo {
    filter: brightness(0) invert(1);
}
.institution-label {
    font-family: "Tinos", "Times New Roman", Times, serif;
    font-size: 0.7rem;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.01em;
    color: inherit;
    text-decoration: none;
    opacity: 0.7;
    margin-top: 2px;
}
a:hover .institution-label {
    text-decoration: none;
}
.funding-logo {
    filter: invert(1);
    transition: filter 0.15s ease-in-out;
}
[data-bs-theme="dark"] .funding-logo {
    filter: none;
}