.memberprofile-head {
	display: flex;
	gap: 20px;
	align-items: stretch;
	justify-content: space-between;
}

.memberprofile-banner {
	width: 27%;
}

.memberprofile-banner img {
	width: 330px;
	height: 510px;
	border: 5px solid var(--circle-color);
	background-size: cover;
}

.memberprofile-headMain {
	width: 72%;
}

.memberprofileChara {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	justify-content: center;
	margin-right: 35px;
}


.memberprofileChara_infos {
	text-align: right;
	width: 75%;
}

.memberprofileChara_username {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: var(--mainfont);
	color: var(--headline-color);
}

.memberprofileChara_fact {
	font-family: var(--subfont);
	font-size: 13px;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: end;
}

.memberprofileChara_avatar img {
	border-radius: 100%;
	border: 5px solid var(--circle-color);
}

.memberprofileChara-headline {
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: var(--mainfont);
	font-size: 16px;
	font-weight: bold;
	color: var(--headline-color);
	margin-bottom: 5px;
	width: 78%;
}

.memberprofileChara_descPic {
	display: flex;
	justify-content: space-around;
	gap: 20px;
	margin-top: -10px;
}

.memberprofileChara_desc {
	text-align: justify;
	scrollbar-width: thin;
	hyphens: auto;
	-webkit-hyphens: auto;
	height: 200px;
	overflow: auto;
	padding-right: 5px;
	margin-top: 10px;
	width: 78%;
}

.memberprofileChara_pics {
	display: flex;
	justify-content: flex-end;
	margin-top: 6px;
	align-items: flex-start;
}

.memberprofileChara_picBig img {
	border-radius: 100%;
	width: 100px;
	height: 100px;
	border: 4px solid var(--circle-color);
}

.memberprofileChara_picSmall {
	margin-top: -40px;
}

.memberprofileChara_picSmall img {
	border-radius: 100%;
	width: 80px;
	height: 80px;
	border: 4px solid var(--circle-color);
}

.memberprofile-headPics {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.memberprofile-player {
	height: 117px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: var(--mainfont);
	color: var(--headline-color);
	text-transform: uppercase;
}

.memberprofile-player i {
	font-size: 15px;
}

.memberprofilePlayer-headline {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: var(--mainfont);
	font-size: 20px;
	font-weight: bold;
	color: var(--headline-color);
	margin-bottom: 5px;
}

.memberprofilePlayer-subline {
	font-family: var(--subfont);
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: lowercase;
}

.memberprofilePlayer_fact span {
	font-family: var(--mainfont);
	font-size: 13px;
	letter-spacing: 1px;
	color: var(--headline-color);
	font-weight: bold;
}

.memberprofilePlayer-accounts {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: center;
}

.memberprofilePlayer-account img {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border: 2px solid var(--circle-color);
}

.memberprofilePlayer-headline i {
    float: left;
    margin-top: 5px;
}

.memberprofile_contentWarning {
    background: var(--content-background);
    padding: 10px;
    margin-bottom: 20px;
}

.memberprofile_contentWarningBit {
    background: var(--body-background);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.memberprofile_contentWarning-headline {
    font-size: 20px;
    font-family: var(--mainfont);
    line-height: 110%;
    color: var(--headline-color);
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.memberprofile_contentWarning-icon {
    font-size: 25px;
    color: var(--headline-color);
}