h1.tac {
	margin-bottom: 40px;
}

#editForm { display:none; }

.bio {
	border-bottom: 1px solid var(--light-border);
	margin-bottom: 40px !important;
	padding-bottom: 55px !important;
	position: relative;
	scroll-margin-top: 20px;
}
div.bio:not(:has(~div.bio)) { border-bottom:0; }

.bio button.edit {
	position: absolute;
	top:0;
	right: 0;
}

.desktop .bio p { padding-left: 15px !important; }

.bio_img { 
	float:right; 
	border-radius:10px;
	border:1px solid silver; 
	padding:4px; 
	margin-left:20px;
	margin-bottom:20px;
}
.bio_img img { border-radius:8px; }
.bio_img:has(a) { transition:all .4s ease-in-out; }


.mobile .bio_img { 
	float: none;
	width: max-content;
	margin:20px auto;
}
.mobile .bio h2 { text-align:center; }
.mobile .bio_img img { height: 250px; }

.social {
	display: inline-flex;
	gap: 15px;
	margin: -10px 0 0 20px;
	bottom: 2px;
	position: relative;
}
.social:empty { display:none; }

.social a { 
	font-size:20px; 
	cursor: pointer;
	width:20px;
	display: block;
	position: relative;
	color:#4f7ee6;
	color:gray;
	font-size: 20px;
}
.social a i { 
	line-height: unset;
	transition: all .3s ease-in-out; 
	transform: translateZ(0);
}

.bio h2 { transition:color .3s ease-in-out; cursor: default; color:#4f7ee6; }

@media (hover: hover) {
	.social a:hover i { color:#4f7ee6; animation:flip ease-in-out .3s both 1; }
	.bio_img:has(a):hover {
		background-color: #4f7ee6;
		transition:all .4s ease-in-out;
	}
 }
