.sidebar .section-profile_donate li {
	font-size: 0.9em;
	white-space: normal;
}

header.profile section.profile-header {
	margin-bottom: 0;
}

header.profile.banned .info p {
	color: #ff6c6c;
}

.gamesel select[name=game] {
	max-width: 100%;
}

button.load-items {
	width: 100%;
	margin-top: 1.8rem;
}

@media (max-width: 736px) {
	section.profile-header .info .buttons {
		display: none;
	}
}

@media (max-width: 736px) {
	ul.profile-actions + section.section-noheader:not(.medium) {
		margin-top: 2em;
	}
}

.latest-release {
	display: flex;
	background-color: rgb(255 255 255 / 10%);
	align-items: center;
	padding: 1.3em;
	max-width: 25em;
	justify-content: space-between;
	line-height: normal;
}

.latest-release .left {
	margin-right: 2em;
	white-space: nowrap;
	overflow: hidden;
	color: #888;
	font-size: 14px;
}

.latest-release .left h4 {
	margin: 0 0 0.3em;
	text-transform: uppercase;
	font-weight: normal;
}

.latest-release .left div {
	overflow: hidden;
	text-overflow: ellipsis;
}

.latest-release .left div.title {
	color: white;
}

.latest-release .left a.game {
	display: block;
	margin-top: 0.3em;
}

.latest-release .thumb {
	flex: none;
}

.latest-release .thumb img {
	display: block;
	width: 8em;
	height: calc(8em / (16 / 9));
	object-fit: contain;
	border-radius: 3px;
}

@media (max-width: 736px) {
	section.items ul.tab-switcher {
		margin-left: -10px;
		margin-right: -10px;
	}

	section.items .optionsbar {
		margin: 0 -10px;
	}

	section.items .optionsbar > *:not(:first-child) {
		margin-top: 1em;
	}
}
