.block_author_affiliations {
    margin-bottom: 24px;
}

.block_author_affiliations .aa-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}

.block_author_affiliations .aa-header {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 16px 16px 13px;
    border-bottom: 1px solid #eef2f7;
}

.block_author_affiliations .aa-icon {
    display: flex;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #0f766e;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
}

.block_author_affiliations .aa-header-text {
    min-width: 0;
}

.block_author_affiliations .aa-title {
    margin: 0;
    padding: 0;
    border: 0;
    color: #172033;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.block_author_affiliations .aa-subtitle {
    margin-top: 3px;
    color: #8a94a6;
    font-size: 11px;
    line-height: 1.3;
}

.block_author_affiliations .aa-summary {
    display: flex;
    align-items: stretch;
    padding: 13px 14px;
    background: #f8fafc;
    border-bottom: 1px solid #eef2f7;
}

.block_author_affiliations .aa-summary-item {
    display: flex;
    flex: 1 1 50%;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.block_author_affiliations .aa-summary-item strong {
    color: #0f766e;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
}

.block_author_affiliations .aa-summary-item span {
    margin-top: 3px;
    color: #64748b;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.block_author_affiliations .aa-summary-divider {
    width: 1px;
    margin: 1px 10px;
    background: #e2e8f0;
}

.block_author_affiliations .aa-list {
    padding: 6px 14px 4px;
}

.block_author_affiliations .aa-item {
    padding: 9px 0;
    border-bottom: 1px solid #f1f5f9;
}

.block_author_affiliations .aa-item:last-child {
    border-bottom: 0;
}

.block_author_affiliations .aa-item-line {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.block_author_affiliations .aa-rank {
    display: inline-flex;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    font-size: 10px;
    font-weight: 800;
}

.block_author_affiliations .aa-item:nth-child(1) .aa-rank {
    background: #0f766e;
    color: #ffffff;
}

.block_author_affiliations .aa-name {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    color: #334155;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block_author_affiliations .aa-count {
    flex: 0 0 auto;
    color: #0f766e;
    font-size: 11px;
    font-weight: 800;
}

.block_author_affiliations .aa-progress {
    height: 4px;
    margin-top: 6px;
    margin-left: 32px;
    overflow: hidden;
    background: #edf2f7;
    border-radius: 999px;
}

.block_author_affiliations .aa-progress-value {
    display: block;
    height: 100%;
    min-width: 3px;
    background: #14b8a6;
    border-radius: 999px;
}

.block_author_affiliations .aa-footer {
    padding: 10px 14px 12px;
    border-top: 1px solid #eef2f7;
    color: #94a3b8;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
}

.block_author_affiliations .aa-empty {
    padding: 20px 14px;
    color: #64748b;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 767px) {
    .block_author_affiliations .aa-name {
        white-space: normal;
    }
}
