/* Site-wide type tightening */
.main-title {
    font-size: 22px;
    line-height: 26px;
}
.main-subheading {
    font-size: 13px;
    line-height: 18px;
}
.dropdown-menu {
    padding: 4px 8px;
}
.menu-text {
    font-size: 12px;
}
.sex-filters {
    text-align: center;
    margin: 10px 0 0;
}
.sex-filters {
    font-size: 13px;
}
.sex-filters .sex-chip {
    margin: 0;
}

.header-section {
    padding-top: 48px;
    padding-bottom: 16px;
    background: none;
    background-color: #fff;
    border-bottom: none;
}
.content-wrapper {
    padding-top: 20px;
}
@media screen and (max-width: 991px) {
    .header-section {
        padding-top: 40px;
        padding-bottom: 12px;
    }
    .content-wrapper {
        padding-top: 16px;
        padding-bottom: 40px;
    }
}

.scientists-count-line {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    margin: 8px 0 0;
    font-weight: 400;
}
.scientists-count-line b {
    font-weight: 600;
}

.dropdown-wrapper {
    position: static;
    left: auto;
    top: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px auto 0;
}
.dropdown-menu {
    float: none;
    display: inline-block;
}
.menu-text {
    float: none;
}

a {
    color: #444;
    text-decoration: none;
}
a:hover {
    color: #111;
    text-decoration: none;
}
.dropdown-menu a,
.dropdown-menu a:hover,
.button-round,
.button-round:hover {
    color: #333;
    text-decoration: none;
}

.post-wrapper {
    margin-bottom: 12px;
    padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
    .post-wrapper {
        margin-bottom: 12px;
        padding-bottom: 16px;
    }
}

.compact-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px 12px;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    line-height: 18px;
}
.compact-h {
    flex: 0 0 36px;
    text-align: right;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}
.compact-name {
    flex: 0 1 220px;
    min-width: 140px;
    color: #222;
}
.compact-year {
    color: #888;
    font-weight: 400;
}
.compact-meta {
    flex: 1 1 280px;
    color: #666;
}

.compact-dot {
    color: #bbb;
    margin: 0 2px;
    pointer-events: none;
}
@media (max-width: 700px) {
    .compact-name { flex: 1 1 calc(100% - 48px); }
    .compact-meta { flex: 1 1 100%; padding-left: 48px; }
}
.footer {
    font-size: 12px;
    line-height: 18px;
    color: #888;
    background: none;
    background-color: transparent;
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 28px;
    text-align: center;
}

.main-title {
    color: #1f4e79;
}
a:hover {
    color: #1f4e79;
    text-decoration: none;
}
.hindex-link,
.compact-h {
    color: #555;
}
.nav-current,
.nav-current a,
.nav-current .menu-text {
    color: #1f4e79;
    border-color: #1f4e79;
}

.compact-hint {
    text-align: center;
    color: #888;
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0 0;
}



/* Filters: same text color; yellow hover; gold when on */
.filter-link {
    color: #444;
    text-decoration: none;
    border: none;
    background: transparent;
    padding: 1px 4px;
    margin: 0 -2px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    line-height: inherit;
}
.filter-link:hover {
    color: #444;
    background: #FFF4B8;
    text-decoration: none;
}
.filter-link.selected,
.filter-link.selected:hover {
    color: #444;
    background: #FFF4B8;
}
.card-facts {
    color: #666;
    font-size: 13px;
    line-height: 20px;
}
.ext-link,
.card-links a,
.hindex-link,
.compact-h {
    color: #555;
    text-decoration: none;
    border: none;
}
.ext-link:hover,
.card-links a:hover,
.hindex-link:hover,
.compact-h:hover {
    color: #222;
    text-decoration: none;
}

