.researcher-timeline {
    width: 100%;
    padding: 0 24px;   /* side spacing instead of shrinking width */
    box-sizing: border-box;
	border-left: 1px solid #eee;
    padding-left: 18px;
}

/* Each entry */
.timeline-item {
    padding: 22px 5px;
    border-bottom: 1px solid #ddd;
}
.timeline-item:hover {
    background: #fafafa;
}
.timeline-item:last-child {
    border-bottom: none;
}

/* Context line (top) */
.timeline-context {
	font-size: 12px;
    color: #888;
    margin-bottom: 8px;
	text-align:center;
}

/* Row layout */
.timeline-link {
    display: flex;
    gap: 14px;
    text-decoration: none;
    color: inherit;
}

/* Image */
.timeline-thumb {
    width: 95px;
    height: 75px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
    background: #f5f5f5;
}

.timeline-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content */
.timeline-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Title */
.timeline-title {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    line-height: 1.3;
}

/* Meta line */
.timeline-meta {
    font-size: 12px;
    color: #777;
    margin-top: 3px;
}

/* Sources (subtle) */
.timeline-sources {
    font-size: 11px;
    color: #999;
    margin-top: 4px;
}

/* Interaction */
.timeline-link:hover .timeline-title {
    text-decoration: underline;
}

.oak-researcher-metrics {
	 position: sticky;
    top: 20px;
	
    padding: 14px 16px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 16px;
}

.oak-metrics-heading {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
}

/* Table */
.oak-metrics-table {
    width: 100%;
    border-collapse: collapse;
}

.oak-metrics-table td {
    font-size: 12px;
    padding: 6px 0;
    color: #555;
}

/* Label column */
.oak-metrics-table td:first-child {
    color: #777;
}

/* Value column */
.oak-metrics-table td:last-child {
    text-align: right;
    font-weight: 600;
    color: #222;
}

/* Row separation */
.oak-metrics-table tr:not(:last-child) td {
    border-bottom: 1px dashed #ddd;
}


.oak-researcher-name {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
	margin-left:18px;
}
.oak-researcher-role {
    font-size: 13px;
    color: #777;
    margin-bottom: 14px;
	margin-left:18px;
}
.oak-researcher-bio {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 6px;
	max-width: 720px;
    padding: 16px 18px;
    margin-bottom: 20px;
}

/* Label */
.oak-researcher-bio-label {
    font-size: 12px;
    color: #777;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

/* Bio text */
.oak-researcher-bio-text {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

/* Optional: better paragraph spacing inside bio */
.oak-researcher-bio-text p {
    margin: 0 0 10px;
}

/*New*/
.oak-researcher-bio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.oak-bio-edit-btn {
    font-size: 12px;
    color: #00f;
    cursor: pointer;
}

.oak-bio-edit-btn:hover {
    text-decoration: underline;
}

.oak-bio-textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
    margin-bottom: 10px;
}

.oak-bio-save-btn {
    font-size: 13px;
    padding: 6px 12px;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.oak-bio-save-btn:hover {
    background: #000;
}
.oak-researcher-linkedin {
    margin-top: 10px;
}

.oak-linkedin-link {
    font-size: 13px;
    color: #0a66c2;
    text-decoration: none;
}

.oak-linkedin-link:hover {
    text-decoration: underline;
}

.oak-linkedin-edit,
.oak-linkedin-add {
    font-size: 12px;
    color: #777;
    margin-top: 4px;
    cursor: pointer;
}

.oak-linkedin-edit:hover,
.oak-linkedin-add:hover {
    text-decoration: underline;
}

.oak-linkedin-input {
    width: 100%;
    padding: 8px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 8px;
}

.oak-linkedin-save-btn {
    padding: 6px 12px;
    font-size: 13px;
    background: #0a66c2;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.oak-linkedin-save-btn:hover {
    background: #084a91;
}