
/*
.profile .column-split {
   display: grid;
}
*/

html, body {
  scrollbar-color: unset
}

body { background: unset;}

.profile .profile-header,
.profile .profile-header .basic-info .avatar-image-wrapper,
.thread .col-header, 
.col-header, 
.status, 
.status .status-info, 
.status.expanded .status-info, 
.status .status-header > address > a .avatar, 
.status .media .media-wrapper,
.profile .about-user .fields,
.profile .about-user .bio,
.profile .about-user .fields .field
{
    border: none; 
}

article.expanded { margin-bottom: 3em; }
.profile .about-user .accountstats { border: none; background: none; }
dd.role.admin, li#version { display: none; }

.rss-icon .fa {
		font-size: 2rem;
		object-fit: contain;
		vertical-align: middle;
		color: #ac9090e5;
		background: linear-gradient(to right, var(--white1) 100%, transparent 0) no-repeat center center;
		background-size: 1.2rem 1.4rem;
}