hr{
    border-top: 1px solid #adadad !important;
}
.control{
    padding-left:20px !important;
}

.fas{
	line-height: inherit !important;
}

.fa-trophy.psn-gold{
	color: gold;
}

.fa-trophy.psn-silver{
	color: gray;
}

.fa-trophy.psn-bronze{
	color: peru;
}

.fa-trophy.psn-platinum{
	color: darkturquoise;
}

.fa-trophy.xbox{
	color: darkgreen;
}

.fa-trophy{
	color: gray;
}

.guide-toolbar{
	display: flex;
	gap: 10px;
}

.img-enlargeable:hover{
	cursor: pointer;
}
.guide-achv-icon{
    width:30px;
    height:30px;
}
.guide-achv-tags{
	display:flex;
	gap: 10px;
	margin-bottom: 5px;
}
.guide-achv-header h3{
	display: flex;
	gap: 10px;
	align-items: center;
}
.achv-icon, .trophy-icon{
    width:20px;
    height:20px;
    vertical-align: bottom;
}
.guide-achv-body{
    padding: 10px;
    font-size:16px;
    overflow:hidden;
    border-radius:6px;
    margin-top:10px;
	background-color: var(--backgroundGuideGroup);
}
.guide-achv-description {
	display: block;
}
ul li br[data-mce-bogus="1"]{
    display:table;
}
.guide-achv-body img{
    max-width:100%;
}
.guide-achv-body span, .guide-achv-body p, .guide-achv-body ul *:not(.fa):not(.fas){
    font-family: sans-serif !important;
}
.guide-group-panel{
    margin-bottom:20px;
	color: var(--textColorContrast);
}
.guide-group-body{
    padding:0;
}
.guide-group-body iframe{
    max-width:100%;
}
.guide-group-header{
    display:block;
    background-color: #3c8fd0;
    color: white;
	padding: 10px;
}
.guide-group-header-icon{
    height:100px;
}
table, tr, td{
    border:1px solid gray;
    padding:5px;
}
table tr:first-child{
    background-color:#1f5582;
    color:white;
}
.guides-explore-body-container{
    background-color:white;
    padding:15px;
}
.guides-explore-body-category{
    display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.guides-explore-pagination {
	display: flex;
	justify-content: center;
}
.guides-explore-pagination a:hover{
	cursor: pointer;
	background: lightsteelblue;
}

.guides-navigator-advisor {
	position: fixed;
    padding: 10px;
    bottom: 80px;
    right: 10px;
    z-index: 8;
    border-radius: 3px;
    background-color: var(--colorPrimaryDark);
    color: white;
    align-items: center;
	display: none;
}
.guides-navigator-advisor button {
	width: 100% !important;
}
.guides-navigator-advisor:after {
	content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 35px;
    height: 0;
    border: 13px solid var(--colorPrimaryDark);
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.guides-navigator-container {
	max-width: 300px;
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8;
	color: var(--textColorContrast);
    background-color: var(--backgroundContainer);
    border: 2px solid var(--colorPrimaryDark);
}
.guides-navigator-content{
	display: none;
    padding:5px;
}
.guides-navigator-header {
	padding: 10px 15px;
    font-size: 19px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 45px;
	margin: 0;
	cursor: pointer;
	background: var(--backgroundContainer);
}
.guides-navigator-hider{
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.guides-navigator-group{
    font-size: 1.3em;
    text-align: center;
}
.guides-navigator-achv{
    padding: 5px 0;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.guides-navigator-achv:nth-child(odd){
	background-color: inherit;
}
.guides-navigator-link{
    -webkit-user-select: text; /* Safari */
    -moz-user-select: text; /* Firefox */
    -ms-user-select: text; /* IE10+/Edge */
    user-select: text; /* Standard */
    gap: 5px;
	color: var(--textColorContrast);
}
.guides-navigator-link .fa-trophy {
	width: 18px !important;
}
.controller-button-icon{
    height: 30px;
    width: auto;
    vertical-align: bottom;
    margin-bottom: -2px;
}
.guide-summary{
	display: block;
	width: 100%;
	margin-top: 10px;
}
.guide-group-quickinfo-container{
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	margin-top: 10px;
    color: var(--textColor);
}
.guide-group-quickinfo-container > div{
	display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 100%;
    max-width: 220px;
    padding: 10px;
    background: var(--colorPrimary);
    border-radius: 4px;
	gap: 5px;
}
.guide-group-quickinfo-container > div > span{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 5px;
}
.guide-group-quickinfo-container > div > span:nth-child(2){
	font-size:1.5em;
}

@media screen and (min-width: 769px) {
	.guides-navigator-advisor {
		display: none !important;
	}
	.guides-explore-listmode-content div:first-child{
		min-width:200px;
		max-width:200px;
		min-height: 120px;
	}
	.guides-explore-listmode-mini-content div:first-child{
		min-width: 330px;
		max-width: 330px;
		height: 100px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 568px) {
	.guide-group-quickinfo-container{
		flex-direction: column;
	}
	.guide-group-quickinfo-container > div{
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.container#guide-container {
		padding: 0;
	}

	.guide-group-body {
		padding: 0;
	}

	.guide-achv-body ul {
		padding-inline-start: 25px;
	}

	.guide-title {
		font-size: 28px;
	}

	.guide-achv-body ul li a {
		line-height: 48px;
	}
	.guide-achv-body ul li a img {
		vertical-align: middle;
	}
}

/* COMMENTS */

.comments-comment-wrapper {
	padding: 8px;
	background-color: var(--backgroundContainer);
	margin-bottom: 12px;
}

.comments-comment-user {
	display: flex;
	flex-direction: row;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.comments-comment-user img {
	height: 60px;
	width: 60px;
	border-radius: 100px;
}

.comments-comment-user div {
	margin: 10px;
}

.comments-comment-user div:last-child {
	margin-left: 0;
}

.comments-comment-content {
	padding: 8px;
	color: var(--textColorContrast);
}

.comments-comment-replying {
	font-style: italic;
	color: var(--colorMidGray);
	padding: 20px;
	border: 1px solid var(--colorMidGray);
	margin-top: 20px;
	margin-bottom: 20px;
}

.comments-comment-bottombar {
	display: flex;
	justify-content: right;
	padding: 8px;
}

.comments-commentbox{
	width:100%;
}
.comments-loader{
	height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;

	margin-bottom: 10px;
}
.comments-loader img{
	height: 50px;
}
/* END COMMENTS */

.creatorstudio-panel-container{
	display: flex;
    flex-direction: column;
    gap: 20px;
	padding-top: 10px;
}
.creatorstudio-panel-zone-container{
	display:flex;
	flex-grow:1;
	gap: 20px;
	flex-wrap: nowrap;
}

.creatorstudio-panel-zone-container .creatorstudio-zone{
	background-color: var(--backgroundContainer);
	padding: 10px;
	min-width: 300px;
	border-radius: 4px;
	width: 100%;
	height: fit-content;
	color: var(--textColorContrast);
}

.creatorstudio-search-wrapper{
	position: relative;
}

.creatorstudio-search-results{
	position: absolute;
    top: 60px;
    width: 100%;
    overflow-y: auto;
    max-height: 260px;
    background-color: var(--backgroundGuideGroup);
    z-index: 99;
}

.creatorstudio-sync-leftside{
	flex-basis: 50%;
	display: flex;
	align-items: center;
	gap: 10px;
}
.creatorstudio-sync-leftside img{
	width:30px;
	height:30px;
}
.creatorstudio-sync-leftside i{
	flex-grow:1;
	text-align: right;
}
.creatorstudio-sync-rightside{
	line-height:2em;
	margin-left:10px;
}

.creatorstudio-panel-title{
	margin: 5px 0 15px 0;
}

.creatorstudio-panel-comments {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.creatorstudio-panel-comments > div:hover {
	cursor: pointer;
	background-color: #f6f6f6;
}

.creatorstudio-panel-comments > div{
	padding: 5px;
    border-radius: 4px;
    background-color: #e5e5e5;
}

.creatorstudio-comment-img{
	width: 20px;
    height: 20px;
    border-radius: 40px;
    vertical-align: bottom;
}

.guide-index-container{
	margin-bottom: 20px;
    display: flex;
    flex-direction: column;
	margin-bottom: 20px;
}

.guide-index-item{
	display: flex;
    gap: 10px;
	align-items: center;
	padding: 5px;
}

.guide-index-item.selected{
	outline: 1px solid silver;
}

.guide-index-item.selected:hover{
	color: unset;
	background: unset;
	cursor: unset;
}

.guide-index-item:hover{
	cursor: pointer;
	background: var(--backgroundTranslucent);
    color: var(--textColor);
}

.guide-index-item img{
	height: 40px;
}

.tox-collection__group div[title="Heading 1"], .tox-tbtn[title="Insert/edit image"]{
	display: none !important;
}