.Lopwon_Guys *,
.Lopwon_Guys *::before,
.Lopwon_Guys *::after {
	box-sizing: inherit;
}

.Lopwon_Guys {
	margin: 3em auto;
	padding: 1em 1em 1em 1em;
	max-width: calc(960px + 4em);
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	text-align: justify;
	word-wrap: break-word;
	box-sizing: border-box;
}

.Lopwon_Guys a {
	color: #696969;
	/*color: var(--color-text-3);*/
}

.Lopwon_Guys a:hover {
	color: #323232;
	/*color: var(--color-text-4);*/
}

.Lopwon_Guys h3 {
	font-size: 16px;
	font-weight: normal;
}

.Lopwon_Guys-powered {
	float: left;
	bottom: 2em;
	padding-left: 15px;
	border-left: 3px solid #ff8800;
	/*border-right: 3px solid var(--color-text-orange);*/
}

.Lopwon_Guys-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.Lopwon_Guys-wrap > a {
	margin: 0.25em;
	padding: 1em;
	border-radius: 0.5em;
	background-color: #f0f0f0;
	/*background-color: var(--color-wrap-2);*/
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.Lopwon_Guys-wrap > a:hover {
	box-shadow: 0px 10px 15px -10px rgba(0 0 0 / 25%);
	-webkit-transform: translate(0,-3px);
	-moz-transform: translate(0,-3px);
	-ms-transform: translate(0,-3px);
	-o-transform: translate(0,-3px);
	transform: translate(0,-3px);
}

.Lopwon_Guys-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	opacity: 1;
}

.Lopwon_Guys-item.yes {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: .25;
}

.Lopwon_Guys-wrap > a:hover .Lopwon_Guys-item.yes {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1;
}

.Lopwon_Guys-avatar,
.Lopwon_Guys-name,
.Lopwon_Guys-time {
	margin: 1em 0;
}

.Lopwon_Guys-avatar {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.Lopwon_Guys-avatar:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.Lopwon_Guys-avatar img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 0.4em solid #ffffff;
	/*border: 0.5em solid var(--color-border-white);*/
	background-color: #ffffff;
	/*background-color: var(--color-wrap-white);*/
}

.Lopwon_Guys-byte {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.5em;
	width: 48px;
	height: 48px;
	font-size: 1.8em;
	font-weight: bold;
	border-radius: 50%;
	border: 0.25em solid rgba(0 200 175 / 100%);
	background-color: rgba(0 200 175 / 75%);
}

.Lopwon_Guys-name {
	margin: 0.5em 0;
	font-size: 1.0em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
}

.Lopwon_Guys-time {
	font-size: 0.6em;
	color: #c2c2c2;
}

.Lopwon_Guys-name2 {
	font-size: 0.8em;
	color: #9f9f9f;
	line-height: 20px;
}

.Lopwon_Guys-info {
	margin: 1em;
	font-size: 1em;
	line-height: 1.4;
	color: #c2c2c2;
	/*color: var(--color-text-1);*/
}

@media screen and (max-width: 480px) {

	.Lopwon_Guys-name {
		font-size: 0.8em;
	}
	
	.Lopwon_Guys-name2 {
    	font-size: 1.0em;
    	line-height: 20px;
	}

}
